# File lib/net/https.rb, line 168
    def peer_cert
      return nil if not use_ssl? or not @socket
      @socket.io.peer_cert
    end