I am successfully running Confluence (and Jira) in AWS behind ELB (elastic load balancer) instances. On the ELB there is an HTTP (80) listener to the EC2 instance on the HTTP port for Confluence (8090). This works great. However, I want to use SSL on the ELB side. When I change the listener on the ELB that works but Confluence redirects back to port 80 which then fails since the ELB is no longer listening on that port. I tried changing the base URL and I tried adding proxyPort to the server.xml file. I haven't found a combination that works.