Hey everyone,
I’m trying to get Ruby on Rails set up on my Windows machine, but I’ve hit a bit of a roadblock. During the installation process, I keep running into an SSL error that looks something like this:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
When I was searching about this, I came across to these resources/articles Getting SSL error on request · Issue #64133 · microsoft/vscode · GitHub how to install ruby on rails Which Processing should I use? - Happy Coding and based on them I’ve tried a few things to fix it, like updating RubyGems with gem update --system
, but no luck so far. I’m hoping someone here has encountered this issue before and can offer some advice on how to resolve it.
Has anyone else run into this problem? Any suggestions on what I can do to get past this SSL error?
Thanks in advance for your help!
Cheers
Niamhlawson