05-25-2004 11:22 AM
I am using a CSS11506 w/ a SSL module and am having issues once users get logged into the site. I have 2 backend servers that the CSS connects to via port 80. Initially everything works fine - after users log in, they get an IE popup message saying that you are about to be redirected to a connection that is not secure - although the page indicates the session remains ssl.
Also, I want users to remain on the same server for the duration of the session. I have SSL sticky configured, but after the initial connection, it appears the CSS still tries to load balance the port 80 requests to the backend web servers.
Any ideas on getting rid of the popup message or the ssl sticky issue would be appreciated.
05-26-2004 01:13 AM
the server is probably sending a redirect message to an http page [the server is not aware that the client is connected via https].
The solution to this problem is to use the command 'urlrewrite' to change the http redirect into an https.
The popup is correct.
The connection is not secure anymore currently.
Regards,
Gilles.
05-26-2004 06:28 AM
Do I enter the urlrewrite command under my redirect content rule?
05-26-2004 06:34 AM
we have a nice search engine.
Using the keyword css + ssl + urlrewrite
I found the following document :
Let me know if you have problem to see this link.
Gilles.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide