We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro steps: I am behind a corp proxy that has it's own SSL/TLS cert. The cert is added to my computer's CA store (keychain).
I have the following setting in my settings.json: "http.proxyStrictSSL": false
I have latest version of the extension and function tools installed.
To Reproduce:
Action: azureFunctions.deploy Error type: SELF_SIGNED_CERT_IN_CHAIN Error Message: self signed certificate in certificate chain
Version: 0.15.0 OS: darwin VS Code Version: 1.32.3
TLSSocket.onConnectSecure (_tls_wrap.js:1055:34) TLSSocket.emit (events.js:182:13) TLSSocket.EventEmitter.emit (domain.js:442:20) TLSSocket._finishInit (_tls_wrap.js:635:8)
The text was updated successfully, but these errors were encountered:
@etaham can you try VS Code Insiders? @chrmarti recently did some work to use a computer's CA store here: microsoft/vscode#52880
Sorry, something went wrong.
The insiders version fixed the issue. Thank you!
No branches or pull requests
Repro steps:
I am behind a corp proxy that has it's own SSL/TLS cert. The cert is added to my computer's CA store (keychain).
I have the following setting in my settings.json:
"http.proxyStrictSSL": false
I have latest version of the extension and function tools installed.
To Reproduce:
Action: azureFunctions.deploy
Error type: SELF_SIGNED_CERT_IN_CHAIN
Error Message: self signed certificate in certificate chain
Version: 0.15.0
OS: darwin
VS Code Version: 1.32.3
Call Stack
The text was updated successfully, but these errors were encountered: