• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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