RubyGems Navigation menu

always_verify_ssl_certificates 0.1.0

Ruby’s net/http is setup to never verify SSL certificates by default. Most ruby libraries do the same. That means that you’re not verifying the identity of the server you’re communicating with and are therefore exposed to man in the middle attacks. This gem monkey-patches net/http to force certificate verification and make turning it off impossible.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.3.0 - March 18, 2011 (6.5 KB)
  2. 0.2.0 - December 09, 2010 (6.5 KB)
  3. 0.1.0 - December 08, 2010 (6.5 KB)

擁有者:

作者:

  • James Golick

SHA 256 checksum:

a371f5c61707e7d4a2f9a1fae10edec2884e4d453b6a452368ddf79282d67fe0

總下載次數 25,513

這個版本 5,920

License:

Ruby 版本需求:

相關連結: