HTTPS via CURL and SSL -


Curl has good timing information I use -w @ curl-format.txt And write the time results in a CSV file. It works fine I request a HTTPS, there is a way of looking at time for SSL steps eg. For OCSP or for each certificate check phase?

The curl parameter -k accepts any SSL certificates, but mean -a) that does not check the curl certificate or B) which is the certificate of the curl Checks but can ignore the result?


Comments

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -