- Joined
- Feb 11, 2007
- Messages
- 17,547
Well there is a request I have never heard before! I can see the merit in the idea but I'll have to look into what would really be involved. It's a little more complicated because of the load balancer etc but we do it on the static site
I guess I should update the tech blog a bit more often![]()
Hey, I'm always curious about these things...I run systems like these myself (load balancing, replication, etc.)
Load balancing SSL is a big pain, especially with authenticated sessions. If it was only done for the authentication itself it may not be an issue, depending on what information is stored in the cookies.
But, since the cookies bear the authentication info after the initial password exchange, if you don't use SSL from login forward then your account is for the most part just as susceptible if you aren't careful.