Hello,
I am trying to setup the SSL Certificate on a website under ispconfig 3 but I am getting the following error when I try to access the site via https:// in firefox
Quote:
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
|
The SSL Certificate is fine as it worked under a different web server that did not use ispconfig 3. I have tried manually copying and pasting the contents of the certificate file into the /var/www/website/ssl/website.crt file and restarting apache. I have tried re-enabling the ssl module via a2enmod ssl but it just says that the module is already enabled. My apache 2 ports.conf file looks like this:
Quote:
NameVirtualHost *:80
Listen 80
<IfModule mod_ssl.c>
# SSL name based virtual hosts are not yet supported, therefore no
# NameVirtualHost statement here
Listen 443
</IfModule>
|
the /var/log/apache2/error.log file is spitting this out whenever I try to visit the site via https but not via http:
Quote:
|
[Wed Aug 11 10:09:46 2010] [error] [client x.x.x.x] client denied by server configuration: /htdocs
|
Google doesn't seem to be yielding any answers as to why this is happening.
Thank you!
Recent comments
14 hours 9 min ago
23 hours 37 min ago
1 day 26 min ago
1 day 4 hours ago
1 day 8 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 20 hours ago
2 days 1 hour ago
2 days 3 hours ago