You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't totally understand the surrounding code but it looks like before it was ignoring the fact that it couldn't verify the server certificate for client requests (due to lack of a certificate store) but that new code (:764 in that commit) triggers and fails SSL requests pretty uniformly now.
Interesting it doesn't trigger if you connect to the example HTTPS server. I'm guessing that's because that uses a self-signed certificate or similar which probably hits a slightly different error return in the switch statement below where it ignores it.
After upgrading from 0.7.26-rc.1 to 0.7.26, this code:
causes error:
I found that reason is commit 7e8fcc4
After reversing appropriate diff, error has gone.
The text was updated successfully, but these errors were encountered: