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.
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.