-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Hello!
Thank you for your hard work maintaining Rubygems, it is especially appreciated you've taken the time to back port new SSL certs to older versions of Rubygems, e.g. 2.7.11
I'm trying to use this to build some CI for legacy (pre 2.0) Rubies as RSpec still supports these until we release 4.0.0 (and we'd like the sanity check for some of our extension gems and transition work toward that, where we will be changing to a minimum of 2.3 supported)
Using 2.7.11 to install the last Bundler 1.x release (1.17.3) results in this error:
Unable to download data from https://rubygems.org/ - hostname was not match with the server certificate (https://api.rubygems.org/specs.4.8.gz)
Yet strangely some older versions of Rubygems work fine, e.g. the defaults for 1.9.3 and 2.0 can install bundler and carry on
Is there an intermediate certificate required to use the new certs?