Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Cannot get RubyGems connector to work
-
I setup a Ruby feed, and am attempting to get a connector to work with RubyGems.org.
I just keep getting SSL/TLS errors when I do so.
I have tried the following URL's:
By default when creating a new Ruby connector it sets it as https://api.rubygems.org/
https://rubygems.org
https://rubygems.org/api/
https://rubygems.org/api/v1/
https://rubygems.org/api/v2/Also tried setting up a RubyGems.org user account and providing my username and password, but still have the same issue.
Any ideas here? Never had this issue with Powershell gallery or Nuget feeds.
Product: ProGet
Version: 5.0.12
-
I'm guessing it's related to TLS v1.2:
-
Confirmed that was the issue, thanks Tod.