i have activated a HTTPS loadbalancer on GCP, with SSL certificate. On fronted i have specified HTTPS/443 as listening protocol and HTTP to comunication with backend.
https it working nicely, but loadbalancer also accept http/80 connection resulting in a 404 page.
Is there any way to forward http to https directly from loadbalancer?
thank you