OCI Load Balancer redirect HTTP to HTTPS
Content
Hi all,
i configured the Rule Sets with next configuration:
Redirect to:
Protocol: HTTPS
Host: {host}
Port: 443
Path: /{path}
Query: ?{query}
Response Code: 301 - Moved Permanently
Also, I have two listeners (one for HTTP and the other one for HTTPS) and 5 backend sets
Path Route Sets:
orce Longest Prefix Match
Backend Set Name: bs_api
orce Longest Prefix Match
Backend Set Name: bs_pdf
Redirection is not working for backend sets that are redirected by Path Route Sets but it is working with the default backend set configured in listeners when I'm not hitting the Path Route Sets.
1