NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Actually... (Score:2)
The user doesn't get the reassuring lock icon on the form page, but that's arguably a misfeature in browsers. The important thing isn't whether the form is encrypted but whether the submission is encrypted, and there's no icon for that. You just get a warning if you have an insecure submission from a secure form, but I think a lot of people ignore those warnings.
Ok, I might be learning something here :) (Score:2)
Does the Web browser encrypt the information on the client side if the initial form isn't SSL'd? Meaning, couldn't it just send the form submission to the SSL server without getting the server's key to encode it? Does that make sense?
Reply to This
Parent
Re:Ok, I might be learning something here :) (Score:2)
The second happens when you submit the form and send the data to the server, which responds with the confirmation page. That's the transaction that needs to be secure.
In mos
Re:Ok, I might be learning something here :) (Score:2)
Just putting that in the ACTION tag and unprotecting the initial form doesn't "gel" with my understanding of how the transaction works.
I guess I could put a sniffer between me and the Apple form and see.
Thanks!
Re:Ok, I might be learning something here :) (Score:2)
Re:Ok, I might be learning something here :) (Score:2)
You're not totally right. SSL is not only about protectting your privacy from third parties. The problem with the form page not being served from a secure server is that you can never be sure that is has not been changed by an evil hacker to submit itself to https://apple.fishingproxy.com
Plus, looking at the HTML source won't help you much either unless you disable JavaScript because the page can be changed before submitting the form.
Re:Ok, I might be learning something here :) (Score:2)
But maybe I'm misunderstanding what you're talking about. SSL does protect against someone compromising your local DNS and pointing apple.com to their own server, which is worthwhile. So I sh
Re:Ok, I might be learning something here :) (Score:2)
Unless you're using IE. IIRC there's an IE bug (now patched, but what proportion of IEs out in the wide world are patched) whereby it won't warn if someone is using a certificate signed by the wrong authority. Or something easily forgeable like that.