Joined September 2013
·
Posted to
Check the validity of a server's SSL certificate chain
over 1 year
ago
Ahem... Trust chain evaluation is defined by SSL stack on client side, where OpenSSL is probably used less often than on server side. Also, your Ruby (or whatever else) application may have different set of root certificates, and hence chain of trust might be evaluated/computed differently. Also, there are CRLs and other stuff. Hence, it shows chain of trust for very this OpenSSL installation/configuration/set-of-root-certificates instance.
Achievements
8 Karma
0 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
the other variant is obviously to put it into /etc/ssh/sshd_config at least on your own server(s)