SSLMethod

Specifies which SSL protocol is used. The options are:

  • TLSV1.3
  • 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.

OpenText recommends that you use TLSV1.3, unless interoperability with older systems requires use of less secure protocols.

Type: String
Default: None
Required: Yes
Configuration Section: SSLOptionN
Example: SSLMethod=TLSV1.3
See Also: SSLConfig