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

Automatically add generated self-signed certificates to Java trust store #2284

Closed
joschi opened this issue May 25, 2016 · 1 comment
Closed

Comments

@joschi
Copy link
Contributor

joschi commented May 25, 2016

If people are using the automatically generated X.509 certificates for the Graylog REST API, proxy calls to Graylog with OkHttp will fail because those certificates are untrusted. If we added the generated certificate to the Java trust store, at least "local" calls would succeed.

Similar problem: http://docs.graylog.org/en/2.0/pages/faq.html#i-have-configured-an-smtp-server-or-an-output-with-tls-connection-and-receive-handshake-errors-what-should-i-do

https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#CustomizingStores

@joschi
Copy link
Contributor Author

joschi commented Jun 20, 2016

The feature is broken beyond repair and should be removed instead: #2355

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

2 participants