-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handshake alert: unrecognized name #7
Comments
I think this may be a problem with SSL on the api. curl "https://api.oneskyapp.com/2" -v ⏎
* About to connect() to api.oneskyapp.com port 443 (#0)
* Trying 184.73.216.246...
* connected
* Connected to api.oneskyapp.com (184.73.216.246) port 443 (#0)
* SSLv3, TLS handshake, Client hello (1):
* error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112)
* Closing connection #0
curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112) |
this seems to be working ok now. |
Thanks @matthewrudy. @astjohn We found that 2 of our servers were very busy last week that causing invalid SSL connection. We have setup few more servers for temporarily solving this issue and is now double checking the servers to see if anything strange there. Please let me know if you are still experiencing the problem. |
Sorry for the late reply, but I had to put off i18n for a while. I just tried again with the same result. I'm using jruby 1.7.4. Same When running curl as above, I get the following:
|
When trying to upload yaml files using Jruby 1.7.2, I receive the following error. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: