I get this message and my ISP 3 Panel has SSL Issues ofc Code: [warn] NameVirtualHost *:443 has no VirtualHosts My /etc/apache2/sites-available/ispconfig.conf only contain (last 2 lines) Code: Alias /awstats-icon "/usr/share/awstats/icon" NameVirtualHost *:80 NameVirtualHost *:443 How can i Fix this as I dont know what need to be there
Thats not an error. This message means that apache is ready configured to host sl sites on *. Thats good as it means that this file is correct.
Confused Then Im Confused about why I get the message when i go to my https://isp3server.tdl:8080/ I have run ispconfig_update.sh and made new Cert and Still get this error ! Other Sites seem to run fine, I just cant manage my users. Secure Connection Failed An error occurred during a connection to artemis.zonemail.co.za:8080. SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long) The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem.
The message "[warn] NameVirtualHost *:443 has no VirtualHosts" in not related to your broken ssl cert at all. The new error message that you posted now means that the ssl cert is broken or does not exist and therefor cant be read by apache. You can get a broken sl cert e.g. when you enter values in the openssl questions that openssl cant understand and therefor cant craete a ssl cert. You should create a new ssl cert to fix that.
Re-made SSL I followed this guide http://www.faqforge.com/linux/controlpanels/ispconfig3/enable-ssl-for-the-ispconfig-3-controlpanel/ Still have the problem, My controll pannel complain
you can not use port 80 but you can use http. just comment out all lines that start with SSL in the ispconfig vhost and restart apache.
https It does not take the http:// and immidiatly reload the https:// in my browser as if it only allow https Sorry for the bother and Noob questions