Class: Thin::Connection
- Inherits:
-
EventMachine::Connection
- Object
- EventMachine::Connection
- Thin::Connection
- Defined in:
- lib/grenache/http/http_server.rb
Instance Method Summary collapse
Instance Method Details
#ssl_verify_peer(cert) ⇒ Object
9 10 11 12 |
# File 'lib/grenache/http/http_server.rb', line 9 def ssl_verify_peer cert client = OpenSSL::X509::Certificate.new cert store.verify client end |