Skip to content
New issue

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

Cannot deploy function app from VSCODE: SELF_SIGNED_CERT_IN_CHAIN #1135

Closed
etaham opened this issue Mar 28, 2019 · 2 comments
Closed

Cannot deploy function app from VSCODE: SELF_SIGNED_CERT_IN_CHAIN #1135

etaham opened this issue Mar 28, 2019 · 2 comments

Comments

@etaham
Copy link

etaham commented Mar 28, 2019

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:

  1. Sign into azure account
  2. Attemped to deploy a function App

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
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)
@ejizba
Copy link
Contributor

ejizba commented Mar 28, 2019

@etaham can you try VS Code Insiders? @chrmarti recently did some work to use a computer's CA store here: microsoft/vscode#52880

@etaham
Copy link
Author

etaham commented Mar 28, 2019

The insiders version fixed the issue. Thank you!

@etaham etaham closed this as completed Mar 28, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators May 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants