• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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