Closed teamon closed 6 years ago
I ran into this in the context of the issue linked above (hex2nix
failing with the same error you posted when connecting to hex.pm
).
Using git bisect
and this script it seems that the commit that introduced the error is 216f84cf92caebdaa3efc6dfaa8c65766f66e8db.
It's late here and I'll have to continue investigating this tomorrow evening :)
Opened #163 with a fix for this. There are some test failures on my local machine which I haven't quite figured out, but I'm really overdue for some sleep and it'll have to wait if it fails in CI, too.
I went to update ibrowse from 4.2 to 4.4 and got this difference in behaviour:
ibrowse 4.2.2
ibrowse 4.4.0
Requests for other URL work fine like e.g.
'https://google.com'
work fine on both versions.What has changed between 4.2 and 4.4 in terms of ssl handling?