-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
TLS by default #14742
Comments
I'm afraid we are not able to provide every user normal certificate.
I don't say that it's not possible, just sharing thoughts that might be not detailed enough. |
I'm also a bit worried about the fact that, in the current state of the Che operator, successfully enabling TLS required correctly setting the related So providing a TLS-enabled default that will work in all cases is tricky today. |
@sleshchenko yes we should support self signed certs of course. That may be tricky but we have already lost a lot of time because we are not testing with TLS enabled locally. We should automate as much as we can and guide user to accept the self signed certs. @davidfestal it should not be "risky" otherwise users that enable TLS will always "risk" to have problems. We want to make TLS the default because we want to put those kind of problems in evidence so that we will fix them. |
This issue is required for new webview plugin API implementation to work. Without it webviews are broken. |
It seems to be completed. @tolusha Could you revise it? |
@sleshchenko |
Is your enhancement related to a problem?
I don't see any scenario where users would want to use unsecured http communications.
Describe the solution you'd like
TLS should be activated by default. It should not be something that the user should bother with.
The text was updated successfully, but these errors were encountered: