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

Self-signed cert on Chrome on OS X #264

Closed
realenginerd opened this issue Nov 27, 2017 · 1 comment
Closed

Self-signed cert on Chrome on OS X #264

realenginerd opened this issue Nov 27, 2017 · 1 comment

Comments

@realenginerd
Copy link

realenginerd commented Nov 27, 2017

I'm trying to use Vorlon to debug my Outlook add-in through Chrome. I need Chrome on OS X to accept my self-signed certificate (using instructions from ssl.md), but I am still getting a "Not Secure" error.

I've installed the certificate to the system keychain:
image

and set it to 'Always Trust':
image

But Chrome refuses to trust the cert:
image

Safari, on the other hand, trusts the certificate:
image

Any ideas? Please let me know if I'm missing anything; I would very much prefer to debug on Chrome over Safari as I am much more familiar with it.

@realenginerd
Copy link
Author

Found the problem!

As written in the readme,

Important: You may still face issue with the Browsersync self-signed SSL certificated since the certificate is signed for domain "Internet Widgits Pty Ltd" instead of localhost. See this issue for more details and temporary workaround.

Following the steps in #244 helped fix the issue.

For those looking for openssl.cnf on macOS, I used /System/Library/OpenSSL/openssl.cnf.

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

No branches or pull requests

1 participant