use_ssl3


Description:

public abstract bool use_ssl3 { construct set; get; }

If true, tells the connection to use SSL 3.0 rather than trying to negotiate the best version of TLS or SSL to use.

This can be used when talking to servers that don't implement version negotiation correctly and therefore refuse to handshake at all with a "modern" TLS handshake.