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

Add Certificates to Internet connection #118

Open
marcalwestf opened this issue Jul 19, 2024 · 0 comments · May be fixed by #119
Open

Add Certificates to Internet connection #118

marcalwestf opened this issue Jul 19, 2024 · 0 comments · May be fixed by #119
Assignees
Labels
enhancement New feature or request

Comments

@marcalwestf
Copy link
Contributor

As of now, the connection to the services is done via port 80.
Http connections via port 80 are considered insecure.

This is acceptable for test environments, but for cloud implementations or paying customers it is not, as they expect 100% security.

The service ui.gateway is the one who manages all incoming requests.
It is implemented as an Nginx server and thus, it must be configured that it must accept also https requests via port 443.

@marcalwestf marcalwestf added the enhancement New feature or request label Jul 19, 2024
@marcalwestf marcalwestf self-assigned this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant