cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
331
Views
0
Helpful
1
Replies

CSS 11503 equivalent of ProxyPassReverse

rosejustice
Level 1
Level 1

Is there a way to change the Location response header on an 11503? This would be the equivalent of an Apache HTTPD ProxyPassReverse directive. The objective is to correct the redirects of backend webservers that are not aware that they are SSL terminated at the CSS.

1 Reply 1

ryankogel1
Level 1
Level 1

There is an equivalent. From the docs:

Use the ssl-server number urlrewrite command to add a URL rewrite rule to the virtual SSL server to avoid nonsecure HTTP 300-series redirects. This command

instructs the CSS, through the SSL module, to examine every HTTP header field received from the server for a 300-series redirection response (such as 302 Found or 304 Not Modified). If the CSS finds a 300-series return code, it searches the Location Response-Header field in the HTTP header to determine if the field matches the hostname defined in a URL rewrite rule. If there is a match, the CSS rewrites the Location field to contain an HTTPS location and the SSL port for the response.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: