Hi,
I'm trying to configure an HTTPS load balancer in GCE. I have this connected to 2 instance groups with one VM in each; these both work fine when accessed directly via their external IP address.
When I try and connect through the load balancer frontend IP, I get a 502 error with the message "The server encountered a temporary error and could not complete your request.". The logs show an associated failure:
jsonPayload: { statusDetails: "failed_to_connect_to_backend"
}
I've read other discussions regarding this specific error which seem to point to a bad named port configuration on the instance groups but I can't see a problem with my configuration.
Is there anything else that this could be?