PLBWEB_SSL_PROTOCOL Keyword
9.9A
PLBWEB_SSL_PROTOCOL={ 0 | 1 | 2 | 3 }
This keyword is optional and defines the SSL minimum protocol version used by the web server. The keyword values are defined as follows:
|
Value |
SSL Protocols Allowed are ... |
|
0 |
SSLv3, TLSv1.0, TLSv1.1, or TLSv1.2 |
|
1 |
TLSv1.0, TLS1.1, or TLSv1.2 (default) |
|
2 |
TLSv1.1 or TLSv1.2 |
|
3 |
TLSv1.2 |
|
10 |
Only the TLSv1.0 protocol version is supported. A server only understands TLSv1.0 client hello messages. (10.1B) |
|
11 |
Only the TLSv1.1 protocol version is supported. A server only understands TLSv1.1 client hello messages. (10.1B) |
|
12 |
Only the TLSv1.2 protocol version is supported. A server only understands TLSv1.2 client hello messages. (10.1B) |
Note the following:
1. If the PLBWEB_SSL_SELFSIGNED=ON is being use, this keyword is ignored and the minimum SSL protocol version SSLv3 is used.
See Also: PLBWEBSRV Keywords, Server Command Line
![]() |