• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Need help with SSL

F

Fussi

Guest
Ok, here's my problem:
I just enabled SSL support for one of my domains, but even after a restart of Apache, i cannot connect to https://<domain>.
("This page cannot be displayed" page appears).

The last /var/log/apache2/error_log entries:

[Thu Aug 03 13:32:34 2006] [notice] caught SIGTERM, shutting down
[Thu Aug 03 13:32:35 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Aug 03 13:32:35 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Aug 03 13:32:35 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Aug 03 13:32:35 2006] [warn] Init: (<subdomain 1, hidden>:443) You configured HTTP(80) on the standard HTTPS(443) port!
[Thu Aug 03 13:32:35 2006] [warn] Init: (<subdomain 2, hidden>:443) You configured HTTP(80) on the standard HTTPS(443) port!
No worker file and no worker options in httpd.conf \nuse JkWorkerFile to set workers\n
[Thu Aug 03 13:32:35 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Thu Aug 03 13:32:36 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Aug 03 13:32:36 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Aug 03 13:32:36 2006] [warn] Init: (<subdomain 1, hidden>:443) You configured HTTP(80) on the standard HTTPS(443) port!
[Thu Aug 03 13:32:36 2006] [warn] Init: (<subdomain 2, hidden>:443) You configured HTTP(80) on the standard HTTPS(443) port!
No worker file and no worker options in httpd.conf \nuse JkWorkerFile to set workers\n
[Thu Aug 03 13:32:36 2006] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads.
[Thu Aug 03 13:32:36 2006] [notice] Apache/2.0.54 (Linux/SUSE) configured -- resuming normal operations

Any idea?
Btw, the CP works, and it uses SSL.
Also, if i point my browser to http://<domain>:443, i get a 403, but no SSL connection is established
 
Yes i do. Its only a small phpinfo() script. Works fine on all registered domains IF the file is in httpdocs. If i try to run the same script over https instead of http: Nothing.
Btw: I even tried to tick the "use same directory for ssl and non-ssl pages" box, same. http works, https not.
 
Back
Top