RPK_MN1
09-13-2008, 03:51 PM
Ok,
I'm working on my first site where I have to implement the SSL key stuff myself.
It seems that I'm a little more clueless than most of the sites I've been able to find assume :)
I'm working in ASP.net, if that makes a difference. I understand the concept of public and private keys from my days of working with PGP and the creation/certifcation process for the keys seems straight forward enough.
what I'm confused about is how to "selectively" use SSL. It seems to me that most e-commerce sites (which is what I'm building) allow you to browse the store on a non-SSL encrypted basis. Once you want to login, it's suddenly using SSL.
I guess what I'm confused about is how they seem to be able to not use SSL until you're ready to sign in. Is it possible to assign a key to only one subdirectory of your site?
I'm working on my first site where I have to implement the SSL key stuff myself.
It seems that I'm a little more clueless than most of the sites I've been able to find assume :)
I'm working in ASP.net, if that makes a difference. I understand the concept of public and private keys from my days of working with PGP and the creation/certifcation process for the keys seems straight forward enough.
what I'm confused about is how to "selectively" use SSL. It seems to me that most e-commerce sites (which is what I'm building) allow you to browse the store on a non-SSL encrypted basis. Once you want to login, it's suddenly using SSL.
I guess what I'm confused about is how they seem to be able to not use SSL until you're ready to sign in. Is it possible to assign a key to only one subdirectory of your site?
