mirror of
https://github.com/lostisland/faraday.git
synced 2025-08-29 00:03:58 -04:00
Add ca_path to SSL options hash
This commit is contained in:
parent
b85e0a18df
commit
71c101b0eb
@ -22,6 +22,7 @@ module Faraday
|
||||
http.cert = ssl[:client_cert] if ssl[:client_cert]
|
||||
http.key = ssl[:client_key] if ssl[:client_key]
|
||||
http.ca_file = ssl[:ca_file] if ssl[:ca_file]
|
||||
http.ca_path = ssl[:ca_path] if ssl[:ca_path]
|
||||
http.cert_store = ssl[:cert_store] if ssl[:cert_store]
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user