
June 10th, 2004, 04:36 AM
|
 |
I'm Baaaaaaack!
|
|
Join Date: Jul 2003
Location: Maryland
|
|
|
When you self-generate a certificate, there is no way to know if you are really who you say you are, which is why the popup shows. If you pay your bucks and get an 'official' certificate that can be traced back to one of the CA roots, then that popup should go away. This is one of the built-in security measures in an attempt to let users know if they are accessing a trusted site or not; not, of course, useful if the people ignore it anyway.
The reason behind this is to try to block man-in-the-middle attacks where someone spoofs your web site, convinces people to log on to their site, then passes their data on to your site. Since the data would be 100% in the clear on the middle site, the encryption would be completely voided. This is a serious problem if you are a bank or some other highly sensitive organization, not so serious if you are just trying to keep people from snooping your packets.
|