method
peer_cert
peer_cert()
public
Hide source
# 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