We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b387520 + 42ced44 commit eab2d8cCopy full SHA for eab2d8c
README.md
@@ -1,3 +1,8 @@
1
# ruby-ssl-check
2
3
This script tries to help you diagnose SSL problems, especially related to certificates or TLS version while connecting to https://rubygems.org.
4
+
5
+It can be run by the following:
6
+```
7
+curl -Lks 'https://git.io/rg-ssl' | ruby
8
check.rb
@@ -27,6 +27,7 @@
27
require 'rubygems'
28
# Try for Bundler version
29
require 'bundler'
30
+ require 'bundler/vendor/uri/lib/uri'
31
rescue LoadError
32
end
33
0 commit comments