Specifies which SSL protocol is used. The options are:
TLSV1.2
TLSV1
SSLV3
Negotiate - negotiate, and use the highest protocol supported by both client and server. In earlier versions of ConnectorLib C++, this method is known as SSLV23.Micro Focus recommends that you use TLSV1.2, unless interoperability with older systems requires use of less secure protocols.
| Type: | String |
| Default: | None |
| Required: | Yes |
| Configuration Section: | SSLOptionN |
| Example: | SSLMethod=TLSV1.2
|
| See Also: | SSLConfig |
|
|