Turning off SSL engine in Apache is very easy and straightforward, just go to
1. Edit ssl.conf
2. Find a line SSLEngine and turn it to off
3. Restart the Httpd Services
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
No hay comentarios:
Publicar un comentario