SSL Support


9.7A

The PL/B Web server supports secure connections using Secure Sockets Layer or simply SSL. The SSL support requires a certificate that must exist and be available at the system where the PL/B Web Server is executing.

SSL Certificate General Description

SSL Certificates are small data files that digitally bind a cryptographic key to an organization’s details. When installed on a web server, it activates the padlock and the https protocol (over a secured port) and allows secure connections from a web server to a browser. Typically, SSL secures credit card transactions, data transfers, and logins, and more recently is becoming the norm when securing browsing of social media sites.

PL/B Web Server SSL Keywords

 

Please examine the following keywords that configure the SSL support for the PL/B Web Server:

 

PLBWEB_SSL_ADDRESS

PLBWEB_SSL_DEFAULT

PLBWEB_SSL_ROOT

PLBWEB_SSL_CERTIFICATE

PLBWEB_SSL_KEYFILE

 



PL/B Web Server Error Reporting PHP Support