【发布时间】:2015-05-28 02:34:48
【问题描述】:
我有一个使用 ssl 连接到 apache 服务器的 https 客户端。
当客户端尝试通过 https 连接到 apache 服务器时,出现以下错误:
SSL Library Error: 336151570 error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate Subject CN in certificate not server name or identical to CA!?
可能是什么问题以及如何解决?
【问题讨论】:
-
在 ssl 连接中,您应该连接到您在 Ca 服务器生成的证书上“颁发给”的同一个 cn
标签: linux apache ssl openssl ssl-certificate