vscode-azurefunctions
vscode-azurefunctions copied to clipboard
certificate signature failure when deploying to function app
Repro steps:
- 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
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.
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 are you behind some sort of corporate proxy and have you configured it in VS Code?
We use a transparent proxy. So yes, I'm behind a proxy, but there shouldn't be any configuration required on VS Code.
Unfortunately there's quite a few known issues with proxies in extensions for VS Code: https://github.com/microsoft/vscode/issues/12588
This issue is still a thing