I have two sites which I'm trying to deploy the same app to. One of them is a secure site referenced with https. Unfortunately when the user goes to the secure site I think it's trying to initiate a new session and redirect them to an insecure URL.
When I hit it in IE it doesn't work, then when I hit refresh the page comes up. In Netscape it really freaks out and then sends me to: http://secure.domain.com:443/con/servlet/con/redirected/true And see... Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server port. Instead use the HTTPS scheme to access this URL, please. Hint: https://secure.domain.com:443/ Should I be able to do this? I want the same app on one domain and another secure, different domain so I can go from: http://domain.com/servlet/ to: http://secure.domain.com/servlet/ I'm using Apache and mod_ssl and everything seems to work but this. Any suggestions? I know about using $link.setSecure() but that's not going to get me anywhere with this problem. --- Scott Merritt [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
