我无法让 https://sendsonar.com 工作,但 sendsonar.com 和 https://www.sendsonar.com 工作正常

我无法让 https://sendsonar.com 工作,但 sendsonar.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 

如果我访问 https:/www.sendsonar.com,以下是 curl 的输出

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 中的设置,并且我已经用我有限的知识尽力挖掘了。

感谢您的帮助。

答案1

您似乎正在使用 GoDaddy 进行重定向https://sendsonar.com/到 Heroku 托管的www子域。GoDaddy 的 DNS 管理器的重定向不支持 HTTPS(因为 GoDaddy 的重定向服务服务器没有安装您的 SSL 证书)。

相关内容