我无法获得https://sendsonar.com的工作,但是sendingonar.com和https://www.sendsonar.com工作正常

我试图让我们的域名 – https://sendsonar.com – 去https://www.sendsonar.com但由于某种原因,这是失败的。 这里是curl输出:

yo@ubuntu-i386:~/Sonar$ curl -kvI https://sendsonar.com * Rebuilt URL to: https://sendsonar.com/ * Hostname was NOT found in DNS cache * Trying 50.63.202.28... * Connected to sendsonar.com (50.63.202.28) port 443 (#0) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSLv3, TLS handshake, Client hello (1): * Unknown SSL protocol error in connection to sendsonar.com:443 * Closing connection 0 curl: (35) Unknown SSL protocol error in connection to sendsonar.com:443 

这里是curl的输出,如果我去https:/www.sendsonar.com

 yo@ubuntu-i386:~/Sonar$ curl -kvI https://www.sendsonar.com * Rebuilt URL to: https://www.sendsonar.com/ * Hostname was NOT found in DNS cache * Trying 50.19.125.31... * Connected to www.sendsonar.com (50.19.125.31) port 443 (#0) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS handshake, CERT (11): * SSLv3, TLS handshake, Server key exchange (12): ...and so on 

我们的域名和ssl证书是从Godaddy购买的,服务器在Heroku上。

我不确定这是Godaddy中的一个环境,还是Heroku,在我有限的知识的基础上挖掘了一切。

谢谢你的帮助。

看来你正在使用GoDaddy将https://sendsonar.com/redirect到Heroku托pipe的www子域。 GoDaddy的DNS经理的redirect不支持HTTPS(因为GoDaddy的redirect服务服务器没有安装您的SSL证书)。