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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...