OpenSSL Script to run checks in bash OpenSSL Script to run checks in bash unix unix

OpenSSL Script to run checks in bash


Got it! :)

echo -e "GET /ws/map/v1/search.wsdl HTTP/1.1\nHost: my.site.com\n\n" | openssl s_client -connect my.site.com:443 -ign_eof

Really hope this helps someone going forward.