This is a discussion on Re: is this webpage secure? - Security ; On Tue, 29 Nov 2005 11:12:05 -0600, 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 ...
On Tue, 29 Nov 2005 11:12:05 -0600, 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
Some times the page has to be opened in a new window to see the actual
encrypted (SSL) page, but it all depends on how the set up is made, if
you open in a new window and you don't see the SSL, I wouldn't trust
it.
Regards
>
Re: is this webpage secure?
On Wed, 30 Nov 2005 23:52:52 -0800, traveler
wrote:
>On Tue, 29 Nov 2005 11:12:05 -0600, 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
>
>Some times the page has to be opened in a new window to see the actual
>encrypted (SSL) page, but it all depends on how the set up is made, if
>you open in a new window and you don't see the SSL, I wouldn't trust
>it.
Its badly designed as although it is secure, it does not look that way
to the user.
--
Jim Watt http://www.gibnet.com
Re: is this webpage secure?
traveler writes:
>On Tue, 29 Nov 2005 11:12:05 -0600, 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
>Some times the page has to be opened in a new window to see the actual
>encrypted (SSL) page, but it all depends on how the set up is made, if
>you open in a new window and you don't see the SSL, I wouldn't trust
>it.
Ethereal shows quite plainly that the data are sent after the https (SSL) is
invoked, but the data are NOT (repeat NOT) encrypted. They are sent as clear
text userName/password to port 443 of the https server.
Re: is this webpage secure?
On 2005-12-01, Jim Watt wrote:
> On Wed, 30 Nov 2005 23:52:52 -0800, traveler
> wrote:
>
>>On Tue, 29 Nov 2005 11:12:05 -0600, 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
>>
>>Some times the page has to be opened in a new window to see the actual
>>encrypted (SSL) page, but it all depends on how the set up is made, if
>>you open in a new window and you don't see the SSL, I wouldn't trust
>>it.
>
> Its badly designed as although it is secure, it does not look that way
> to the user.