• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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