HOW TO : Check SSL certificate validity using curl
If you want to check the SSL certificate validation (expiry time, hostname match, self signed etc) using curl, you can do it by running [code]curl -cacert...
If you want to check the SSL certificate validation (expiry time, hostname match, self signed etc) using curl, you can do it by running [code]curl -cacert...
The uptime of this blog has been really bad recently. I switched to hosting it on a Rackspace virtual server last year and went with the...
Quick how to for my personal records. iptables is an open source firewall (and it does a lot more) included with most linux distributions. Steps to...
Quick note for myself to check web services using curl ([L/U]nix utility to play with http(s) traffic) [code] curl https://URL_TO_TEST –insecure –trace-ascii debug.txt [/code] Comments on...
Quick note for future reference.. If you ever run into errors like this [code] <pre>Starting httpd: Warning: DocumentRoot [/var/www/html/static] does not exist Warning: DocumentRoot [/var/www/html/static] does...
Keytool is a java utility to manage SSL key databases (stores). Here are a couple of options for using this tool List the certificates in the...