I have an elastic load balancer that works properly when configured like so:
Load Balancer Protocol: HTTPS Load Balancer Port: 443 Instance Protocol: HTTP Instance Port: 80 However, if I attempt to change the instance protocol to HTTPS and instance port to 443, my server stops responding.
What do I have to do in order for my instance port to be 443?
The reason I want my instance port to be 443 is that my Rails app must verify that the incoming connection uses SSL, but this way, this check fails.