Method: HTTPClient::SSLConfig#cert_store

Defined in:
lib/httpclient/ssl_config.rb

#cert_storeObject

OpenSSL::X509::X509::Store used for verification. You can reset the store with clear_cert_store and set the new store with cert_store=.



67
68
69
# File 'lib/httpclient/ssl_config.rb', line 67

def cert_store
  @cert_store
end