We currently have 2 environments TEST and PRODUCTION
Recently when we set TLS on our TEST environment per this document https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/(.NET)_Enable_SSL_Protocols_for_your_Integrations_-_TLS_1.1_and_TLS_1.2
Using Netmon the TLS handshake log is captured (i.e. client is 1.2 to server 1.0 thus will use 1.0)
But on PRODUCTION it doesn't get captured (i.e. client is 1.2 to server 1.0 thus will use 1.0 , but on Netmon it doesn't set as 1.2)
The question I'm asking is , Is there a sequence for a TLS handshake to happen i.e. start of with 1.2 if not move on to 1.1 etc
If this is the case I am wondering if is there's some other setting we should be looking at or is this a Netmon issue ? Or something else entirely