Closed SterhLight closed 2 weeks ago
FreeIPA container project only makes FreeIPA running in a containerised environment. It does not address any of the specifics of FreeIPA operations themselves. Said that, from FreeIPA core develpment team point of view, we do not support and do not plan supporting not encrypted access over HTTP protocol to components that require authentication.
I'm closing this ticket as not planned.
Wouldn't it be much simpler anyway to proxy over https?
I assume the OP tries to achieve something like https://www.adelton.com/freeipa/freeipa-behind-ssl-proxy. We had people reporting success with that setup in the containerized environment.
I would agree though that the debugging should happen via that "NGINX proxy server that handles SSL termination", not directly from the browser to the http-only backend.
Wouldn't it be much simpler anyway to proxy over https?
maybe i don't understand what you mean. It is assumed that the certificate is generated by freeipa itself, and a secure connection is established between it and the end user, i.e. nginx has no access to it. I just don't understand how to configure what you are talking about.
I assume the OP tries to achieve something like https://www.adelton.com/freeipa/freeipa-behind-ssl-proxy. We had people reporting success with that setup in the containerized environment.
I would agree though that the debugging should happen via that "NGINX proxy server that handles SSL termination", not directly from the browser to the http-only backend.
I want to run freeipa in a container environment on a server where other containers are running, accessed through a proxy-nginx. I need that when entering a certain URL, the traffic goes through nginx and gets to freeipa. I think this is a pretty standard scheme when working with many containers.
Wouldn't it be much simpler anyway to proxy over https?
maybe i don't understand what you mean. It is assumed that the certificate is generated by freeipa itself, and a secure connection is established between it and the end user, i.e. nginx has no access to it. I just don't understand how to configure what you are talking about.
I don't understand what you mean. All I'm proposing is that rather than try to strip SSL from the FreeIPA container, you leave it as-is and simply proxy to it over https, instead of http, from the reverse proxy.
Description
I'm trying to configure FreeIPA to operate over HTTP without enforcing HTTPS, using the container image freeipa/freeipa-server version rocky-8-4.9.11. This setup is necessary to allow traffic to pass through an NGINX proxy server that handles SSL termination.
Despite attempts to modify ipa-rewrite.conf to prevent HTTPS redirection, FreeIPA still forces redirects to HTTPS in certain cases. Additionally, when accessing FreeIPA via HTTP at /ipa/ui, the page loads as a blank screen instead of the expected UI.
Configuration Details
Container Image: freeipa/freeipa-server:rocky-8-4.9.11
Current configuration of ipa-rewrite.conf:
Steps to Reproduce
Expected Behavior
FreeIPA web UI should be accessible over HTTP without any HTTPS redirection.
Actual Behavior
Requested Solution
Requesting guidance or support to enable HTTP-only access in FreeIPA running in a container, with HTTPS disabled entirely. Specifically, I'd like:
Thank you for considering this feature request.