我已经使用安装了 Certbot 证书certbot --apache。安装成功,现在我无法通过 https 访问我的网站。
certbot --apache
当我在服务器本身上点击命令时,openssl s_client -connect localhost:443 -servername它给出Connected (00000005)
openssl s_client -connect localhost:443 -servername
Connected (00000005)
我的网站可通过 http 访问。但无法通过 https 访问。
任何帮助都会有所帮助。
apache openssl certbot
apache ×1
certbot ×1
openssl ×1