PLBWEB_SSL_SETCIPHER Keyword
10.1B
PLBWEB_SSL_SETCIPHER={cipher}
This keyword specifies the SSL cipher(s) for the PWS SSL connections. The syntax format and descriptions of the {cipher} settings can be found at this URL link:
https://www.openssl.org/docs/manmaster/man1/ciphers.html
Where:
Note:
1. It may become necessary to restrict or include specific server side SSL ciphers to be supported by the PWS server.
Examples of cipher lists:
PLBWEB_SSL_SETCIPHER=AES
Allows 128-bit and 256-bit block ciphers.
PLBWEB_SSL_SETCIPHER=ALL:!RC4:!DES:!3DES
Use all ciphers after removing RC4, DES, and 3DES.
See Also: PLBWEBSRV Keywords, Server Command Line
![]() |