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
32 SSL servers are supposed to handle. This may cause the connection to fail
33 completely. Sometimes you may need to explicitly select a SSL version to use
36 An additional complication can be that modern SSL libraries sometimes are
37 built with support for older SSL and TLS versions disabled!
39 All versions of SSL are considered insecure and should be avoided. Use TLS.
48 ciphers from its default set (slightly depending on SSL backend in use).
77 Some SSL backends may do certificate revocation checks (CRL, OCSP, etc)
80 supported for WinSSL (the native Windows SSL library), with an exception in
82 bypassed. This option may have broader support to accommodate other SSL