method
peer_cert
v1_9_1_378 -
Show latest stable
- Class:
Net::HTTP
peer_cert()public
No documentation available.
# File lib/net/https.rb, line 129
def peer_cert
if not use_ssl? or not @socket
return nil
end
@socket.io.peer_cert
end