void
void copied to clipboard
CERT issue
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"
}
}
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.
Unusable until then.
Started work on #574