Firefox complaining love2d.org not secure.

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
nunix
Prole
Posts: 28
Joined: Fri Jan 30, 2009 4:38 am

Firefox complaining love2d.org not secure.

Post by nunix »

It's an https connection, but something must be wrong on the server end. Known issue?
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: Firefox complaining love2d.org not secure.

Post by Nixola »

They didn't want to buy an HTTPS certificate from a big company (they didn't want to spend lots of $$$, and they're right), so not every browser knows that this site can be trusted. This proves that computers are mor stupid than humans :P
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

Re: Firefox complaining love2d.org not secure.

Post by Roland_Yonaba »

Known issue.
Definitely.

EDIT: ChuckNorris'ed by Nixola.
Nixola wrote:This proves that computers are mor stupid than humans :P
Well I won't say that. This just proves that computers apply rules set by stupid humans. :awesome:
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

Re: Firefox complaining love2d.org not secure.

Post by qaisjp »

Why does love2d even need https...
Lua is not an acronym.
User avatar
Inny
Party member
Posts: 652
Joined: Fri Jan 30, 2009 3:41 am
Location: New York

Re: Firefox complaining love2d.org not secure.

Post by Inny »

Everything should use https
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: Firefox complaining love2d.org not secure.

Post by T-Bone »

I disagree, browsing https is much slower if you're on a cell phone, which is where I browse the LÖVE forums like 99% of the time.
User avatar
Inny
Party member
Posts: 652
Joined: Fri Jan 30, 2009 3:41 am
Location: New York

Re: Firefox complaining love2d.org not secure.

Post by Inny »

Number one reason to use https: when you login to a website (like love2d.org/forums), authentication credentials and/or cookies with authentication tokens are exchanged. If you aren't using https, those appear in your http requests as plain text. If you're on mobile and your phone switches to using an available wifi connection and you don't 100% trust it, there is a chance that someone just got your password. With https, they do a tls/ssl handshake first, so that all subsequent communication is done encrypted and the untrusted wifi won't be able to snatch your passwords.
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: Firefox complaining love2d.org not secure.

Post by T-Bone »

Inny wrote:Number one reason to use https: when you login to a website (like love2d.org/forums), authentication credentials and/or cookies with authentication tokens are exchanged. If you aren't using https, those appear in your http requests as plain text. If you're on mobile and your phone switches to using an available wifi connection and you don't 100% trust it, there is a chance that someone just got your password. With https, they do a tls/ssl handshake first, so that all subsequent communication is done encrypted and the untrusted wifi won't be able to snatch your passwords.
That is indeed good. The "snatching" of passwords can happen over 3G as well, even if it's much more complicated since you'd have to find or calculate the frequency hopping.
User avatar
Inny
Party member
Posts: 652
Joined: Fri Jan 30, 2009 3:41 am
Location: New York

Re: Firefox complaining love2d.org not secure.

Post by Inny »

Just to drive the point home, last year Lifehacker did a piece on how to crack any Wifi hotspot using WEP: http://lifehacker.com/5305094/how-to-cr ... -backtrack
Post Reply

Who is online

Users browsing this forum: No registered users and 103 guests