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

Problem with STARTTLS - SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:.\ssl\s2

J

jcalegre

Guest
RESOLVED: Problem with STARTTLS - SSL routines:SSL23_GET_SERVER_HELLO:unknown pr

Hi,

I've some problems connecting to my mailserver using STARTTLS.

I've done a simple test:
openssl s_client -starttls smtp -crlf -connect my.domain.com:25
Loading 'screen' into random state - done
CONNECTED(00000768)
11128:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:.\ssl\s23_clnt.c:583:

Weird, because i should receive something like:
CONNECTED(00000768)
depth=0 /C=US/ST=Unknown/L=Unknown/O=Unknown/... etc?
right?

I've a "self made" servercert.pem at /var/qmail/control/

What whould i do to resolve this problem?

Tx,

Jcalegre
 
I've copyed my psa certfile from (/usr/local/psa/var/certificates/) to servercert2.pem (/var/qmail/control/) and then:

$ cp servercert2.pem servercert.pem
..changed the owners/groups...
$ chown root:nofiles servercert.pem
$ chmod 640 servercert.pem

$ cp servercert.pem clientcert.pem
..changed the owners/groups...
$ chown root:qmail clientcert.pem
$ chmod 640 clientcert.pem

working now..

I hope!
 
Back
Top