Richard G
Verified User
I had this error in the log file:
It happened only 3 times so far but I went and had a look why this could be happening. Then I disovered this one.
This is on a default server without Letsencrypt installed:
And this is on 2 other servers with Letsencrypt installed:
Now on the server without Letsencrypt the owner and rights for exim.key are also only rw and owned by mail.
I'm just wondering, since I got this error on one of the servers with letsencrypt.... is this a problem that the exim.cert is not chmod 755 (or 644)?
2017-05-29 14:49:53 TLS error on connection from [24.xx.xxx.xxx] (SSL_accept): error:00000000:lib(0):func(0):reason(0)
2017-05-29 14:49:53 TLS client disconnected cleanly (rejected our certificate?)
It happened only 3 times so far but I went and had a look why this could be happening. Then I disovered this one.
This is on a default server without Letsencrypt installed:
Code:
# ls -al /etc/exim.cert
-rwxr-xr-x 1 root root 2.0K May 13 2016 /etc/exim.cert
And this is on 2 other servers with Letsencrypt installed:
Code:
# ls -al /etc/exim.cert
-rw------- 1 mail mail 3806 May 23 00:15 /etc/exim.cert
Now on the server without Letsencrypt the owner and rights for exim.key are also only rw and owned by mail.
I'm just wondering, since I got this error on one of the servers with letsencrypt.... is this a problem that the exim.cert is not chmod 755 (or 644)?