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.
是否可以ssl_verifypeer在全球台风中设置?就像是:
ssl_verifypeer
Typhoeus::Config.ssl_verifypeer = false
不它不是。很遗憾。我一直在考虑会话支持一段时间。就像是
Typoeus::Session.new(ssl_verifypeer: false) do Typhoeus.get("https://www.example.com") end
但是现在没有办法全局配置它。