openssl s_client hangs
It's waiting for your HTTP command,
simply a GET /
and press enter would be good.
For fully automated solution, you can use echo -n
:
echo -n | openssl s_client -connect facebook.com:443
It's waiting for your HTTP command,
simply a GET /
and press enter would be good.
For fully automated solution, you can use echo -n
:
echo -n | openssl s_client -connect facebook.com:443