When following the "start with python" mini tutorial (well not 100%, cause I scippe the environment setup and installed the latest appwrite sdk, which is 5.x if I remember correctly). I get this exception:
HTTPSConnectionPool(host='10.10.100.99', port=443): Max retries exceeded with url: /v1/databases (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:997)')))
Is this caused by using latest appwrite sdk instead of appwrite==4.1.0 ? Or how can I bypass this SSL issue?
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...