Hello,
I wanted to know that once SSL is implemented with Client and Server
Certificates on a Website. How to check if Authentication information i.e.
User Names and passwords are passing from Client to Server in encrypted form
or not ?
Website is developed in ASP.Net 2.0 with Login Control and Membership
provider.

Thank you.

Re: Checking whether Authentication Information is encrypted in SSL or by Ken

Ken
Sat Feb 24 21:55:29 CST 2007

Hi,

You can use a packet capture tool such as Ethereal (www.ethereal.com) or
Netmon to see what traffic is passing between client and server. When using
SSL, all traffic is encrypted between client and server.

Cheers
Ken

--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken


"anoop" <anoop@discussions.microsoft.com> wrote in message
news:C7729970-F257-4548-9E14-8C3C15A038DF@microsoft.com...
> Hello,
> I wanted to know that once SSL is implemented with Client and
> Server
> Certificates on a Website. How to check if Authentication information i.e.
> User Names and passwords are passing from Client to Server in encrypted
> form
> or not ?
> Website is developed in ASP.Net 2.0 with Login Control and Membership
> provider.
>
> Thank you.