Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
SSLCipherList property
Determines list of encryption algorithms in SSL/TLS protocols supported and offered by wodWebServer.
Type
StringSyntax
- Basic
object.SSLCipherList [= value]
The SSLCipherList(object,value) syntax has these parts:
The SSLCipherList(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodWebServer |
value | A 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.