In Eucalyptus deployments, nginx uses the public IP address in the upstream configuration for the SSL port (8060 for the AppLoadBalancer). Since public IP: 8060 isn't resolvable (blocked by the firewall), this causes users to see 403 Forbidden errors. Need to change nginx.rb (which writes our nginx config files) to use the private IP address instead of the public IP (which is resolvable).
In Eucalyptus deployments, nginx uses the public IP address in the
upstreamconfiguration for the SSL port (8060 for the AppLoadBalancer). Since public IP: 8060 isn't resolvable (blocked by the firewall), this causes users to see 403 Forbidden errors. Need to change nginx.rb (which writes our nginx config files) to use the private IP address instead of the public IP (which is resolvable).