Back to product page

SSLCipherList property


Determines list of encryption algorithms in SSL/TLS protocols supported and offered by wodWebServer.

Type

String

Syntax

  • Basic
object.SSLCipherList [= value]
The SSLCipherList(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodWebServer
valueA String value.

Remarks

This property maps directly to OpenSSL SSL_CTX_set_cipher_list API call, allowing you to specify which cipher suites are available for SSL/TLS connection. It works only when HTTPS connection is used.

Note that if you change Encryption property, it will overwrite this property internally.

Platforms

Windows