I have a .NET console app with talk to a WCF service. The WCF service then makes a webservice call to an external provider. The external provider is about to turn off support for anything below TLS 1.2
Both of my applications are using .NET framework 4.6 which I believe will automatically negotiate the highest security protocol
The external provider says I am still communicating in TLS 1.0
I have installed fiddler onto one of our app servers to try and see what is happening, here is a screen shot
I'm new to fiddler, is that saying that my client app is attempting to connect in TLS 1.2 but the server responded with TLS 1.0?