Lines Matching refs:SSL
7 # SSL problems
9 First, let's establish that we often refer to TLS and SSL interchangeably as
10 SSL here. The current protocol is called TLS, it was called SSL a long time
13 There are several known reasons why a connection that involves SSL might
42 SSL servers are supposed to handle. This may cause the connection to fail
43 completely. Sometimes you may need to explicitly select a SSL version to use
46 An additional complication can be that modern SSL libraries sometimes are
47 built with support for older SSL and TLS versions disabled!
49 All versions of SSL and the TLS versions before 1.2 are considered insecure
59 ciphers from its default set (slightly depending on SSL backend in use).
88 Some SSL backends may do certificate revocation checks (CRL, OCSP, etc)
91 supported for Schannel (the native Windows SSL library), with an exception
93 be bypassed. This option may have broader support to accommodate other SSL