Categories: None [Edit]

always_verify_ssl_certificates

https://rubygems.org/gems/always_verify_ssl_certificates
https://github.com/jamesgolick/always_verify_ssl_certificates
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.

Total

Ranking: 40,244 of 180,530
Downloads: 25,517

Daily

Ranking: 32,144 of 180,517
Downloads: 3

Depended by

RankDownloadsName
29,33038,562crapapult
42,47523,850cps-client

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconjamesgolick