我有运行 https:// 的 apache nginx 服务器,并正确配置了 Letencrypt 证书。我可以连接火狐,铬,即。他们都报告连接是安全的。但是centos7和ubuntu 14.04报证书错误:
wget https://gitlab.timeless.cz:8443
Resolving gitlab.timeless.cz (gitlab.timeless.cz)... 82.100.8.23
Connecting to gitlab.timeless.cz (gitlab.timeless.cz)|82.100.8.23|:8443... connected.
ERROR: cannot verify gitlab.timeless.cz's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3’:
Unable to locally verify the issuer's authority.
Run Code Online (Sandbox Code Playgroud)
根据https://www.ssllabs.com/页面是正确的。
输出
openssl s_client -connect gitlab.timeless.cz:8443
Run Code Online (Sandbox Code Playgroud)
是
CONNECTED(00000003)
depth=0 CN = gitlab.timeless.cz
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = gitlab.timeless.cz
verify error:num=27:certificate not trusted
verify return:1
depth=0 CN = gitlab.timeless.cz
verify error:num=21:unable to verify …
Run Code Online (Sandbox Code Playgroud) 我配置了 Centos 7 的电子邮件子系统,以便它向外界发送电子邮件。从那以后,我开始每分钟从 crond 进程收到大约 10 封电子邮件。对我来说没用,希望 crond 不发送任何电子邮件。
我试图设置
MAILTO=""
Run Code Online (Sandbox Code Playgroud)
在 /etc/crontab 和 /etc/crontab.d 中(crontab 相关文件中不再有 MAILTO=root ),但电子邮件仍在发送。我重新启动了 crond 服务,后来我重新启动了整个系统。到目前为止没有任何帮助。