Here is what I got when I ran the following command:
curl -I -v https://tig03.hiphopservers.com
I do not see any errors.
> [root@tig03 ~]# curl -I -v https://tig03.hiphopservers.com
> * About to connect() to tig03.hiphopservers.com port 443 (#0)
> * Trying 107.152.128.122... connected
> * Connected to tig03.hiphopservers.com (107.152.128.122) port 443 (#0)
> * Initializing NSS with certpath: sql:/etc/pki/nssdb
> * CAfile: /etc/pki/tls/certs/ca-bundle.crt
> CApath: none
> * SSL connection using TLS_DHE_RSA_WITH_AES_256_CBC_SHA
> * Server certificate:
> * subject: CN=*.hiphopservers.com,OU=Domain Control Validated
> * start date: Jan 13 14:32:00 2015 GMT
> * expire date: Mar 13 06:29:57 2017 GMT
> * common name: *.hiphopservers.com
> * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> > HEAD / HTTP/1.1
> > User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.19.1 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> > Host: tig03.hiphopservers.com
> > Accept: */*
> >
> < HTTP/1.1 302 Found
> HTTP/1.1 302 Found
> < Date: Sun, 06 Mar 2016 17:05:26 GMT
> Date: Sun, 06 Mar 2016 17:05:26 GMT
> < Server: Apache/2.2.15 (CentOS)
> Server: Apache/2.2.15 (CentOS)
> < Location: https://tig03.hiphopservers.com/start/index.php
> Location: https://tig03.hiphopservers.com/start/index.php
> < Connection: close
> Connection: close
> < Content-Type: text/html; charset=iso-8859-1
> Content-Type: text/html; charset=iso-8859-1
> <
> * Closing connection #0