最佳答案
我试图用 openssl 来获得证书,它似乎一直挂着。我做了很多研究,但并非所有可用的选项似乎都适用于 Windows。
openssl s_client -showcerts -connect google.com:443 > cert.txt
我试过这个:
openssl s_client -connect xyz:443 < quit.txt > cert.txt
其中 quit.txt
包含“退出 n”
译自: 美国《 http://bytes.com/topic/php/answers/8802-automate-openssl-s_client-command-batch-php-script 》杂志网站(href = “ http://bytes.com/subject/php/answer/8802-auto-openssl-s _ client-command-batch-php-script”rel = “ norefrer”)
这没有工作。我也看了 连接脚本。强制退出帮助
我也试过 -prexit
我也研究过这个问题,但无法解决: Https://serverfault.com/questions/139728/how-to-download-ssl-certificate-from-a-website
我本来做得很好!我设法做了一件我认为是不可能的事情,一个像这样简单的错误设法阻止我 暂时的: (