-
Notifications
You must be signed in to change notification settings - Fork 105
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
Broken master
build: SSL_WRONG_VERSION_NUMBER
#276
Comments
yes it does fail
I get this
|
I had a (failed) go at fixing this in #270. There definitely seem to be some differences in connection establishment in these edge cases between macOS and Linux. IMO, the Linux error makes more sense and the tests shouldn't really be mis-using an SSL error to test this. However, I wasn't able to find a way to test connection timeouts on Linux easily. |
Solved by #282. |
We have a CI build error that I saw in the latest
master
build as well as some other branches, eg #275.test_connection_timeout_tcp
, which does something hacky: try to connect via HTTPS to generate aConnectTimeout
. In CI we get aConnectError
instead. Probably related to the underlyingopenssl
version?https://github.com/encode/httpcore/runs/1785395873?check_suite_focus=true#step:7:79
The text was updated successfully, but these errors were encountered: