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)')))
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?