Re: is this webpage secure?
From: Jeffrey F. Bloss (jbloss_at_tampabay.mapson.rr.com)
Date: 11/29/05
- Next message: David H. Lipman: "Re: is this webpage secure?"
- Previous message: Jeffrey F. Bloss: "Re: two simple questions from a newbie"
- In reply to: Dr Balwinder Singh Dheeman: "Re: is this webpage secure?"
- Next in thread: Peter Pearson: "Re: is this webpage secure?"
- Reply: Peter Pearson: "Re: is this webpage secure?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 29 Nov 2005 18:18:46 GMT
Dr Balwinder Singh Dheeman wrote:
> Proteus wrote:
>> I am told by people in charge at the campus where I teach that this
>> login page is secure, that the form login info (username, password) is
>> secure when sent. But the browser page (Firefox, Mandriva Linux) info
>> says the page is not encrypted, not secure. Can someone clarify how such
>> a login page can securely transmit the login info? Link to login page is
>> below: http://www.lsc.edu/Online/VirtualCampusLogin.cfm
>
> No, I don't think; you are sending clear text data via _http_ (port 80),
> where as URL's for secure pages send encrypted data via _https_ (http via
> ssl, port 443).
Just to clarify, the login form is built this way...
<form action="https://lsc.ims.mnscu.edu/d2l/Tools/login/doLogin.asp"
method="post" ... >
doLogin.asp is essentially a bit of JavaScript that does this among other
things...
form.action = 'https://lsc.ims.mnscu.edu';
[...]
form.submit();
A secure connection is negotiated before any form data is submitted, so
nothing but the form and the login script is sent in the clear, to the
site's visitor. No names or passwords or anything go back the other way
unencrypted.
FWIW, I did packet capture a (failed) session just to make sure nothing
was broken. ;)
--
_?_ Outside of a dog, a book is a man's best friend.
(@ @) Inside of a dog, it's too dark to read.
-oOO-(_)--OOo-------------------------------[ Groucho Marx ]--
grok! Registered Linux user #402208
- Next message: David H. Lipman: "Re: is this webpage secure?"
- Previous message: Jeffrey F. Bloss: "Re: two simple questions from a newbie"
- In reply to: Dr Balwinder Singh Dheeman: "Re: is this webpage secure?"
- Next in thread: Peter Pearson: "Re: is this webpage secure?"
- Reply: Peter Pearson: "Re: is this webpage secure?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|