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

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

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -