HP XP P9000 Command View Advanced Edition Suite Software 7.6.1-00 Administrator Guide
2. Comment out the SSL-related directives, such as the path to the private key and the path to the
server certificate, in the httpsd.conf file by adding a hash mark (#) at the beginning of the
lines.
In Windows:
installation-folder-for-Common-Component\httpsd\conf\httpsd.conf
In Linux:
installation-directory-for-Common-Component/httpsd/conf/httpsd.conf
3. Start the services of the P9000 Command View AE Suite product.
Related topics
• Starting services, page 317
• Stopping services, page 318
Examples of configuring an httpsd.conf file (Disabling SSL/TLS for Common Component)
A line beginning with a hash mark (#) is a comment line.
The following examples show how to set up the httpsd.conf file when disabling SSL/TLS.
• In Windows:
ServerName example.com
:
Listen 23015
#Listen [::]:23015
SSLDisable
SSLSessionCacheSize 0
#Listen 23016
#Listen [::]:23016
#<VirtualHost *:23016>
# ServerName example.com
# SSLEnable
# SSLProtocol SSLv3 TLSv1
# SSLRequiredCiphers AES256-SHA:AES128-SHA:DES-CBC3-SHA
# SSLRequireSSL
# SSLCertificateFile "c:/Program Files/CVXPAE/Base/httpsd/conf/ssl
/server/httpsd.pem"
# SSLCertificateKeyFile "c:/Program Files/CVXPAE/Base/httpsd/conf/ssl
/server/httpsdkey.pem"
# SSLCACertificateFile "c:/Program Files/CVXPAE/Base/httpsd/conf/ssl
/cacert/anycert.pem"
# SSLSessionCacheTimeout 3600
#</VirtualHost>
• In Linux:
Security190