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

231 connections in 0.29s; 796.55 connections/user sec, bytes read 57981 231 connections in 31 real seconds, 251 bytes read per connection }

30821 connections in 8.14s; 3786.36 connections/user sec, bytes read 6749799 30821 connections in 31 real seconds, 219 bytes read per connection

} httping