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: 44,868 of 193,214
Downloads: 27,168

Daily

Ranking: 94,007 of 193,188
Downloads: 1

Depended by

RankDownloadsName
31,92542,990crapapult
46,10526,206cps-client

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconjamesgolick