openssl hangs and does not exit
I am trying to use openssl to get a certificate, and it seems to keep hanging. I have done a lot of research but not all of the available options seem to work on Windows. openssl s_client -showcerts -connect google.com:443 > cert.txt I have tried this: openssl s_client -connect xyz:443 < quit.txt > cert.txt Where quit.txt contains "quit\n" from http://bytes.com/topic/php/answers/8802-automate-openssl-s_client-command-batch-php-script That did not work. I also looked at Openssl s_clinet -connect scripting. Force quit help I have also tried -prexit I have also looked into this as well and can't