[01:26] ugh, libsoup didn't do validation by default, IIRC. Needs configuration by the caller to get it to do it. [01:35] ah, phew: [01:35] session.ssl_use_system_ca_file = true; [01:35] session.ssl_strict = true; [01:35] (where session = new Soup.SessionAsync (); ) [01:36] bkerensa, kees: ^ [01:36] sbeattie: so it is potentially vulnerable to MitM? [01:37] no, strict ssl checking is enabled for the soup connection, which is what the searches are going over. [01:37] ah [01:39] (sadly, you also need to tell libsoup to look at the system ca certs; by default even if you have strict ssl checking turned on, if it doesn't have any certs to verify against, it just shrugs and allows the connection.) [01:44] http://developer.gnome.org/libsoup/unstable/SoupSession.html#SoupSession--ssl-strict [02:15] sbeattie: is that a bug or feature :) [03:15] sbeattie: nice! [18:42] kees: https://launchpad.net/~ubuntu-nexus7/+archive/ubuntu-nexus7-installer [18:42] :D [18:42] wonder what could be going in that repo [18:43] ;p [19:37] yay for wasting an entire morning on the phone with adobe because they can't fix their installer :/ [21:03] bkerensa: cool! /me doesn't have a nexus7, but that's still exciting :) [21:19] bkerensa: you played with that new chrome book yet?