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 Google Cloud Storage Connector, this method is known as SSLV23.

Micro Focus 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