TlsClientConnectionIF.setUseSsl3

If @use_ssl3 is %TRUE, this forces @conn to use the lowest-supported TLS protocol version rather than trying to properly negotiate the highest mutually-supported protocol version with the peer. This can be used when talking to broken TLS servers that exhibit protocol version intolerance.

Be aware that SSL 3.0 is generally disabled by the #GTlsBackend, so the lowest-supported protocol version is probably not SSL 3.0.

More...
interface TlsClientConnectionIF
void
setUseSsl3
(
bool useSsl3
)

Parameters

useSsl3 bool

whether to use the lowest-supported protocol version

Detailed Description

Deprecated: SSL 3.0 is insecure, and this function does not generally enable or disable it, despite its name.

Meta

Since

2.28