timkmecl / codegpt

VSCode extension that allows you to use GPT3 inside the IDE
219 stars 66 forks source link

SSL Certificate Issue Although Adding Open API certificate to Inteelij Idea #39

Open selmantayyar opened 8 months ago

selmantayyar commented 8 months ago

My request to inspect the code fails with the error below on Intellij Idea:

"PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"

image

I have added Open API certificate after downloading it to Intellij Idea via Tools-> Server Certificates.

Plugin Settings below:

image

Please advise.