after webdavclient, not work smtplib
smtplib raise exception self = _SSLContext.new(cls, protocol) ssl.SSLError: [SSL: UNABLE_TO_LOAD_SSL2_MD5_ROUTINES] unknown error (_ssl.c:2683)
if i run smtplib function without webdavclient, smtplib works fine
requests lib raise same error: (Caused by SSLError(SSLError(336236785, '[SSL: UNABLE_TO_LOAD_SSL2_MD5_ROUTINES] unknown error (_ssl.c:2683)'),))
I'm having the same issue, making an https request using requests when this package is installed results in the same error.
I'm having the same issue, making an https request using
requestswhen this package is installed results in the same error.
you can use ezhov-evgeny/webdav-client-python-3, works fine.
I just ended up implementing the methods myself with requests, made it a lot more stable
On 25 Nov 2018, at 22:25, kden416 [email protected] wrote:
I'm having the same issue, making an https request using requests when this package is installed results in the same error.
you can use ezhov-evgeny/webdav-client-python-3, works fine.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.