owncloud / pyocclient

ownCloud client library for Python
MIT License
295 stars 115 forks source link

python 3.7(64bit) #269

Open ayna671 opened 3 years ago

ayna671 commented 3 years ago

my code was working precisely good with python 3.7 (32bit) until I tried on Python 3.7 (64bit). It throws error such as: Max retries exceeded with url: /ocs/v1.php/cloud/capabilities (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1091)')))

can I get it for 64 bitness, any idea?