Getting this error when I develop my plugin, but I’m sure that my domain has got SSL certificate from Godaddy.
Error creating plugin: {"message":"Cannot connect to host api.xxxx.ai:443 ssl:True [SSLCertVerificationError: (1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)’)]"}
Was it working on your local host but doesn’t work now when you host on your site?
Otherwise, perhaps click on the upper right error notification tabs in Developer mode in Chrome, there could be other related pre-flight errors such as dealing with mixed content or depending if you are using flask/cors etc… Or try to address those errors one by one as a troubleshooting step, hope that helps!
1 Like
Thx! It’s solved now! Turns out there are still something missing with our SSL Certification
1 Like