PLBWEB_REST_SSL Keyword
9.9A
PLBWEB_REST_SSL<nn>=<parameter>
Where:
Note:
1. The parameter values are:
|
Value |
PL/B REST service is ... |
|
ON |
available using the HTTPS protocol. In this case, the PLBWEB_SSL_ADDRESS keyword must be configured to enable a PWS SSL listening socket. |
|
OFF |
not available using the HTTPS protocol. |
|
BOTH |
available using both the HTTP and HTTPS protocols. In this case, both the PLBWEB_ADDRESS and PLBWEB_SSL_ADDRESS keywords must be configured to provide socket listening sockets. |
Example:
PLBWEB_REST_SSL01=BOTH
See Also: PLBWEBSRV Keywords, Server Command Line
![]() |