Apache How to properly use SSL redirects without getting certificate error messages Today I would like to go over proper URL redirection when using SSL but first I would like to preface this by describing what... Jason SamuelMarch 7, 2011
IIS A quick way to troubleshoot SSL chain issues using OpenSSL You can use OpenSSL and run this command: openssl.exe s_client -connect www.mysite.com:443 which will use a generic SSL/TLS client to connect to your site... Jason SamuelJanuary 14, 2010