CONFIGoAcceptedServerHTTPSProtocols Field |
SSL/TLS Protocols we request the server use (when we call AuthenticateAsClient). By default, SSL3 and TLS1 are accepted; we exclude SSL2 so that TLS Extensions may be sent.
We do NOT enable TLS1.1 or TLS1.2 by default because many servers will fail if you offer them and unlike browsers, .NET has no fallback code.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static SslProtocols oAcceptedServerHTTPSProtocols
Public Shared oAcceptedServerHTTPSProtocols As SslProtocols
public:
static SslProtocols oAcceptedServerHTTPSProtocols
Field Value
Type:
SslProtocolsSee Also