• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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