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

Azure: Sign In - Unable to get local issuer certificate #89

Closed
LeeMotley opened this issue Aug 30, 2018 · 4 comments
Closed

Azure: Sign In - Unable to get local issuer certificate #89

LeeMotley opened this issue Aug 30, 2018 · 4 comments
Assignees

Comments

@LeeMotley
Copy link

When I select the Azure: Sign In command nothing happens and I receive the following errors in the Developer Tools console:

image

I am also behind a proxy if that makes a difference, however I have the HTTP_PROXY and HTTPS_PROXY env variables set as follows:

HTTPS_PROXY=http://myProxy:8080
HTTP_PROXY=http://myProxy:8080

Versions:

VS Code version: 1.26.1
Azure Account extension: 0.4.3
Node: 8.9.3
Chrome: 61

@chrmarti
Copy link
Contributor

Some users have reported success on Windows when using this extension: https://marketplace.visualstudio.com/items?itemName=ukoloff.win-ca

@LeeMotley
Copy link
Author

I've tried installing win-ca, but still the same errors shown unfortunately.

@chrmarti
Copy link
Contributor

Maybe the certificate chain is somehow broken. Not sure if the proxy should make a difference, but one way to investigate further is to (install and) run:

proxytunnel -p myProxy:8080 -d login.microsoftonline.com:443 -a 7000

And then in a new terminal:

openssl s_client -connect localhost:7000 -showcerts

I get the following (with and without a simple proxy):
showcerts.txt

@vscodebot
Copy link

vscodebot bot commented Nov 9, 2018

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants