当我尝试从计算机自己的 ip 访问时,自签名 SSL 证书未在本地验证

Self signed SSL certificate is not verified on local when i tried to access from computers own ip

我的目标是从同一网络上的另一台计算机测试我的 Web 应用程序 ssl 页面。

我收到未经验证的证书错误。我已经创建了很多不同的证书来修复错误,但事实并非如此。有什么建议吗?

chrome 错误:

NET::ERR_CERT_COMMON_NAME_INVALID

Mozilla 中的错误:

SSL_ERROR_BAD_CERT_DOMAIN

Not secured

Secured

确保您的证书中的 IP 地址应在 IP 地址类型的 SAN(主题备用名称)条目中。