Hi, i’m trying to make a quick python tool to download files from my Client.
I’m using nc_py_api on Windows 10, i can log in creating the Nextcloud() class, but whenever i try to use the nc.files.download() function it gives me back this error:
httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
Does anyone have a solution for this? I tried to check the framework code to avoid SSL verification as for the older library (nextcloud_client)