• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

starttls fails - file not found

J

jchimene

Guest
Hi:
I'd like to get TLS running on my server.

Here is the partial directory list of /var/qmail/control

-bash-2.05b# ls -lat

-rw-r----- 1 qmaild qmail 2545 Apr 28 15:47 servercert.pem
lrwxrwxrwx 1 qmaild qmail 33 Jul 1 2005 clientca.pem -> /var/qmail/control/servercert.pem

Here is the connection log. Several ISP block port 25, so we are using port 26

-bash-2.05b# telnet 127.0.0.1 26
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 admin.mydomain.com ESMTP
ehlo world
250-admin.mydomain.com
250-STARTTLS
250-PIPELINING
250 8BITMIME
starttls
454 TLS no valid RSA private key: error:02001002:system library:fopen:No such file or directory (#4.3.0)
^]
telnet> quit
Connection closed.

Any clues?

Cheers,
jec
 
Back
Top