Method: HTTPClient::SSLConfig#load_trust_ca

Defined in:
lib/httpclient/ssl_config.rb

#load_trust_caObject

Loads default trust anchors. Calling this method resets all existing sessions.



257
258
259
260
# File 'lib/httpclient/ssl_config.rb', line 257

def load_trust_ca
  load_cacerts(@cert_store)
  change_notify
end