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