• 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.

ssl certificate not served correctly for localhost

Mshaker

Basic Pleskian
---------------------------------------------------------------
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
Plesk 11.0.9 Update #37, CentOS release 5.9 (Final) x64

PROBLEM DESCRIPTION
A plesk microupdate has broken ssl when being connecting to localhost (If the hostname you are connecting to is pointing to localhost then the conenction will fail. If the hostname is on a different interface then it will work correctly).

STEPS TO REPRODUCE
Connect using openssl to test
openssl s_client -connect localhost:443
CONNECTED(00000003)
16043:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:588:

ACTUAL RESULT
openssl s_client -connect localhost:443
CONNECTED(00000003)
16043:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:588:

EXPECTED RESULT
In previous versions the ssl certificate would be served correctly.

ANY ADDITIONAL INFORMATION
--------------------------------------------------------------
 
Back
Top