while i'm installing ruby on Ubuntu 14.04
using steps specified in rvm.io
I got these error which is related to curl
.
After writing this \curl -sSL https://get.rvm.io | bash -s stable --ruby
curl: (1) Protocol "https" not supported or disabled in libcurl
And I also tried this command ./configure --with-ssl
and it's not working.
I have xampp installed in my pc.
and this solution answer is showing for windows not for Ubuntu.
suggested solution is not working
Please help :) thanks in advance.