Click or drag to resize
CONFIGoAcceptedClientHTTPSProtocols Field
SSL/TLS Protocols we allow the client to choose from (when we call AuthenticateAsServer) We allow all protocols by default (Ssl2,Ssl3,Tls1) and also 'Bitwise OR' in the constants for TLS1.1 and TLS1.2 in case we happen to be running on .NET4.5.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static SslProtocols oAcceptedClientHTTPSProtocols

Field Value

Type: SslProtocols
See Also