I'm hosting a static website on a Google Cloud Storage bucket. The bucket is named as my domain:
www.example.com
.
I also have a single Cloud Load Balancer forwarding rule on GCP with my bucket configured as its backend. I'd like to configure my load balancer so that each request to HTTP protocol is redirected to HTTPS.
What is the simplest method to achieve this behavior?
Thanks