openssl se cuelga y no sale

Estoy tratando de usar openssl para obtener un certificado, y parece que sigue colgando. He investigado mucho, pero no todas las opciones disponibles parecen funcionar en Windows.

openssl s_client -showcerts -connect google.com:443 > cert.txt

He intentado esto:

openssl s_client -connect xyz:443 < quit.txt > cert.txt

Dóndequit.txt contiene "salir \ n" dehttp: //bytes.com/topic/php/answers/8802-automate-openssl-s_client-command-batch-php-scrip

Eso no funcionó. También miré aOpenssl s_clinet -connect scripting. Forzar dejar de ayudar

También he intentado-prexit

También he investigado esto y no puedo hacer que funcione:https: //serverfault.com/questions/139728/how-to-download-ssl-certificate-from-a-websit

¡Me estaba yendo tan bien! Logré hacer algo que pensé que sería imposible y una cosa simple como este error logró detenermeSiendo por el moment:

Respuestas a la pregunta(8)

Su respuesta a la pregunta