vscode-azurefunctions icon indicating copy to clipboard operation
vscode-azurefunctions copied to clipboard

certificate signature failure when deploying to function app

Open jjnich opened this issue 5 years ago • 6 comments

Repro steps:

  1. Click "Deploy to Function App"

Action: azureFunctions.deploy Error type: CERT_SIGNATURE_FAILURE Error Message: certificate signature failure

Version: 0.17.1 OS: darwin Product: Visual Studio Code Product Version: 1.36.0 Language: en

Call Stack
TLSSocket.onConnectSecure _tls_wrap.js:1049:34
TLSSocket.emit events.js:182:13
TLSSocket._finishInit _tls_wrap.js:631:8

jjnich avatar Aug 07 '19 16:08 jjnich

I signed into Azure through the VSCode extension. Created a new function project Created a new function app Created a new function (HTTP trigger) Clicked deploy got "certificate signature failure" error message.

jjnich avatar Aug 07 '19 16:08 jjnich

Was able to work around by creating an azure devops job and deploying the code from there after linking it to my enterprise github repo.

jjnich avatar Aug 08 '19 14:08 jjnich

@jjnich are you behind some sort of corporate proxy and have you configured it in VS Code?

ejizba avatar Aug 08 '19 15:08 ejizba

We use a transparent proxy. So yes, I'm behind a proxy, but there shouldn't be any configuration required on VS Code.

jjnich avatar Aug 08 '19 18:08 jjnich

Unfortunately there's quite a few known issues with proxies in extensions for VS Code: https://github.com/microsoft/vscode/issues/12588

ejizba avatar Sep 19 '19 22:09 ejizba

This issue is still a thing

A-Wpro avatar Sep 15 '22 07:09 A-Wpro