E
Edgar
Has anybody implemented Project Server 2k3 with SSL on the login page
only?
httpS://server1/projectserver/LGNPS.ASP
After successfull login, the rest of the communications should go over
http: instead of https.
httpS://server1/projectserver/LGNPS.ASP
to http://server1/ProjectServer/Home/HomePage.asp
I am able to redirect the page from httpS to http by making the
following modification under the redirect.asp page,
[response.redirect("http://" + Request.ServerVariables("SERVER_NAME")
+ "/projectserver/" + urlArray[0] + queryParams);]
but after changing to http -- I get a page cannot be display. I think
the redirect makes project server lose the connection or session
information. any ideas?
only?
httpS://server1/projectserver/LGNPS.ASP
After successfull login, the rest of the communications should go over
http: instead of https.
httpS://server1/projectserver/LGNPS.ASP
to http://server1/ProjectServer/Home/HomePage.asp
I am able to redirect the page from httpS to http by making the
following modification under the redirect.asp page,
[response.redirect("http://" + Request.ServerVariables("SERVER_NAME")
+ "/projectserver/" + urlArray[0] + queryParams);]
but after changing to http -- I get a page cannot be display. I think
the redirect makes project server lose the connection or session
information. any ideas?