= private = protected
peer_cert()
Returns the X.509 certificates the server presented.
# File lib/net/http.rb, line 724 def peer_cert if not use_ssl? or not @socket return nil end @socket.io.peer_cert end