• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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