On this page it says
Cloud Run (fully managed) redirects all HTTP requests to HTTPS but terminates TLS before they reach your web service.
terminates TLS before they reach the web service
I don't quite understand what it means. The web service means the web application in the container?
I deploy a cloud run, set up a load balancer with serverless NEG.
http://example.com
returns a 404
.https://example.com
returns a 200
.
At which point does the redirection begin? It doesn't redirect automatically.
I only manage to redirect it at the application level.
How does cloud run redirection work?