cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP to HTTPS not redirect with subpath url

Marcos Vinicios
New Contributor

HTTP to HTTPS not redirect with subpath url

I have a SA 4500 with 7.0R4 IVEOS. I trying to configure a Authorization only sign-in policy with virtual hostname: redirect.mycompany.com and backend http://www.myserver.com:80/*

When I access the virtual hostname with the URL "https://redirect.mycompany.com/subpath" the SA redirects to http://www.myserver.com/subpath but when we use the URL "http://redirect.mycompany.com/subpath" the SA does not redirect and the Internet Explorer shows an 404 error.

2 REPLIES 2
RKB_
Frequent Contributor

Re: HTTP to HTTPS not redirect with subpath url

I see the same problem, try accessing http://redirect.mycompany.com/

I believe you will get redirected to http://www.myserver.com/subpath

Marcos Vinicios
New Contributor

Re: HTTP to HTTPS not redirect with subpath url

The problem is that i have various subpaths. I cannot publish path in authorization only signing policy, only the virtual hostname (redirect.mycompany.com) with backend http://www.myserver.com:80 (IVE doesn't support path here too).

So i need to access HTTP://redirect.mycompany.com/subpath1, HTTP://redirect.mycompany.com/subpath2, etc... and it doesn't works. (without subpath=> HTTP://redirect.mycompany.com/ it works)

The redirection only works when i access HTTPS://redirect.mycompany.com/subpath1, HTTPS://redirect.mycompany.com/subpath2, etc...