How to fix error and get back to https with ssl? – User friendly Tech help

nOur attitude toward life determines life’s attitude towards us…n

Error:-
n

nn

 Solution:-
nStep1:-
nTemporarily remove secure connection:

n

gem sources -r https://rubygems.org/

n


n
nStep2:-
nAdd insecure connection
n

ngem sources -a http://rubygems.org/
n
n

n

Step3:-
nInstall compass gem
n

n
nStep4:-
nAfter installing compass do vice versa:
n
a) gem sources -r http://rubygems.org/ – to remove insecure connection
n
nb) gem sources -a https://rubygems.org/ – to add secure connection
n
Learn More share more 🙂

Was this article helpful?
YesNo

Similar Posts