webdav-client-python icon indicating copy to clipboard operation
webdav-client-python copied to clipboard

after webdavclient, not work smtplib

Open kden416 opened this issue 7 years ago • 5 comments

smtplib raise exception self = _SSLContext.new(cls, protocol) ssl.SSLError: [SSL: UNABLE_TO_LOAD_SSL2_MD5_ROUTINES] unknown error (_ssl.c:2683)

kden416 avatar May 02 '18 14:05 kden416

if i run smtplib function without webdavclient, smtplib works fine

kden416 avatar May 02 '18 14:05 kden416

requests lib raise same error: (Caused by SSLError(SSLError(336236785, '[SSL: UNABLE_TO_LOAD_SSL2_MD5_ROUTINES] unknown error (_ssl.c:2683)'),))

kden416 avatar May 02 '18 19:05 kden416

I'm having the same issue, making an https request using requests when this package is installed results in the same error.

Paradoxis avatar Nov 23 '18 15:11 Paradoxis

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.

kden416 avatar Nov 25 '18 21:11 kden416

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.

Paradoxis avatar Nov 25 '18 23:11 Paradoxis