Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAdam Cassano
13,869 Pointsunable to install ruby on my PC Windows 10
getting this error:
C:\RubyDevKit>gem install rails --version 5.0.0 ERROR: Could not find a valid gem 'rails' (= 5.0.0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)
1 Answer
Jay McGavren
Treehouse TeacherIt looks like your Windows system's SSL certificates might be outdated. Start at this link, and follow the links for directions to fix it. Keep notes on what you're doing as you go (I would recommend saving screenshots or copying and pasting from your terminal). If you encounter problems, please reply to this thread with the error message you're getting, and what you've tried so far.
As an absolute last resort, you could do as this Stack Overflow answer suggests. But this solution is insecure, and should be avoided if possible.
Adam Cassano
13,869 PointsAdam Cassano
13,869 PointsThanks , i ended up uninstalling everything i had installed previously; i ended up installing Ruby 2.4.4 with the dev kit; then i was able to install Rails 5.0.0 and seemed to be working just fine; will this cause anymore issues while im following the videos?
Jay McGavren
Treehouse TeacherJay McGavren
Treehouse TeacherAdam Cassano The version of Rails is more important than the version of Ruby; you should be fine. If you run into trouble, please copy the error message you get and paste it into a forum post.