Thanks for the reply. I checked bash curl bzip2 ca-certificates and I have all of the latest versions installed.
Here is the verbose output of the curl command:
scott@scott-VirtualBox:~$ \curl -v -L
https://get.rvm.io | bash -s head
* About to connect() to
get.rvm.io port 443 (#0)
* Trying 208.85.148.213... % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0connected
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Server hello (2):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS handshake, Server key exchange (12):
{ [data not shown]
* SSLv3, TLS handshake, Server finished (14):
{ [data not shown]
* SSLv3, TLS handshake, Client key exchange (16):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Finished (20):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
{ [data not shown]
* SSLv3, TLS handshake, Finished (20):
{ [data not shown]
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
* subject: OU=Domain Control Validated; OU=EssentialSSL Wildcard; CN=*.
rvm.io* start date: 2012-03-14 00:00:00 GMT
* expire date: 2013-03-14 23:59:59 GMT
* subjectAltName:
get.rvm.io matched
* issuer: C=GB; ST=Greater Manchester; L=Salford; O=COMODO CA Limited; CN=EssentialSSL CA
* SSL certificate verify ok.
> GET / HTTP/1.1
> User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/
1.2.3.4 libidn/1.23 librtmp/2.3
> Host:
get.rvm.io> Accept: */*
>
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0< HTTP/1.1 301 Moved Permanently
< Server: nginx/1.0.14
< Date: Wed, 06 Mar 2013 17:07:01 GMT
< Content-Type: text/html
< Content-Length: 185
< Connection: keep-alive
< Location:
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer<
* Ignoring the response-body
{ [data not shown]
100 185 100 185 0 0 214 0 --:--:-- --:--:-- --:--:-- 308
* Connection #0 to host
get.rvm.io left intact
* Issue another request to this URL: '
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer'
* About to connect() to
raw.github.com port 443 (#1)
* Trying 199.27.74.133... connected
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
Any other thoughts?