Earlier quoted context omitted.
The certificate being "untrusted" doesn't mean anything about security. It just mean that they have signed it themselves and that no central authorities that you are supposed to trust for whatever reasons has signed it for them. All you want here is an encrypted communication, and you get that with the self-signed certificate as well.
Yes, you get encrypted communication all the way to the person intercepting your internet traffic, and they have an encrypted channel to the server they are relaying your traffic to. Security!
There are 2.4 billion people on the Internet. We should get to know each other.
21–27 of 27 posts
Re: There are 2.4 billion people on the Internet. We should get to know each other.
#22Is this yet another social network?
Re: There are 2.4 billion people on the Internet. We should get to know each other.
#23EDIT:
After filling out the form, I think some things can be combined/simplified to make it easier to parse: - Many twitter users I follow tend to be the authors of the blogs I read as well. Maybe just connect with Twitter and get a listing of all the people I follow? - Also what format should the songs be listed in? or maybe just keep that limited to artists & bands. - Utilize Facebook Graph to pre-populate interests, music, movies.
Re: There are 2.4 billion people on the Internet. We should get to know each other.
#24Re: There are 2.4 billion people on the Internet. We should get to know each other.
#25Earlier quoted context omitted.
Yes, you get encrypted communication all the way to the person intercepting your internet traffic, and they have an encrypted channel to the server they are relaying your traffic to. Security!
You are right, but it depends on your threat model, see my answer to eli.
Re: There are 2.4 billion people on the Internet. We should get to know each other.
#26Earlier quoted context omitted.
You are right, but it depends on your threat model, see my answer to eli.
Encrypted communication is not very useful if you aren't sure who you are communicating with. Using a self-signed cert greatly increases this uncertainty.
Re: There are 2.4 billion people on the Internet. We should get to know each other.
#27Earlier quoted context omitted.
No. Without a trusted authority or some other means to verify that the self-signed certificate is indeed coming from the site, there is effectively no security because it is trivial to launch a MITM attack.
For some definition of trivial. But you're right, it's not that simple (see below¹, I need to rant first). It's just that it upset me so much each time Firefox (or whatever browser, they all do it) load a webpage with a self-signed certificate and it acts like if I was attacked and my security is compromised or something… It's not worse than HTTP without SSL so why make me click two times like if I don't know what I'…
In practice it is worse than no SSL because it provides a false sense of security to users who have been trained that HTTPS = secure.