Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
is it possible to set ssl_verifypeer in typhoeus global? Something like:
ssl_verifypeer
Typhoeus::Config.ssl_verifypeer = false
いいえそうではありません。不運にも。私はしばらくの間、セッションのサポートについて考えてきました。何かのようなもの
Typoeus::Session.new(ssl_verifypeer: false) do Typhoeus.get("https://www.example.com") end
しかし、現時点ではグローバルに構成する方法はありません。