didalgolab / chatgpt-intellij-plugin

Yet another JetBrains extension that enables you to use ChatGPT within your favorite IDE.
Apache License 2.0
24 stars 13 forks source link

Unable to find valid certification path to requested target #9

Open vsailo opened 10 months ago

vsailo commented 10 months ago

In the Server Settings, I use Customize Server: https://openai-xyz-sandbox-experiment.openai.azure.com/openai/deployments/xyz-gpt35-experimental/chat/completions?api-version=2023-03-15-preview.

However, I am getting the following error: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; unable to find valid certification path to requested target;

didalgolab commented 10 months ago

Does it work if you use other network (e.g.: if you are in work/university network, try using smartphone network instead)? Such error "might" suggest that you're behind some kind of proxy that "watches" https traffic.