Authentication: unable to verify the first certificate #1

Open
opened 2025-02-05 14:40:37 +00:00 by Ghost · 1 comment

Hi, I have a problem with authentication. I'm using a server with a certificate signed by the company I work for, the certificate is not installed in my system, so I'm usually ignoring any cert errors, but this extension doesn't give me an option to ignore the cert errors.

Also, the error message that appears in a popup is just "Authentication failed:", without anything more. Here's the log from Output > Window:

2025-02-05 15:24:50.678 [error] [Extension Host] Error: unable to verify the first certificate
	at me.from (c:\Users\Oskar\.vscode\extensions\computerliebe.gitea-workflow-1.4.1\dist\extension.js:2:64736)
	at j.<anonymous> (c:\Users\Oskar\.vscode\extensions\computerliebe.gitea-workflow-1.4.1\dist\extension.js:2:87259)
	at j.emit (node:events:518:28)
	at x.forEach.v.<computed> (c:\Users\Oskar\.vscode\extensions\computerliebe.gitea-workflow-1.4.1\dist\extension.js:2:13712)
	at ClientRequest.emit (node:events:530:35)
	at emitErrorEvent (node:_http_client:101:11)
	at TLSSocket.socketErrorListener (node:_http_client:504:5)
	at TLSSocket.emit (node:events:518:28)
	at emitErrorNT (node:internal/streams/destroy:169:8)
	at emitErrorCloseNT (node:internal/streams/destroy:128:3)
	at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
	at on.request (c:\Users\Oskar\.vscode\extensions\computerliebe.gitea-workflow-1.4.1\dist\extension.js:2:99612)
	at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
	at async E (c:\Users\Oskar\.vscode\extensions\computerliebe.gitea-workflow-1.4.1\dist\extension.js:2:43205)
	at async cw.h (file:///c:/Users/Oskar/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:115:32825)
Hi, I have a problem with authentication. I'm using a server with a certificate signed by the company I work for, the certificate is not installed in my system, so I'm usually ignoring any cert errors, but this extension doesn't give me an option to ignore the cert errors. Also, the error message that appears in a popup is just "Authentication failed:", without anything more. Here's the log from Output > Window: ``` 2025-02-05 15:24:50.678 [error] [Extension Host] Error: unable to verify the first certificate at me.from (c:\Users\Oskar\.vscode\extensions\computerliebe.gitea-workflow-1.4.1\dist\extension.js:2:64736) at j.<anonymous> (c:\Users\Oskar\.vscode\extensions\computerliebe.gitea-workflow-1.4.1\dist\extension.js:2:87259) at j.emit (node:events:518:28) at x.forEach.v.<computed> (c:\Users\Oskar\.vscode\extensions\computerliebe.gitea-workflow-1.4.1\dist\extension.js:2:13712) at ClientRequest.emit (node:events:530:35) at emitErrorEvent (node:_http_client:101:11) at TLSSocket.socketErrorListener (node:_http_client:504:5) at TLSSocket.emit (node:events:518:28) at emitErrorNT (node:internal/streams/destroy:169:8) at emitErrorCloseNT (node:internal/streams/destroy:128:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) at on.request (c:\Users\Oskar\.vscode\extensions\computerliebe.gitea-workflow-1.4.1\dist\extension.js:2:99612) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async E (c:\Users\Oskar\.vscode\extensions\computerliebe.gitea-workflow-1.4.1\dist\extension.js:2:43205) at async cw.h (file:///c:/Users/Oskar/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:115:32825) ```

@Ghost thank you for your question, and sorry for the latency.
The log is helpful, I'll take a look into it.
I think a quick remedy would be installing the certificate on your system.
When I created this plugin, I didn't cover those topics … but I guess I will now. ;)

@Ghost thank you for your question, and sorry for the latency. The log is helpful, I'll take a look into it. I think a quick remedy would be installing the certificate on your system. When I created this plugin, I didn't cover those topics … but I guess I will now. ;)
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ComputerLiebe/Gitea-Workflow#1
No description provided.