Я пытаюсь получить наш домен - 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/ к размещенному на Heroku www
поддомен. Перенаправления диспетчера DNS GoDaddy не поддерживают HTTPS (поскольку на серверах служб перенаправления GoDaddy не установлен ваш сертификат SSL).