How to get https server certificate using Net::HTTP or HTTPClient Ruby lib?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I found a solution using HTTPClient lib
Make sure you have httpclient gem installed
|
|||
|
|
|
I don't think that you can do it with either of these libraries, or even with much more advanced libcurl and it's wrappers. But as an alternative - if you have
It will give you a full dump of the certificate as well as some parsed information - subject, issuer, etc. |
|||
|
|