PLBWEB_REST_SSL Keyword


9.9A

PLBWEB_REST_SSL<nn>=<parameter>

 
This keyword controls the the type of protocol available when accessing the PWS REST service.
 
This keyword is optional and can be placed in the [Environment] section of the PWS configuration INI file.

Where:

'nn'
The 'nn' that is appended to the PWS keyword name can be a string value from '01' to '99'.

 

<parameter>
The parameter can be specified as ON, OFF, or BOTH.

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



PL/B Web Server PLBWEB_REST_PORTNUM PLBWEB_REST_USE_ENV