Registry / networking / net-http-ssl-fix

net-http-ssl-fix

JSON →
library0.0.10rbrubygemsunverified

Get rid of this lovely error for good, especially on Windows: `SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed`

gem install net_http_ssl_fix
INSTALL
IMPORT
SIG · NET-HTTP-SSL-FIX
N
net-http-ssl-fix
networkingrubyv0.0.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Net::HTTP::SSLFix
require 'net/http/ssl_fix'

Fix SSL certificate verification errors in Net::HTTP

require 'net/http/ssl_fix' require 'net/http' uri = URI('https://example.com') response = Net::HTTP.get(uri) puts response
Debug
Known issues
gotchaThis gem monkey-patches Net::HTTP globally, which may affect other libraries.
fix
Use only in development or test environments, or consider using a more modern HTTP library like HTTP.rb or Faraday with proper SSL configuration.
affects: >= 0.0.0
Upgrade
Version history
0.0.10latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
net-http-ssl-fix — gem install net-http-ssl-fix · libregistry