void icon indicating copy to clipboard operation
void copied to clipboard

CERT issue

Open shine0801 opened this issue 9 months ago • 3 comments

what should I do for this ?

Full Error:
{
  "cause": {
    "message": "request to https://api.deepseek.com/v1/chat/completions failed, reason: unable to get local issuer certificate",
    "type": "system",
    "errno": "UNABLE_TO_GET_ISSUER_CERT_LOCALLY",
    "code": "UNABLE_TO_GET_ISSUER_CERT_LOCALLY"
  }
}

shine0801 avatar May 13 '25 06:05 shine0801

I encountered this issue as well. Since I'm using the company's intranet, the gateway performs certificate replacement, so I need to use the company's provided root certificate to access HTTPS services on the external network. However, it seems that there is no place in Void editor for me to set up third-party root certificates installed in the trusted system.

yeuleh avatar May 13 '25 06:05 yeuleh

Unusable until then.

avineshwar avatar May 13 '25 18:05 avineshwar

Started work on #574

andrewpareles avatar May 14 '25 02:05 andrewpareles