[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

SSL encryption lost when cookie passed from client to server

Scott

11/4/2008 12:46:00 PM

Hi,

Im trying to get SSL working. When i connect to my site the index page is
encypted, when i login it seems to lose the encyption.

Web.config:
<authentication mode="Forms">
requireSSL="true"

Have created a static html page in the app root. When i connect to this page
im still ssl
encrypted.

Thanks for any help
Scott




2 Answers

Scott

11/4/2008 3:19:00 PM

0

chatted to some of the experts on the IIS forum users, they suggest its my
application redirect thats the problem on the login page.

getting the message that the page contains both secure and unsecure items.


Scott

11/4/2008 4:27:00 PM

0

sorry, i can see in firebug the app is still making calls to http:\\ thrid
parties.