Method: Gem::Net::HTTP::Persistent#ca_path
- Defined in:
- lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
#ca_path ⇒ Object
A directory of SSL certificates to be used as certificate authorities. Setting this will set verify_mode to VERIFY_PEER.
257 258 259 |
# File 'lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb', line 257 def ca_path @ca_path end |