OpenSSL Linux command line ssl tool

Verify a web server certificate

OpenSSL retrieve url

SSL speed testing

openssl s_time -connect 172.17.0.2:443 -www "/welcome/" openssl s_time -connect 172.17.0.2:443 -www /

curl -s -w 'Testing Website Response Time for :%{url_effective}\n\nLookup Time:\t\t%{time_namelookup}\nConnect Time:\t\t%{time_connect}\nPre-transfer Time:\t%{time_pretransfer}\nStart-transfer Time:\t%{time_starttransfer}\n\nTotal Time:\t\t%{time_total}\n' -o /dev/null https://172.17.0.2

httping