-
Notifications
You must be signed in to change notification settings - Fork 135
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
tlsv1 alert internal error when trying to API query https://bittrex.com #88
Comments
It is missing SNI name (#44)
|
Thank you! TomasB's patch did the trick and it's working again. The change seems simple enough, any chance you can add it to master or accept a PR for it? |
greatwolf
added a commit
to greatwolf/luasec
that referenced
this issue
Dec 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a short code snippet to reproduce the problem:
For me, this gives the output:
My setup
It's important to mention that this problem started happening today. Before today, this use to work just fine which suggests that bittrex might have changed something with their ssl certificate or the cipher suite used. I posted about this problem over on /r/bitcoinmarkets
Another interesting observation, I tested the same get request on curl 7.23.1:
giving me this output:
However, if I perform the same operation on curl 7.51.0 that works! And of course, testing this in the chrome browser works fine.
Any ideas on what the tlsv1 error means and how to fix it? A search shows this same error message has happened on other languages too like python which likely suggests an error that's emanating from openssl or the way luasec is using openssl.
The text was updated successfully, but these errors were encountered: