SSL Padlock (Opera Users)

I know what you mean. I've bookmarked the https version of the Fastmail link so I can keep my details encrypted.

Just bookmark the https://login.live.com and set a keyword of 'live' or 'hotmail' or something. That way you'll always sign in through the more secure way. :)
 
Actually just thought, it'd be cool if the Opera guys could add something to the next version of Opera where when you go to a page with a login form, Opera scans the URL to see if a https version exists and then redirects you to that if there is one.

I haven't explained it well probably but I hope you get the gist of it. :)
 
MarcLister said:
Actually just thought, it'd be cool if the Opera guys could add something to the next version of Opera where when you go to a page with a login form, Opera scans the URL to see if a https version exists and then redirects you to that if there is one.

I wouldn't be too optimistic of that ever happening, given the heavy lifting and potential for hassle involved (at least, compared to recursing through a list of TLDs, adding one and seeing if it gives you a DNS response):

  • The browser would need to check that the page content was identical - connecting using HTTPS doesn't always get you the same result as HTTP, if you get a result at all. That means an extra load of traffic to servers, which would go down like a lead balloon.
  • The browser doesn't know that the page you're at is a login form, unless you make the assumption that every page with a form element called "password" (or whatever) is a login form.

As a prime example, this forum displays a password field on every page if you aren't logged in, but doesn't respond to HTTPS (when I just tried it).

The proper (and easy) way to do things would be for sites to redirect you to the SSL version.
 
I wouldn't be too optimistic of that ever happening, given the heavy lifting and potential for hassle involved (at least, compared to recursing through a list of TLDs, adding one and seeing if it gives you a DNS response):

  • The browser would need to check that the page content was identical - connecting using HTTPS doesn't always get you the same result as HTTP, if you get a result at all. That means an extra load of traffic to servers, which would go down like a lead balloon.
  • The browser doesn't know that the page you're at is a login form, unless you make the assumption that every page with a form element called "password" (or whatever) is a login form.

As a prime example, this forum displays a password field on every page if you aren't logged in, but doesn't respond to HTTPS (when I just tried it).
Yeah I can see the technicalities. :(

tolien said:
The proper (and easy) way to do things would be for sites to redirect you to the SSL version.
Would be a much better system I agree. Do any sites do this now?
 
Back
Top Bottom