Method: Mechanize::HTTP::Agent#cert_store
- Defined in:
- lib/mechanize/http/agent.rb
#cert_store ⇒ Object
The SSL certificate store used for validating connections
1162 1163 1164 |
# File 'lib/mechanize/http/agent.rb', line 1162 def cert_store @http.cert_store end |