I have containers running on Docker: Portainer and Kong API Gateway. These containers have their own web servers.
My organization has a Wildcard SSL, and the SSL process is managed through a Citrix ADC Load Balancer. I do not install SSL certificates on the containers running on Docker.
However, the Load Balancer redirects to HTTPS, as does Docker. Because I can't prevent this, it enters an infinite loop, and I cannot access via HTTPS.
How can I solve this problem?
I installed an Nginx web server, I did not activate SSL. Load Balancer handled HTTPS requests for this container and I had no problems.