I have cloned our production Jira instance which redirects port 8080 requests to https on port 8443 to use that to troubleshoot some performance issues. The new instance does not need/have https. For some reason I cannot stop Jira from redirecting http/8080 requests to https/8443. I have reverse engineered the procedure to add https but that has not worked and I am stumped.
Both are running in Docker containers (production with Docker Swarm and the test env with docker-compose).