yevgeny hong
yevgeny hong
It looks related with https://github.com/python/cpython/pull/25574 . when python 3.9 handshake did not provide SSLEOFErrors or OSError when handshaking but python 3.10 provide SSLEOFErrors. it also related https://github.com/python/cpython/issues/115627 but, i think...
Based on the wireshark packet, it seems that if it fails, the server ends the connection without any response. I reproduced the symptoms as follows. ### test_server I used the...
> (I don't understand why Wireshark is reporting TLSv1 here, since urllib3 2.0 defaults to TLS 1.2 and the "Handshake Protocol Version" in Wireshark (not shown here) is TLS 1.2.)...
it is similar to #3100, it also closed connection after ClientHello. Maybe it's because the server doesn't support the options that the client requests. #3100 Issue failed to support the...
Sorry for check your issue late. I will testing another module
Hello @UntrustWasTaken , Can you share a compile error message?
Additional changes were made in the error handling logic of the code. After correcting the condition according to the condition of socketObject as advised, we checked the error for OpenSSL...
When I tried to correct the conflict with the main branch today, I adopted the merge method, not the rebase, so the commit order was mixed up. To correct that,...
Thank you @encukou, I'll be careful regarding Merge. Some errors have been identified in the buildbot, which seems to be related to forking or multiprocessing. It looks like the same...