-
Notifications
You must be signed in to change notification settings - Fork 5
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
Make support for trusting self-signed certificates in AdhocBrowserPool #333
Comments
we need to not start any browser before all certificates have been trusted |
So we followed instructions on how to make a https server & self signed key here: https://anvileight.uk/blog/2016/03/20/simple-http-server-with-python/ But even after running the certutil command manually, we still get the chrome "not trusted" page |
Can we add to Chrome's trusted CA list instead of one individual certificate? For example, we could configure LG Chrome to trust End Point's existing CA, then use it to easily sign lots of certs. |
@axisofentropy We definitely shouldn't be using literal self-signed certs, as you surmise. But End Point's existing CA is end of life. We're making a new one, but we wouldn't use that for LG stuff anyway. The LG infrastructure should have its own CA, I think. |
Overview:
Consider following scenario:
http://lg-head:8080/self-signed.crt
nssdb
:Requirements:
~ssl_trust_*
nssdb
between relaunchesbonus point:
The text was updated successfully, but these errors were encountered: