我在使用Exim4和TLS证书时遇到了问题,当我尝试使用gnutls进行测试连接时,我得到了以下错误:
Processed 128 CA certificate(s).
Resolving 'mail.reformaspaco.es:25'...
Connecting to '192.168.150.200:25'...
- Certificate type: X.509
- Got a certificate list of 1 certificates.
- Certificate[0] info:
- subject `CN=mail.reformaspaco.es,OU=it,O=Reformas Paco S.A,L=Madrid,ST=C.A Madrid,C=ES', issuer `CN=mail.reformaspaco.es,OU=it,O=Reformas Paco S.A,L=Madrid,ST=C.A Madrid,C=ES', serial 0x6274542f9f5805fb74152c756e6dd773613a7cad, RSA key 2048 bits, signed using RSA-SHA256, activated `2021-11-09 08:57:20 UTC', expires `2024-11-08 08:57:20 UTC', pin-sha256="xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Public Key ID:
sha1:xxxxxxxxxxxxxxxxxxxx
sha256:xxxxxxxxxxxxxxxxxxxxxxxxx
Public Key PIN:
pin-sha256:xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Public key's random art:
+--[ RSA 2048]----+
|. |
| +.. |
|.o= . |
|.*E. . |
|*.==o . S |
|o=+o . . |
|+o . |
|+o. |
|X+ |
+-----------------+
- Status: The certificate is NOT trusted. The certificate issuer is unknown.
*** PKI verification of server certificate failed...
*** Fatal error: Error in the certificate.
*** handshake has failed: Error in the certificate.我正在使用安装在UbuntuServer20.04中的Exim 4.93。服务器和客户端都安装在virtualbox中。
耽误您时间,实在对不起
发布于 2021-11-09 09:45:37
相关错误是“证书颁发者未知”。
这通常意味着几件事中的一件:
然后查看您看到的证书输出:issuer CN=mail.reformaspaco.es
你知道错误的原因是第一个原因。
您将需要一个正确的证书来消除该错误。
https://serverfault.com/questions/1083005
复制相似问题