Enabling SSL Connections in Zend Server
This topic describes how to enable SSL connections in Zend Server. You will need to complete this procedure before adding an SSL-secured virtual host.
|
To enable SSL:
LoadModule ibm_ssl_module /QSYS.LIB/QHTTPSVR.LIB/QZSRVSSL.SRVPGM SetEnv HTTPS_PORT 10100 SSLEngine On SSLAppName SSLAPPL //where SSLAPPL is the SSL application
|