SSL encryption lost when cookie passed from client to server

S

Scott

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
 
S

Scott

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.
 
S

Scott

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top