• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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