I use an ISPConfig as a local dev server, how can i disable the https in ISPConfig control panel? (https://IP:8080 to http:IP:8080) I try to comment out, /etc/apache2/sites-available/ispconfig.vhost # SSL Configuration #SSLEngine On # SSLProtocol All -SSLv3 # SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt # SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key after, apache2 restart... After login, i've got error, and in dev tools i saw, the browser try to reach in https. (new browser, without any history) Please help me, if you can! Regards