set_use_ssl3


Description:

public void set_use_ssl3 (bool use_ssl3)

If use_ssl3 is true, this forces this 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.

Parameters:

this

the TlsClientConnection

use_ssl3

whether to use SSL 3.0