summaryrefslogtreecommitdiff
path: root/test/rubygems/test_bundled_ca.rb
diff options
context:
space:
mode:
-rw-r--r--test/rubygems/test_bundled_ca.rb14
1 files changed, 9 insertions, 5 deletions
@@ -3,7 +3,7 @@ require 'rubygems/test_case'
require 'net/http'
require 'rubygems/openssl'
-unless defined?(OpenSSL::SSL)
warn 'Skipping bundled certificates tests. openssl not found.'
end
@@ -46,11 +46,15 @@ class TestBundledCA < Gem::TestCase
assert_https('rubygems.org')
end
- def test_accessing_fastly
- assert_https('rubygems.global.ssl.fastly.net')
end
def test_accessing_new_index
- assert_https('fastly.rubygems.org')
end
-end if defined?(OpenSSL::SSL)