OpenSSL::SSL::SSLError (hostname "localhost" does not match the server certificate):
With Ruby on Rails 4
root@bronze:~# nslookup community-buy.ca
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: community-buy.ca
Address: 107.6.27.108
openssl s_client -connect 107.6.27.108:443 | openssl x509 -text -noout
Will give you useful information
Recent Comments