-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
HTTP::Client TLS Error on 0.27.1 #7364
Comments
Probably related to #7068 /cc @straight-shoota |
We should start having some integration tests for things like this... |
Can confirm. Since 0.27.1 all discordcr bots fail to start with this error. |
Yes it's because of #7068. It's fixed by making this here raise again: https://github.com/crystal-lang/crystal/pull/7068/files#diff-18a214102747b4ee627e8256e5d0d067L113. |
Same issue on macOS. Integration spec probably a good idea, maybe have the Crystal client read from a Crystal server. |
I still don't really understand what |
Still getting SSL connect: I/O error on Crystal 0.35.0 |
@thelinuxlich works for me (Crystal 0.35.0 on macOS 10.14.6). |
Description
When trying to execute an HTTP::Client request with TLS it gives an OpenSSL::SSL::Error, but only on Crystal version 0.27.1
I need the HTTP::Client to work with TLS so I had to downgrade my Crystal to 0.27.0
Code
Run output
Crystal version
My software
Screenshot
The text was updated successfully, but these errors were encountered: