Estou tentando obter nosso domínio - link - para acessar link mas, por algum motivo, isso está falhando. Aqui está a saída de onda:
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
Aqui está a saída de curvas se eu for para 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
Nosso domínio e certificado SSL foram comprados da Godaddy e o servidor está no Heroku.
Eu não tenho certeza se é um cenário em Godaddy, ou Heroku e tenho vasculhado tudo que posso com o meu conhecimento limitado.
Obrigado pela sua ajuda.