So I've searched around for a little while but can't seem to find anything relevant to my situation. I'm trying to install Meteor on Ubuntu (fairly new to Ubuntu) but when I run the curl command I receive the following error message.
curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure Installation failed.
I'm running Ubuntu 12.04 and have tried a number of commands to install Meteor including the following.
curl https://install.meteor.com | /bin/sh
curl install.meteor.com
Any help would be greatly appreciated. Thanks!