TlsClientConnectionIF.setUseSsl3

If @use_ssl3 is %TRUE, this forces @conn to use SSL 3.0 rather than trying to properly negotiate the right version of TLS or SSL to use. This can be used when talking to servers that do not implement the fallbacks correctly and which will therefore fail to handshake with a "modern" TLS handshake attempt.

interface TlsClientConnectionIF
void
setUseSsl3
(
bool useSsl3
)

Parameters

useSsl3 bool

whether to use SSL 3.0

Meta

Since

2.28