You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2024. It is now read-only.
Simple unit tests to make sure your web server is configured correctly under SSL.
It's insh (subset ofbash). Why? It's one file, noinstallation, only requires openssl, and basic posix shell stuff. Andmostly it's calling out to OpenSSL anyways, so why not bash?
Certificate chain 0 s:/OU=Domain Control Validated/CN=YOUR SERVER HERE i:/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure Certification Authority/serialNumber=1234 1 s:/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure Certification Authority/serialNumber=1234 i:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authority 2 s:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authority i:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authority
Looking at #2 in the chain, you'll see a self-signed cert forGo-Daddy. That's normally inside the http-client already, so sendingit is kinda weird, and might cause problems. It's certainly a wasteof space.
About
simple scripts to make sure your web server is configured correctly under HTTPS