1. Edit ssl.conf
# vim /etc/httpd/conf.d/ssl.conf
2. Find a line SSLEngine and turn it to off
# SSL Engine Switch: # Enable/Disable SSL for this virtual host. SSLEngine off
3. Restart the Httpd Services
# service httpd restart
Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
# vim /etc/httpd/conf.d/ssl.conf
# SSL Engine Switch: # Enable/Disable SSL for this virtual host. SSLEngine off
# service httpd restart
No comments:
Post a Comment