Class: Thin::Connection

Inherits:
Object
  • Object
show all
Defined in:
lib/omf-web/thin/runner.rb

Instance Method Summary collapse

Instance Method Details

#ssl_verify_peer(cert_s) ⇒ Object



10
11
12
# File 'lib/omf-web/thin/runner.rb', line 10

def ssl_verify_peer(cert_s)
  true # will be verified later
end