Slashdot Mirror


In Encryption Push, Chrome Flags HTTP Sites as 'Not Secure' (zdnet.com)

On Tuesday, Chrome started marking sites that don't use HTTPS as "not secure." From a report: First announced two years ago, Google said it would flag any site that still uses unencrypted HTTP to deliver its content in the latest version of Chrome, out Tuesday. It's part of the company's years-long effort effort to gradually nudge more webmasters and site owners into adopting HTTPS, a secure encryption standard for data in transit. Any site that doesn't load with green padlock or a "secure" message in the browser's address bar will be flagged -- and shamed -- as insecure.

[...] According to nightly data compiled by security experts Troy Hunt and Scott Helme, roughly 100 of the top 500 websites are still serving their pages over unencrypted HTTP -- all of which will today be flagged as "insecure." Many of those sites -- like Baidu, JD.com, and Google.cn -- are Chinese language sites, but many popular Western sites -- including BBC.com, DailyMail.co.uk, and Fedex.com -- are HTTP. Of the top million sites, a little over half do not redirect to HTTPS.
Chrome 68 also brings with it Page Lifecycle API, and the Payment Handler API. From a report: The Payment Handler API builds on the Payment Request API, which helped users check out online. The new API enables web-based payment apps to facilitate payments directly within the Payment Request experience, as seen above. As with every version, Chrome 68 includes an update to the V8 JavaScript engine: version 6.8. It reduces memory consumption as well as includes improvements to array destructuring, Object.assign, and TypedArray.prototype.sort. Check out the full list of changes for more information.

154 of 268 comments (clear)

  1. MitM https proxies should be flagged too by nyet · · Score: 5, Interesting

    All of this is pointless as long as we encourage corp IT firewall admins to completely break https with their MitM proxies that use fake wildcard certs and bogus CAs as part of a GP push.

    1. Re:MitM https proxies should be flagged too by Wrath0fb0b · · Score: 4, Insightful

      All of this is pointless as long as we encourage corp IT firewall admins to completely break https with their MitM proxies that use fake wildcard certs and bogus CAs as part of a GP push.

      It's not "breaking" HTTPs, any more that distributed authorized_keys "break" SSH. The owner of Group Policy on a machine has (by definition) the authority to set HTTPs policies, read files, spy on the screen and plant furry porn in your home directory. That's literally what it means to be in group policy.

      As I see it, the IT admins should be absolutely transparent with employees that all content touching the machine is subject to being recorded and have clear policies on whose approvals are necessary to go read the logs.

    2. Re:MitM https proxies should be flagged too by jellomizer · · Score: 1

      Back in the 1990's I made a "Online ordering system" that was https but all it was a bash script CGI app once filled out the data it would send the order to the printer for the Admin to handle the order.

      We just made sure people from outside the network couldn't packet sniff the message. Then everything else was unencrypted. Granted the paper print out didn't leave a digital database trail for remote access later on. The orders were just placed in a Real Folder.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    3. Re:MitM https proxies should be flagged too by jaa101 · · Score: 1

      I'm sure there's an option to run Chrome with these warnings disabled. Any corporate IT capable of running a HTTPS proxy, requiring them to load an extra trusted cert on all their Chrome installs, is going to be able to activate this option. If Chrome lacks such an option it's just going to force companies to choose some other browser.

      So, yes, Google's move is good for personal and small business users who just run with all the defaults. But they have limited power to force changes on large businesses with the IT budget to lock down their environment.

    4. Re: MitM https proxies should be flagged too by Richard+Stalin · · Score: 1

      What are the negative impacts of encryption?

      1) Increased power requirements to perform encryption

      2) Increased bandwidth requirements as caching servers are rendered moot

      3) Automatic ability to identify you uniquely when using a service

      4) Requires CA (Let's Encrypt helps, but modern HTTPS really does not promise who is on the other end anymore)

      5) Most hosting services charge extra for HTTPS services and/or related additional resource use

      6) Most of the "attacks" described could just as easily happen via malware, which is still an issue. This removes only one attack vector and even then incompletely (leading to false sense of security, see 4).

      7) You are raising the cost of an information-only web site that offers no benefit to the operator and limited benefit to the user, but worse may cause the web site to effectively cease operation

      8) You have created additional complexity for embedded devices that use an HTTP maintenance port

    5. Re:MitM https proxies should be flagged too by chris-chittleborough · · Score: 1

      Today I learned that "SOC" can stand for Security Operations Center.

    6. Re:MitM https proxies should be flagged too by ArsenneLupin · · Score: 1
      Actually, the issue is much worse than just the admin being able to read intercepted https traffic.

      These proxies make it possible for other rogue middlemen on the path to read the traffic too.

      Indeed, as the corporate man-in-the-middle proxy is the only one to "see" the server's certificate, either he can blanket deny certificates that don't validate (such as self-signed, but with a fingerprint known and checked by end user), or blanket allow any certificate no matter how dodgy (seems to be the default behavior of most of these proxies)

      Which means that third parties outside the company can spy on the traffic without any warning to show up anywhere.

      Btw, a similar issue exists with those mobile apps that ask for your email password (social media, push notifiers, etc.): not only can the app's developer read and abuse your email, but so can everybody else who sits between the app developer's datacenter and your mail server, because typically these don't verifiy certificates before blurting your password over the line.

    7. Re:MitM https proxies should be flagged too by AmiMoJo · · Score: 1

      The owner of Group Policy on a machine has (by definition) the authority to set HTTPs policies, read files, spy on the screen and plant furry porn in your home directory. That's literally what it means to be in group policy.

      Literally what it means is that you only have to compromise one account to get 0wnership of the entire corporate network and everything on it.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    8. Re:MitM https proxies should be flagged too by Wrath0fb0b · · Score: 1

      Actually, the issue is much worse than just the admin being able to read intercepted https traffic.
      These proxies make it possible for other rogue middlemen on the path to read the traffic too.

      They most certainly do not, unless the proxy is somehow losing confidentiality of the private keys corresponding to the issued certificates. But keeping key material confidential is a core responsibility of IT, across the board :-)

      Indeed, as the corporate man-in-the-middle proxy is the only one to "see" the server's certificate, either he can blanket deny certificates that don't validate (such as self-signed, but with a fingerprint known and checked by end user), or blanket allow any certificate no matter how dodgy (seems to be the default behavior of most of these proxies)

      Sure. A misconfigured proxy is Really Bad(TM). A properly configured proxy would not relay traffic unless the remote was verified. This is also core basic responsibilities of an IT department to configure stuff according to best practice.

      Btw, a similar issue exists with those mobile apps that ask for your email password (social media, push notifiers, etc.): not only can the app's developer read and abuse your email, but so can everybody else who sits between the app developer's datacenter and your mail server, because typically these don't verifiy certificates before blurting your password over the line.

      This isn't an issue with the mobile apps, it's an issue with boneheaded configuration on the backend not to verify TLS. This is basically a problem with any application ever deployed if it's set to ignore important security requirements.

    9. Re:MitM https proxies should be flagged too by Wrath0fb0b · · Score: 1

      Yes, that is the design tradeoff.

      You might be shocked to know that there is probably an IMAP server somewhere and if you compromise it, you get to read all the archived emails and impersonate email from anyone!

      And a git server somewhere if you compromise it, you get all the source and the ability to impersonate commits from anyone.

    10. Re:MitM https proxies should be flagged too by Wrath0fb0b · · Score: 1

      ... balance between having situational awareness of what is going on in the network versus End User expectations of some privacy at work

      I mean, the solution to expectations is to set expectations clearly, right? Whatever balance is chosen, the employees should be clearly informed about the policy, including what can be monitored/stored and whose approvals are necessary to read it.

    11. Re:MitM https proxies should be flagged too by nitehawk214 · · Score: 1

      Aha, I kept thinking "what the fuck does this have to do with System On a Chip?"

      A google search for SOC was equally useless.

      --
      I'm a good cook. I'm a fantastic eater. - Steven Brust
    12. Re: MitM https proxies should be flagged too by Wrath0fb0b · · Score: 1

      Depends on the industry. Healthcare, definitely. Law, definitely. Others: YMMV.

  2. There is no 68 version! (yet) by Cronq · · Score: 1

    Everyone writes about google chrome 68 released today but so far google didn't release 68 version. Just checked official google servers for google chrome (linux version). Stable is still 67.

    1. Re:There is no 68 version! (yet) by mykepredko · · Score: 1

      Here is the release information - https://www.chromestatus.com/f...

      I'm guessing it won't be released until later today (11:59PM UTC)?

  3. Re: Baked in financial transactions? by Anonymous Coward · · Score: 3, Insightful

    Some of us remember when the web was for the interchange of ideas and knowledge, not some glorified shopping cart for mouth breathers.

  4. celf signed certificates by roman_mir · · Score: 1, Interesting

    For years I have been commenting on the way that browsers treat self signed certificates, it was always ridiculous and inconsistent. Sites with self signed certs were treated as if they were hacked by definition while HTTP traffic was not marked as insecure at all. At least at this point there will be some consistency to the way that HTTP and celf signed certificates are treated.

    1. Re:celf signed certificates by roman_mir · · Score: 4, Funny

      elf signed certs are fine, but they cause all sorts of issues in Gnome environments and Men in the Middle-earth attacks are possible.

    2. Re:celf signed certificates by omnichad · · Score: 1

      I've heard of cert-signed ELF's, but not the other way around.

    3. Re:celf signed certificates by Dragonslicer · · Score: 2

      Nobody modded it down. It currently has +2 Funny. The poster is just such an overwhelmingly obnoxious troll that all their posts start at -1.

  5. Thanks Google! by Anonymous Coward · · Score: 5, Insightful

    Thanks, Google, for breaking the internet.

    Misusing your power (client & server) to push people around and to shape a landscape favoring your business and nothing else. You are finishing the nightmare Microsoft tried to realize.

    Assholes.

    1. Re:Thanks Google! by squiggleslash · · Score: 3, Insightful

      I'm failing to see how an unobtrusive warning that the webpage you're looking at wasn't served securely is "breaking the Internet".

      --
      You are not alone. This is not normal. None of this is normal.
    2. Re:Thanks Google! by Anonymous Coward · · Score: 1

      So much butthurt over an improvement with no downsides at all. Unless you work for the NSA and can't read everyone's internet any more. So sad!

    3. Re:Thanks Google! by Khyber · · Score: 4, Insightful

      The warning isn't fucking unobtrusive, that's the problem.

      Any time you do something Google doesnt' like, it makes sure to make a big fucking fuss about it.

      And that's going to give people the idea that the age they're trying to visit has been hijacked or otherwise when it has not.

      It's going to pretty much result in digital libel and defamation of the site as idiots who don't know better start spreading word that "site x is hacked because Google Said So."

      Too bad nerds like you quite often have shorter sight than your coke-bottle glasses lets on.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    4. Re:Thanks Google! by dissy · · Score: 1

      The warning isn't fucking unobtrusive, that's the problem.

      They changed the "(i)" icon to now say "(i) Not Secure" just to the left of the URL in the address bar.

      How is that obtrusive?

      Do you consider the padlock icon with the words "Secure" equally as obtrusive?
      They are now the exact same length as each other.

      Too bad nerds like you quite often have shorter sight than your coke-bottle glasses lets on.

      No, we just prefer to ignore assholes that make shit up that is demonstrably not true.

      This is literally the change you are bitching up a storm about as "The warning isn't fucking unobtrusive"

    5. Re: Thanks Google! by Zero__Kelvin · · Score: 1

      I hate when my age is hijacked!

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    6. Re:Thanks Google! by Billly+Gates · · Score: 1

      I'm failing to see how an unobtrusive warning that the webpage you're looking at wasn't served securely is "breaking the Internet".

      Dude I work corporate IT. Holy Crap will my phone ring off the phone tomorrow with HEEELLLP my intranet site is saying it is compromised! I probably will be working 16 hours a day without lunch telling everyone to use IE. Ugh.

      Yes it does brink corporate apps and remember business use is part of the internet as well and is HUGE. This is unacceptable as no where in the IEEE standards does it say WWW must be encrypted by default.

    7. Re:Thanks Google! by Khyber · · Score: 1

      Uh, no, how about a full-page warning going to http-only sites that are known-good yet Google classifies as 'dangerous sites?'

      JUST got that going to an HTTP site (one used for looking up MIDI files.)

      You apparently must be very new with Google and the internet in general despite your UID.

      Shut your mouth until you're fully-informed on the subject. It is apparent that you're only about 10% informed. Good day.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    8. Re:Thanks Google! by thegarbz · · Score: 1

      Thanks, Google, for breaking the internet.

      Interesting comment. Note that I was able to read it and you were able to post it so it would appear the internet is doing just fine.

    9. Re:Thanks Google! by thegarbz · · Score: 1

      The warning isn't fucking unobtrusive, that's the problem.

      Of course it is. This change changed the title bar only.

      If you're getting an intrusive warning it will be because the website you're accessing unencrypted is asking users to enter a password field unencrypted. You should inform the idiot who runs the website.

      Google says you're welcome.

      Too bad nerds like you quite often have shorter sight than your coke-bottle glasses lets on.

      Take a chill pill man. Better still take some blood pressure medication. You'll blow an artery keeping this up.

    10. Re:Thanks Google! by thegarbz · · Score: 1

      Shut your mouth until you're fully-informed on the subject.

      He is fully informed. You're talking about two different messages for two different reasons. Frankly any website that asks to fill in a password field without encryption deserves a full page warning. Which is exactly what you got for your protection.

      You're welcome mate.

    11. Re:Thanks Google! by Rockoon · · Score: 1

      The warning isn't fucking unobtrusive, that's the problem.

      Nor have all of Googles "notices" been honest/

      When I get poor bandwidth from Googles YouTube, Google always throws up a notice that my ISP is throttling the connection, when actually no Google my ISP isnt doing that and it is easy to find the cause of the problem: a major backbone is fubar at the moment.

      Now call me silly but I tend to think that a major backbone being down is not cause for claiming that my ISP is throttling the connection, that IN FACT it is FUCKING EVIL to do what Google is doing.

      --
      "His name was James Damore."
    12. Re: Thanks Google! by Billly+Gates · · Score: 1

      We paid alot of money for our sites and even internet sites not working will give us call volume and makes us look incompetent if their internets are broken on a site we don't control

  6. This is stupid garbage by Anonymous Coward · · Score: 5, Insightful

    Most web sites don't need https. Most web sites don't take payments, don't transmit user data, etc.

    Bbc.com doesn't need encryption. My business site which doesn't take payments or allow user accounts does not need encryption. It's a wall of text and pictures.

    Google acting like the entire world needs this is incredibly stupid.

    I already have to use Firefox to access firewalls because Google decided that "go to the site anyway goddammit" just means "allow traffic for 2 minutes, and then complain about the certificate again. And again. And again"

    Now it's going to scare people for no reason. Screw them

    1. Re:This is stupid garbage by Vlad_the_Inhaler · · Score: 1

      Come on - http://www.miketaylor.org.uk/tech/oreilly/truenut.html needs to be encrypted. Think of the children.
      (any more cliches?)

      --
      Mielipiteet omiani - Opinions personal, facts suspect.
    2. Re:This is stupid garbage by Luthair · · Score: 2

      Insecure is an accurate description for HTTP. Further given the number of sites I've run into over the years showing locks and claiming to submit credit cards securely that are using HTTP I don't think this change is bad.

    3. Re:This is stupid garbage by Anonymous Coward · · Score: 5, Insightful

      Bbc.com doesn't need encryption.

      You visit bbc.com. The great firewall inserts javascript to DoS attack another website.

      You visit bbc.com. You read a simple article about foreign policy. In between you and the BBC, the text of the article has been replaced, changing your knowledge of facts, your opinion, and ultimately your vote.

      You visit bbc.com. To preserve your privacy, you use a VPN or Tor. Your HTTP request has a BBC-UID cookie. Anyone snooping the connection can tell which link is yours as opposed to someone else's, and can track when you're there using the internet and which pages you go to.

      You visit bbc.com. You're an activist in a country which would like to not have you around. Instead of receiving bbc.com, you receive child porn. It only takes a minute for the police to be signalled and break down your door and confiscate your computer. In court, experts testify that you hid the CP in a clever place (the browser cache). Not only do you go away for life, but you're discredited to the public and the court, police and experts don't have to be in on it.

      Explain why it is essential to have bbc.com not be encrypted.

    4. Re:This is stupid garbage by omnichad · · Score: 1

      All it said is whatabout man-in-the-middle. And if it's dry, uninteresting facts - who cares?

    5. Re:This is stupid garbage by omnichad · · Score: 2

      They say "not secure" rather than "insecure." It's a fair distinction, that makes more sense in the context. The least of the problems are the wording.

    6. Re:This is stupid garbage by PhrostyMcByte · · Score: 1

      Most web sites don't need https. Most web sites don't take payments, don't transmit user data, etc. Bbc.com doesn't need encryption.

      Do you want your ISP to be able to see and use your browsing history? Do you want them to be able to block websites they deem inappropriate? Do you want Comcast to start injecting ads into websites like they've been caught doing before?

      What if your bbc.com login is the same as your bank login? What happens when you get hit by one of those router worms that are popping up all over the place? Hopefully most people on /. will not have this issue, but I guarantee you that this is the case for most users.

      Yes, Google has an ulterior motive. They want to knock your ISP out from being able to mine your data, to further their own monopoly. But as a whole... the change is still good for the user.

    7. Re:This is stupid garbage by Anonymous Coward · · Score: 1

      What are the negative impacts of encryption?
      1) Increased power requirements to perform encryption
      2) Increased bandwidth requirements as caching servers are rendered moot
      3) Automatic ability to identify you uniquely when using a service
      4) Requires CA (Let's Encrypt helps, but modern HTTPS really does not promise who is on the other end anymore)
      5) Most hosting services charge extra for HTTPS services and/or related additional resource use
      6) Most of the "attacks" described could just as easily happen via malware, which is still an issue. This removes only one attack vector and even then incompletely (leading to false sense of security, see 4).
      7) You are raising the cost of an information-only web site that offers no benefit to the operator and limited benefit to the user, but worse may cause the web site to effectively cease operation
      8) You have created additional complexity for embedded devices that use an HTTP maintenance port

    8. Re:This is stupid garbage by thegarbz · · Score: 1

      Most web sites don't need https. Most web sites don't take payments, don't transmit user data, etc.

      People in the world are very much persecuted for what they read. It's not for you to decide their risk of viewing content.

    9. Re:This is stupid garbage by Areyoukiddingme · · Score: 1

      The only people that can snoop his connection to the Internet are typically telecommunication companies putting court ordered intercepts in place.

      Given how very very many Cisco back doors and exploits are currently known, nevermind how many more are still unknown, ANYONE can snoop his connection to the Internet. And already has.

    10. Re:This is stupid garbage by Areyoukiddingme · · Score: 1

      You visit bbc.com. The great firewall inserts javascript to DoS attack another website.

      You visit bbc.com. You read a simple article about foreign policy. In between you and the BBC, the text of the article has been replaced, changing your knowledge of facts, your opinion, and ultimately your vote.

      You visit bbc.com. To preserve your privacy, you use a VPN or Tor. Your HTTP request has a BBC-UID cookie. Anyone snooping the connection can tell which link is yours as opposed to someone else's, and can track when you're there using the internet and which pages you go to.

      You visit bbc.com. You're an activist in a country which would like to not have you around. Instead of receiving bbc.com, you receive child porn.

      I would bet a pizza that Russian ISPs have done at least two of these things already, if not all of them. I would bet a second pizza that Russian ISPs did at least one of those things right now, as you're reading this. These are not theoretical attacks (except possibly the child porn dropper). They're actually happening in jurisdictions around the world. American companies created turn key equipment that can perform these attacks and sold them to anyone who could afford it.

    11. Re:This is stupid garbage by martinfb · · Score: 1

      There is a reason: money.
      Would you like to buy some SSL certificates?

      --


      Self-importance and self-indulgence is the root of ALL evil.
    12. Re:This is stupid garbage by thoughtlover · · Score: 1

      Google acting like the entire world needs [https] is incredibly stupid.

      Not to mention Google can't even walk the walk... why are they delivering my search results via http and not https?

      I have a feeling it's just a cashgrab to sell more certs, whether they or a business partner is doing it.

      --
      No sig for you! Come back one year!
  7. Re:To be honest by Anonymous Coward · · Score: 1

    They're not right, either. It's security through cargo culting.

  8. Re:To be honest by XanC · · Score: 3, Funny

    Do you not want any guarantees that your news is unaltered from the source?

  9. Why encrypt LOLcats? by XXongo · · Score: 4, Insightful

    I'd be very concerned if any site I used for monetary purposes wasn't using HTTPS. On the other hand, sites providing data services like streaming or news probably don't need to encrypt anything.

    Yes!

    for 90% of the stuff I browse on the web, I don't need https. I really don't care who sees the cat pictures I look at.

    https should be saved for pages that actually need encryption

    1. Re:Why encrypt LOLcats? by Anonymous Coward · · Score: 2, Insightful

      for 90% of the stuff I browse on the web, I don't need https. I really don't care who sees the cat pictures I look at.

      Because it's none of the NSA's or any other sniffing scumbag's damned business what you're viewering, full stop. If you only establish encrypted connections for things that you want private, then the snoops know what to focus on. If everything is encrypted, you offer them no clue.

    2. Re:Why encrypt LOLcats? by Anonymous Coward · · Score: 5, Insightful

      Honestly, I want encryption so my ISP *can't* inject adds into the pages. Need has nothing to do with it.

    3. Re:Why encrypt LOLcats? by willaien · · Score: 3, Informative

      HTTPS isn't just about encrypting information like bank info - but also about preventing tracking. If all of your websites use HTTPS, your ISP can't snoop on your traffic to sell your data.

    4. Re:Why encrypt LOLcats? by willaien · · Score: 1

      HTTPS also stops malicious routers (like at a coffee shop or something) from executing MITM attacks.

    5. Re:Why encrypt LOLcats? by nitehawk214 · · Score: 1

      https should be saved for pages that actually need encryption

      But why?

      --
      I'm a good cook. I'm a fantastic eater. - Steven Brust
    6. Re:Why encrypt LOLcats? by telek83 · · Score: 2
      It's about preventing tracking for anyone but Google*

      Fixed that for you.

    7. Re: Why encrypt LOLcats? by Zorpheus · · Score: 1

      The NSA still sees which server you connect to. And I think they also see the URL when you send it to the DNS server

    8. Re:Why encrypt LOLcats? by Holi · · Score: 1

      Use different DNS servers.

      --
      Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
    9. Re:Why encrypt LOLcats? by willaien · · Score: 1

      Why not take steps to prevent both from tracking you?

    10. Re:Why encrypt LOLcats? by willaien · · Score: 1

      You could not use google's browser and still accept that https is important.

    11. Re:Why encrypt LOLcats? by tepples · · Score: 1

      Some ISPs inject advertisement scripts directly into the port 80 TCP connection regardless of what DNS server is used.

    12. Re: Why encrypt LOLcats? by Zero__Kelvin · · Score: 1

      Google has been doing what you are so afraid of for well over a decade and the sky hasn't come crashing down. Your fear is irrational.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    13. Re:Why encrypt LOLcats? by Billly+Gates · · Score: 1

      Yes they can. With the DNS cache they can track you and sell it to marketers and ads

    14. Re:Why encrypt LOLcats? by johannesg · · Score: 1

      It's still an utter mystery to me why this is even possible, given the draconian nature of copyright laws in the US. The webpage is copyrighted; the webpage with ads is therefore a modification of somebody else's copyrighted work.

      Go ahead, try that with a work by (say) Disney, see how far you'll get. So why do ISPs regularly get away with it?

    15. Re:Why encrypt LOLcats? by thegarbz · · Score: 1

      for 90% of the stuff I browse on the web, I don't need https.

      You may not. Consider yourself lucky to live in a place where you can see the things you see without being persecuted for it.

      https should be saved for pages that actually need encryption

      The only person who is able to decide if they need encryption or not is the person doing the browsing. They cannot arbitrarily decide this since HSTS was widely implemented and since there's no longer a practical downside to simply serving encrypted information to everyone that is the safe default option.

    16. Re:Why encrypt LOLcats? by fafalone · · Score: 2

      Careful what you wish for. That would make adblockers copyright infringement tools, as they too modify the page.

    17. Re:Why encrypt LOLcats? by XXongo · · Score: 1

      The only person who is able to decide if they need encryption or not is the person doing the browsing.

      Right. But google thinks that the person doing the browsing should not be the one who decides if they need encryption, but instead that everything should be encrypted by default.

    18. Re:Why encrypt LOLcats? by houghi · · Score: 1

      And not use the one from google. A nice one is 1.1.1.1 Also good for many countriesa where torrent sites are blocked.

      --
      Don't fight for your country, if your country does not fight for you.
    19. Re:Why encrypt LOLcats? by johannesg · · Score: 1

      That's clearly personal use, while the other one is a for-profit activity on a commercial scale.

    20. Re:Why encrypt LOLcats? by Areyoukiddingme · · Score: 1

      It's still an utter mystery to me why this is even possible, given the draconian nature of copyright laws in the US. The webpage is copyrighted; the webpage with ads is therefore a modification of somebody else's copyrighted work.

      Go ahead, try that with a work by (say) Disney, see how far you'll get. So why do ISPs regularly get away with it?

      Because no web site owner has been willing to be the test case. I suspect Comcast is careful not to intrude their injections into web pages from companies with enough money to fund lawyers for a decade, especially not American companies that big. Little guys, they can fuck all day long, and they know it.

      I would dearly love to see someone file suit, especially someone with thousands of apparently independent web sites, so they could demand a trillion dollar infringement award. Unfortunately anybody serving enough URLs to Comcast customers to really hit them hard enough to hurt them for their misbehavior will be hurt by Comcast when they retaliate by blackholing all of said URLs so Comcast customers can't reach them (and otherwise degrading or damaging connectivity). The time to have filed that suit was when the Net Neutrality rules were in effect, so when Comcast reflexively tried to punish the one who filed suit, they could file a second suit for Net Neutrality violations. Unfortunately it's now legal for Comcast to retaliate against any content company filing suit against them.

      Yet another reason why Net Neutrality is absolutely required for proper functioning of the Internet.

    21. Re:Why encrypt LOLcats? by JohnnyBGod · · Score: 1

      But they usually don't. They usually just don't request some resources present on the page.

    22. Re:Why encrypt LOLcats? by thegarbz · · Score: 1

      Right. But google thinks that the person doing the browsing should not be the one who decides if they need encryption, but instead that everything should be encrypted by default.

      No. Google thinks they should give the user the required information that they are unsecure. Google thinks that admins shouldn't be deciding this for their users and should therefore take the safe approach without any practical downsides other than some extreme edge cases.

      You can't close the barn door after the horse has bolted which is how accessing HTTP works now.

  10. Is this like DRM? by ripvlan · · Score: 1

    I have to wonder if we lockup all websites as viewable only via SSL - does that limit access to anything (historical) ? Alright - time to through away the crap, we can't keep everything.

    Why is bbc.com insecure because it uses HTTP? I understand why mybank.com would be insecure. I'm worried well lose something valuable when Chrome et al block (some day in the future) all of HTTP.

    Besides - it's only a matter of time before hackers move to SSL attacks. When the low hanging HTTP fruit is all gone, SSL looks very appetizing.

         

    1. Re:Is this like DRM? by willaien · · Score: 1

      It's not just about securing the data in transit, it prevents tampering (eg. ISP or router injected ads) and tracking (your ISP cannot know what you visited on the site, just that you visited that particular ip and domain)

    2. Re:Is this like DRM? by Dragonslicer · · Score: 1

      I have to wonder if we lockup all websites as viewable only via SSL - does that limit access to anything (historical) ?

      It would only affect servers where the admin is doing just barely enough maintenance to keep the site alive. HTTPS doesn't affect scripts running on the server, page rendering, etc. The content is not affected in any way, and really the only reason that anything at the application layer even needs to know about the encryption is because it has to listen/connect on port 443 instead of port 80.

    3. Re:Is this like DRM? by AHuxley · · Score: 1

      More a way to keep ads secure per trusted site. Data to and from the browser. The browser has to trust approved ads for the site they use https with.
      See the site, get the approved secure ads.

      --
      Domestic spying is now "Benign Information Gathering"
    4. Re:Is this like DRM? by jythie · · Score: 1

      I already run into problems with one of my NASes. Even if something uses HTTPS, the cert can be old or 'outdated' which Chrome can really complain about, sometimes not even giving you the option to view anyway. Really annoying for embedded devices that you don't replace constantly.

  11. You shouldn’t have given Chrome market share by xack · · Score: 2, Interesting

    Now Chrome can do web controlling actions like security extortion. the next step will be making only google approved certificates complete with extortionate prices will be marked as secure. Join the resistance, get one of the xul trio of browsers Waterfox Pale Moon or Basilisk.

  12. Re:To be honest by telek83 · · Score: 1, Interesting

    Yes, I would like guarantees that google itself can't alter any content it sees fit to. This push is only so Google can control the ad space better, it gives them complete control over ads, as they can now see all of your HTTPS content, not just their own domain connections. HTTP is fine for non-input web pages, you can argue until the cows come home about intercepting raw HTTP and altering it all you want, because corporations MITM HTTPS anyway, so it would just as easy to do the same thing. Assuming the NSA is involved, I imagine they keys or permissions to keys, decryption would now be possible on a global scale, at least with self-signed certs this isn't possible unless they can obtain the keys. I for one will not bend to Google demands, I will warn the users flat out that the Chrome browser is no longer supported on any of my pages that do not require input.

  13. Re:To be honest by flink · · Score: 3, Insightful

    Do you not want any guarantees that your news is unaltered from the source?

    Nobody is doing that. It's the source itself that is usually subverted.

  14. The problem:ALL HTTPS is insecure and allows MitM by Anonymous Coward · · Score: 5, Informative

    The entire concept of certificate "authorities" is already fundamentally broken by design. (Kinda obvious, given the "argument from authority" fallacy.)

    I can not trust an organization that happens to host a website, but I'm supposed to trust an organization that happens to be a CA? Because the browser maker said so? Whose trustworthiness is not established either, by the way.

    If you want at least some trust, you either have to BE the CA (like with my own servers), or meet and get to know the person *personally*. Everything else is just hearsay, and of comparable trustworthiness to whatever you receive when you send out an unencrypted HTTP request to a random unknown domain.

  15. Re:would be silly to encrypt public stuff but... by Anonymous Coward · · Score: 1

    Yes, Google is protective of their ad revenue, https = no ability for ISPs to provide targeted ads without encouraging websites to incorporate their own web tracking scripts or promoting their own search engines.

  16. "Redirect" by darkain · · Score: 2

    Their metric specifically mentions redirecting. One of the sites that I manage is an antique auto parts store. There is still a large fraction of our customers using Windows 98 era PCs. Due to this, automatic redirects from HTTP to HTTPS are disabled, so they can still browse the catalog and call us on the phone to order. Bots testing this site would notice the lack of redirection. However, modern browsers pass in some new additional headers which mention some HTTPS capabilities, and *IF* these headers are available, automatic redirection happens (since we know the client will be on a browser which supports the proper TLS version)

    I'm sure several of these other sites are using a similar approach. I just personally tested FedEx.com, and it is properly redirecting from HTTP to HTTPS in an up-to-date browser. So odds are that these bots testing these sites are not fully supplying all the same headers that browsers do.

    1. Re:"Redirect" by MassacrE · · Score: 1

      Windows 98 Era PCs on the internet? I am shocked that is even possible!

      I've seen unpatched windows xp machines completely break down due to the volume of competing viruses on them, and forgetting the open networking they haven't gotten a modern browser update in what, a decade?

    2. Re:"Redirect" by omnichad · · Score: 1

      Due to this, automatic redirects from HTTP to HTTPS are disabled,

      You can check the user-agent string before redirecting and still secure the majority and protect moderately aged browsers. And the rest should be warned heavily what risk they are under.

    3. Re:"Redirect" by Scoth · · Score: 1

      Last version of Firefox that runs on Win98 is in the 2.x series, without some third party hack like KernelEx, which these people aren't likely to be running. So yeah, a little over a decade.

      As long as they're behind NAT they're probably safe from a lot of the immediate remote exploits. XP was kind of a mess because it was still in an era when people connected to the internet directly with public IPs on individual computers with no firewalling at all, whereas these days most people are at least behind some kind of NAT. From my messings-around with FF2 I'd be surprised if they were actually able to accomplish enough on the www with it to get infected with anything. Plenty of stuff still kinda works, but mostly it'd be completely broken. Windows 2000 will run at least Firefox 12 officially, and a few later versions with a little bit of tweaking, but still old enough to not run especially well on the modern web.

    4. Re:"Redirect" by Khyber · · Score: 1

      "I've seen unpatched windows xp machines completely break down due to the volume of competing viruses on them"

      What are you considering "unpatched?" After SP2 (it went up to 4 in XP) the system is rock-solid. Looking at two XP systems right now on the internet, not giving a fuck - my laptop and one of my legacy desktop systems.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    5. Re:"Redirect" by toddestan · · Score: 1

      Windows 98 nowadays would be security through obscurity. It's different enough from the NT line that most attacks on XP and later simply aren't going to work on it. The number of Windows 98 machines on the internet is small enough that no one is going to bother targeting them. I still wouldn't do it, but you would likely be safer now than you would have been 15 years ago.

    6. Re:"Redirect" by MassacrE · · Score: 1

      They were primarily acquired via Java and Flash through IE, IIRC. I don't believe IE was sandboxed until Vista.

  17. Re: something something motes and beam by nitehawk214 · · Score: 2

    The text on duck.com is significantly more informative than I expected.

    --
    I'm a good cook. I'm a fantastic eater. - Steven Brust
  18. Not what the web was made for by DogDude · · Score: 1

    This kind of silliness wasn't what the web was designed for. The web was designed for the free dissemination of free information. Encryption and security are bolted-on hacks that not only don't work very well, but aren't at all in keeping with the original intent of the Web (or the whole Net, for that matter).

    I don't see any reason most web sites need to be encrypted.

    --
    I don't respond to AC's.
    1. Re:Not what the web was made for by Ksevio · · Score: 1

      Encrypting the material in transit doesn't make any less freely disseminated or the information less free. The access is suppose to be open, not snooping on other users. Maybe you're still running Lynx or something, but encryption and security are fairly well developed these days and work great!

    2. Re:Not what the web was made for by Opportunist · · Score: 1

      Back when the web was designed, it was filled with engineers and technogeeks whose interest in information was one where your status and "street cred" depended on the value and veracity of your information.

      In the current time of fake news, lies and deceit, your status depends mostly on how many people you can dupe into hating your opponent in any way possible because you yourself don't have any positive traits either, so you have to get people to hate the other guy even more.

      In this climate, yes, I DO want to be able to verify that the information I get is from the source I wanted to get it from and has not been tampered with in transit.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  19. Software updates etc... by Strider- · · Score: 4, Interesting

    Hopefully, though, software updates (such as Windows Update, Apple Update, etc...) will remain unencrypted. I run a network that services some remote communities via satellite, and those things are eminently cacheable (we have a WSUS server for our corporate computers).

    Before you get your panties in a twist about that being insecure, the way I recall these things working is that the update client fetches SHA256 sums of the update files via HTTPS, and then downloads the files over HTTP. That way, the updates can be cached locally, but the end user can still be assured that they haven't been tampered with.

    --
    ...si hoc legere nimium eruditionis habes...
    1. Re:Software updates etc... by vtcodger · · Score: 1

      "but this is just a nightmare for those of us who have to deal with low-bandwidth and/or high-latency links."

      Quite clearly folks like you do not belong on the modern internet which is being designed by the greatest geniuses in human history to perfectly satisfy all legitimate needs.

      You and your motley friends should pack up your kit and leave.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
  20. Re:To be honest by KixWooder · · Score: 4, Informative

    Not news, but Comcast has and continues to modify websites.

    --
    I hate fat people.
  21. internal apps / IPMI's don't need certs by Joe_Dragon · · Score: 1

    internal apps / IPMI's don't need certs so why push this?

  22. Crying Wolf by nuckfuts · · Score: 4, Interesting

    The upshot of this is that users are going to become accustomed to ignore all such warnings and proceed to the site anyway. Rendering even legitimate warnings basically useless.

    1. Re:Crying Wolf by Anonymous Coward · · Score: 1

      These warnings were never legitimate, they attempt to place warnings up for self signed certificates as though it was a hax0r attack and scare the hell out of people. In truth they just wanted to market SSL certificates for 600$ a pop because it was a lucrative industry for awhile. A self signed cert is not entirely safe from MiTM attacks it does however provide an encrypted channel for communication and as such should have less of a warning than a pure http site.

      They still try to scare the hell out of people about self signed certs even though the industry for them is nearly gone.

    2. Re:Crying Wolf by nuckfuts · · Score: 1

      There are multiple reasons why a certificate might trigger a warning. Being self-signed is only one of them. Another reason is when the server name on the certificate does not match the URL you typed in your browser. That is one example I consider a legitimate warning, and one that a user might just ignore if they become conditioned to just click "proceed".

    3. Re:Crying Wolf by Opportunist · · Score: 1

      I can see why you posted as AC. I, too, wouldn't want my name attached to this display of ignorance.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    4. Re:Crying Wolf by thegarbz · · Score: 1

      The upshot of this is that users are going to become accustomed to ignore all such warnings and proceed to the site anyway. Rendering even legitimate warnings basically useless.

      Given that all that is happening is websites which are insecure will be listed as such, this isn't a warning as much as it is actual information relevant to the session.

      The only warning users may get is if they visit an insecure website that asks for login details. There's only so much you can do to defend a user from themselves, but the end goal here is not about the users as much as it is about the web masters.

  23. Comment removed by account_deleted · · Score: 3, Interesting

    Comment removed based on user account deletion

  24. Encryption isn't the point by chubs · · Score: 1

    SSL does more than simply encrypt traffic. The biggest benefit of SSL for static web sites or information-only websites is that you can verify that you are connected to the right source. Some people mentioned content tampering and man-in-the-middle attacks, but what about a good old fashioned DNS cache poisoning? With SSL, you're not as susceptible to that type of attack.

    1. Re:Encryption isn't the point by chubs · · Score: 1

      I do realize that DNS cache poisoning is often a means to an end to get to man-in-the-middle attacks, but the two are separate and warrant being talked about separately. With MITM attacks we often talk about surveillance and tampering, so we often talk about encryption and content validation, while we ignore the issue of source validation. I need to be sure not only that my data is unchanged, but that it came from who it claims to come from. The biggest benefit of SSL is CAs, from that perspective.

  25. Comment removed by account_deleted · · Score: 3, Interesting

    Comment removed based on user account deletion

  26. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  27. How about a compromise by sjames · · Score: 1

    How about Chrome finally taking my word for it when I tell it I trust a particular cert even if it isn't officially signed by some entity I have never heard of.

    Meanwhile, if it's so important, why do they make it a pain in the ass for me to examine the cert used by a site? Shouldn't it be in the menu that drops down when I click on the lock icon?

    For that matter, why isn't it easy for me to tell Chrome that I do NOT trust a given cert no matter who signed it or that I don't trust a particular CA to sign off on water being wet?

    1. Re:How about a compromise by Ksevio · · Score: 1

      How about Chrome finally taking my word for it when I tell it I trust a particular cert even if it isn't officially signed by some entity I have never heard of.

      The vast majority of users shouldn't be doing that. There are some exceptions (such as for developers), but Chrome should cater to the larger number even if it inconveniences the tiny a minority a little if it means greater security.

      Meanwhile, if it's so important, why do they make it a pain in the ass for me to examine the cert used by a site? Shouldn't it be in the menu that drops down when I click on the lock icon?

      Click the lock, click "Certificate" works for me

      For that matter, why isn't it easy for me to tell Chrome that I do NOT trust a given cert no matter who signed it or that I don't trust a particular CA to sign off on water being wet?

      Not a highly requested feature

    2. Re:How about a compromise by sjames · · Score: 1

      Developers, admins, people using a private webmail, etc. In those cases, I know with greater certainty that I have the correct un-intercepted site than if a CA signed it. The option exists to temporarily accept the cert, why not be less of a pest? But make it equally easy to stop trusting the cert.

      Click the lock, click "Certificate" works for me

      It's not there, I just tried it. It used to be there once upon a time.

    3. Re:How about a compromise by tepples · · Score: 1

      The vast majority of users shouldn't be doing [accepting certificates from an unknown issuer]. There are some exceptions (such as for developers), but Chrome should cater to the larger number even if it inconveniences the tiny a minority a little if it means greater security.

      You said home users shouldn't accept certificates from unknown issuers, and Let's Encrypt doesn't issue certificates for names in non-public TLDs. So what certificate should be used instead for a private HTTPS server on the home LAN, such as the configuration page for an Internet gateway or network printer?

    4. Re:How about a compromise by sjames · · Score: 1

      On linux, you have to right click->inspect->security->view cert. They clearly have a dialog for it, they should make it available without drilling down 4 levels into a developer tools menu.

    5. Re:How about a compromise by Ksevio · · Score: 1

      Guess it's a linux thing

    6. Re:How about a compromise by Ksevio · · Score: 1

      You'd probably want to install the certificate on the machines connecting to the LAN services

    7. Re:How about a compromise by sjames · · Score: 1

      It's a chrome thing when chrome is on Linux. If they can display the information anywhere, they can display it somewhere more relevant or convenient.

  28. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  29. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  30. HTTPS is centralizing the internet by SkOink · · Score: 4, Interesting

    I'm all for encrypting web traffic, but this push for HTTPS-everything is kind of terrifying. It puts us in this dystopian future where we rely on CAs to decide whether or not we can visit a website.

    If a couple of CAs decide (or are told) to revoke my cert, there's literally nothing I can do about it. And all of a sudden my website is inaccessible to 90% of browsers, and there's nothing I can do about it.

    I would happily support some kind of peer-to-peer encryption scheme (HTTPS with no CA, maybe). But centralizing everything through CA gatekeepers is just asking for a government to butt in.

    --
    ---- I'll take you in a Hunt deathmatch any day.
    1. Re:HTTPS is centralizing the internet by Opportunist · · Score: 2

      A revoked certificate isn't much different from a self-signed certificate. You can still connect to the server, there is just no guarantee that you're actually talking with the correct server. Which is something you kinda need someone to vouch for unless you want to manually verify every certificate of every server you communicate with.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    2. Re:HTTPS is centralizing the internet by SkOink · · Score: 1

      That's logically true, yeah - but browser UIs make it increasingly tough to accept self-signed certs. Tough enough that my grandma wouldn't be able to figure it out. Which effectively makes a revoked cert into a death sentence for a website.

      --
      ---- I'll take you in a Hunt deathmatch any day.
    3. Re:HTTPS is centralizing the internet by toddestan · · Score: 1

      That's true with browsers like Firefox. I just tried Chromium with a site with a self-signed certificate, and it simply refuses to connect at all.

  31. Too many warnings = people ignore warnings by raymorris · · Score: 2

    The number one reason, from my experience, is that of people see warnings a lot, especially for dumb things, they are quickly trained to ignore warnings. Microsoft learned this lesson with their first attempt at UAC. SELinux had a similar problem for a few years.

    For best security, you should alert people to actual security problems, and only problems they can do something about. Reading Wikipedia over http is not a problem.

    Also, Bobmorning makes a good point here:
    https://tech.slashdot.org/comm...

    The security systems that are supposed to rpotect you can't see all the malware being downloaded onto your system, the data being exfiltrated, etc when everything is TLS.

  32. Lost trust - lost their CA. Kinda proves the point by raymorris · · Score: 1

    BTW you made a very good point in this other post, though I don't think most people have the background knowledge to fully appreciate your point.
    https://tech.slashdot.org/comm...

    > They had to divest themselves of the CA business because they prove themselves repeatedly to be not trustworth

    Symnatec couldn't be trusted, therefore they couldn't have a CA business. That seems to indicate that untrustworthy companies can't be CAs (for long).

  33. Re: Baked in financial transactions? by glitch! · · Score: 1

    Exactly! eg. USENET:
    alt.barny.die.die.die

    --
    A dingo ate my sig...
  34. You think that is the main feature of https? by fuzzyf · · Score: 2

    Your mundane page showing cat pics or whatever can be a serious threat if the script-kiddie on the next table can inject whatever javascript he wants into it before you receive it.

    Yes, a source can be compromised too, but the ease of mitm http is just amazing. Also, any http security header (csp, hsts, hpkp, etc) or other mitigation techniques are futile if transport can't be trusted.

  35. This is true by raymorris · · Score: 2

    I suspect most people reading this haven't worked in a SOC, so they won't appreciate how much truth there is in what Bobmorning said.

    > There is a delicate balance between having situational awareness of what is going on in the network versus

    Exactly. We have systems that can see when a site is trying to do a drive-by malware installation or whatever, lots of ways to protect people in some pretty advanced ways. We can't protect what we can't read, though. So there is a balance. Encrypting everything makes it easier for the bad guys to send bad stuff to and from your machine without getting caught. So the ideal is neither "encrypt nothing" nor "encrypt everything as if it's a state secret". The best ways to protect against various attacks are situation dependent. For reading Wikipedia, unencrypted is probably safer overall. It's also faster - https can't be cached.

    1. Re:This is true by arglebargle_xiv · · Score: 1

      My feelings exactly. They're pointing out that the BBC isn't encrypted. That's because the task of the BBC is to disseminate news in the most easily-accessible format (radio, TV, the web), not to protect nuclear weapons launch codes. And then there are the bazillion web sites that aren't mentioned, knitting patterns, cat pictures, gardening advice, cake recipes, that need exactly zero encryption but that are now being held ransom to some braindead agenda that someone at Google has.

  36. Re:To be honest by JesseMcDonald · · Score: 1

    ... you can argue until the cows come home about intercepting raw HTTP and altering it all you want, because corporations MITM HTTPS anyway, so it would just as easy to do the same thing.

    Corporations can do that on devices they control because they have the necessary administrative access to install their own root certificates. Your local coffee shop or residential ISP can't MitM their customers' HTTPS traffic so easily, whereas the practice of tampering with pages served over HTTP is depressingly commonplace. This is far from theoretical; major ISPs have been caught red-handed injecting scripts and other content into web pages as well as splicing unique user IDs into HTTP headers for tracking purposes.

    Short of banning HTTP from the web entirely, I would at least propose to restrict pages served over HTTP from any form of interactivity. No scripts, no plugins, no forms, no "responsive" CSS, limited media formats—no audio or video, just still images in a few well-vetted formats with ironclad decoders. Anything else is too risky to entrust to unauthenticated content. I'd also add a big warning banner above the page saying that the (human-readable) content of the page may have been tampered with and cannot be trusted.

    --
    "The state is that great fiction by which everyone tries to live at the expense of everyone else." - Bastiat
  37. Re:Bollocks by Ksevio · · Score: 1

    Well if it's the type of site that doesn't need to be encrypted for some reason then it's probably not a big issue that it says it's not secure.

  38. What certificate for home HTTPS? by tepples · · Score: 1

    I would at least propose to restrict pages served over HTTP from any form of interactivity. No scripts, no plugins, no forms, no "responsive" CSS, limited media formats—no audio or video

    Under your suggestion, with what certificate on what domain should the operator of a private video server on a home LAN run HTTPS? Public CAs don't sign certificates for RFC 1918 private IP addresses or for names within non-public TLDs (such as .local used by mDNS). Some users have suggested using dynamic DNS, but in order to qualify for a certificate from Let's Encrypt, a subdomain needs a TXT record, and the domain it's under needs a Public Suffix List entry. Many dynamic DNS providers don't support those.

  39. All domain owners qualify for LE cert by tepples · · Score: 1

    It's about making sure that only registered publishers put material on the internet.

    I don't see what practical problem that causes for publishers on the Internet, seeing as Let's Encrypt allows anybody who owns a domain name to register as a publisher without charge. Or are you anticipating tighter control of domain names in the first place?

    1. Re: All domain owners qualify for LE cert by Z00L00K · · Score: 1

      Either that or a tighter control of CAs where you need to pay a considerable sum each year for a certificate for your site.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    2. Re: All domain owners qualify for LE cert by tepples · · Score: 1

      I don't see how increasing the price of TLS certificates fits into Google's plans as long as Google's Chrome division remains listed on LetsEncrypt.org as a sponsor.

  40. Secure Contexts by tepples · · Score: 1

    W3C maintains a spec called Secure Contexts, which encourages web browsers to completely disable certain sensitive JavaScript features within HTML documents served over a cleartext HTTP connection. Only HTTPS and http://localhost/ are allowed to use Service Workers, Geolocation, Payment Request, Presentation, and several other web platform APIs.

    1. Re:Secure Contexts by tepples · · Score: 1

      There is absolutely no reason to enable most of the crap we have now by default (battery status, access to gps, usb, vr, etc). TELL me when sites need it

      Many of these sensitive web platform APIs, such as location and notifications, already require the user to interact with a permission dialog presented by the browser before a script in a document can use them.

  41. Re: To be honest by Zero__Kelvin · · Score: 2

    What an absurd comment. Whomever created the browser has 100% access to everything, including your account logins and passwords, both http and https. Google gains no additional advantage.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  42. ISP caught injecting cross-site scripting by tepples · · Score: 2

    Comcast has been caught injecting advertisements into HTML documents that Comcast customers view over cleartext HTTP. If BBC doesn't want Comcast performing cross-site scripting on BBC's site, BBC needs to use HTTPS.

  43. Re: To be honest by telek83 · · Score: 1

    Sure Google does, if we lock HTTP up Google gains a sizeable advantage. Anyone who is not part of the Google and friends can no longer inject ads into the page. While google can.

  44. HTTPS breaks intermediate caches by tepples · · Score: 1

    Encrypting the material in transit doesn't make any less freely disseminated or the information less free.

    It prevents caching. Say a school in sub-Saharan Africa has only a 128 kbps, harshly metered connection for all its computers to use. With cleartext HTTP, if all the students visit the same encyclopedia page, a Polipo caching proxy inside the school can retrieve it once and serve it to 25 students in a classroom. But with HTTPS, the proxy can only handle the CONNECT verb to tunnel the connection to the origin server, causing transfer of 25 times as much data compared to the case with an intermediate cache.

  45. Re: To be honest by Zero__Kelvin · · Score: 1

    That is a complete strawman. Nobody is "locking up http" or anything of the sort. They are merely accurately indicating that http connections are not secure connections.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  46. Re:To be honest by Antique+Geekmeister · · Score: 1

    That has little, even nothing, to do with HTTPS. "Altered from the source" is occurring in such volume at the news agencies themselves that HTTP insertion is not even a significant issue.

    It's business sites, where manipulation of order forms and prices can cause fraudulent orders, that man-in-the-middle abuse is the much larger risk.

  47. Just be aware of the trade-off (bank hack yesterda by raymorris · · Score: 1

    Your concern may have some merit.
    Just be aware of the trade-off. Remember the $100 million hack yesterday, where the same company got hit twice in eight months, from phishing attacks? Corp sec could have prevented those if they had visibility into what pages the employees were loading. They could have seen the employees entering their ldap credentials into corporateHR.ru and prevented it. Our SOC catches a LOT of that stuff.

    Also catches and blocks a lot of malware, crypto-locker style ransomware, etc.

    So you have to decide which is worse - crypto-locker and the bad guys having your ldap credentials, or your fear of the NSA seeing you reading Wikipedia. I don't think either answer is always right.

  48. Great. Could we get educated users next? by Opportunist · · Score: 1

    Because we're now teaching the mantra of "encryption makes you secure", and people will swallow it. Unfortunately, it's not true. It is absolutely possible that you connect to hxtps://onlinebanking.bankofmurrica.com, log in and be surprised that suddenly your money is gone. Because encryption only means that traffic is secure between you and the target, and a certificate only says that the other side is who they claim to be.

    What a certificate cannot ensure is that you're really connected to who you think you're connected to. So the next step, or even the step before, should be to teach people to read the fucking URL they communicate with instead of just going "oh browser says 'secure' so it's all right, let me just enter all my passwords".

    But where's the money for Google in that?

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  49. Re:Diffie Helman by Opportunist · · Score: 1

    You are aware that certificates have very little to do with encryption and are mostly about proving that you're actually talking with who you want to talk to, yes?

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  50. The browser does TLS internally by raymorris · · Score: 1

    The broswser does TLS, so system access doesn't give you access to monitor it. Not using safe APIs. An attacker with root could dig into your RAM or whatever, but that's not a safe approach.

  51. Re:The problem:ALL HTTPS is insecure and allows Mi by Wrath0fb0b · · Score: 1

    If you want at least some trust, you either have to BE the CA (like with my own servers), or meet and get to know the person *personally*. Everything else is just hearsay, and of comparable trustworthiness to whatever you receive when you send out an unencrypted HTTP request to a random unknown domain.

    How do you go to the grocery store? Surely you don't believe that unless you personally milked the cow, you can't know that it's milk and of comparable trustworthiness to any white liquid you find in a random container, right? When people say that milk is inspected by the (fallible) FDA/USDA, do you scoff at their "argument from authority"? I mean, at some point in your life you must have had to accept that there are imperfect systems that nevertheless work reasonably well and that have means for self-correcting errors when they do happen. The vast majority of milk sold in the US is milk, and it's reasonable to trust the milk from a reputable grocery store even if you don't personally know who milked it.

    I mean, there's plenty of legitimate criticism and improvements to be made about the state of CAs. It ain't perfect, but trust-nihilism isn't even close to a reasonable alternative.

  52. Re:The problem:ALL HTTPS is insecure and allows Mi by Gavagai80 · · Score: 1

    Say you consider the CA nor the self-signed website owner equally trustworthy/untrustworthy. You're still much better off trusting a dozen CAs than a thousand website owners. Browser-trusted CAs allow you to risk your trust on as few entities as possible. You'll still get burned sometimes, but at least you'll be more likely to know who to blame.

    --
    This space intentionally left blank
  53. Re:The problem:ALL HTTPS is insecure and allows Mi by thegarbz · · Score: 1

    I think you're providing a nice counter example there. Symantec's actions as untrustworthy resulted in them directly losing their business. Same with some of the other vendors we had.

    Ultimately exposure to users was limited, certificate revocations were issued, and the guilty parties punished. This is very much a system working as intended in order to maintain trust.

    That's not to say you should blindly trust them, but given they actually have something to lose and standards which they need to uphold along with an auditable chain of trust, they get a hell of a lot more trust than random parties.

  54. Re:The problem:ALL HTTPS is insecure and allows Mi by thegarbz · · Score: 1

    The entire concept of certificate "authorities" is already fundamentally broken by design. (Kinda obvious, given the "argument from authority" fallacy.)

    I can not trust an organization that happens to host a website, but I'm supposed to trust an organization that happens to be a CA? Because the browser maker said so? Whose trustworthiness is not established either, by the way.

    Yes and here's why: Browser makers don't work in a vacuum. Differences in certificate trust are easily checked on installed instances so you can see if one browser is acting nefariously vs the others. Along with that there are many very open browsers out there who very publicly discuss CAs (see Mozilla).

    By extension those various browsers have power over the CA and they have demonstrated repeatedly to execute that power in order to hold the CAs to a reasonable standard. See Symantec, WoSign, or even state run CAs like CNNIC as examples of this system working in practice.

    The result is trust through fear of retaliation, or rather as it typically goes, trust through fear of your entire business being given the death sentence. CAs have a lot to lose by breaching the trust of users and their actions in doing so are very easily traced thanks to the very public nature of their work.

    You may not trust any random organisation, but you certainly have plenty of reasons to place more trust in a CA to ensure your channel is encrypted and the target organisation is who they say they are. ... Assuming you're not on a corporate computer that is.

  55. Re:To be honest by thegarbz · · Score: 1

    Do you not want any guarantees that your news is unaltered from the source?

    Is it even relevant? Was it ever relevant? I meant wasn't it ever relevant?

    Fuck Putin. I didn't say that. I said make love to Putin. Fake news!

  56. Excessive corporatization of Internet by iamacat · · Score: 1

    The whole point of HTTP and HTML is that absolutely anyone can implement and run a server or a browser. Otherwise we could have gone with webpages a interlinked Word documents served by Exchange servers. This brings us much closer to sucky closed design. I can't implement https server as a shell script and maintaining keys requires time and money. And simply hosting a webpage requires coding on client and server rather than just dropping a text file somewhere. We can't control what corporations and sheeple who are their customers do, but it's time to resurrect open alternatives. Just like WWW itself was an alternative to Compuserve and AOL. With any luck, we can also bring back intelligent independent content as an alternative to Fox News and CNN.

  57. Annoying for a while now. by houghi · · Score: 1

    I have some local machines that have NO connection to the rest of the world. They are HTTPS, but having am official cerificate is not really possible as far asI know, because they can not be verified like my others do that you canb reach from the outside.

    It is a sfucking 192.168.x.y address. Stop saying it isn't safe, ya dolt.

    --
    Don't fight for your country, if your country does not fight for you.
  58. Re: The problem:ALL HTTPS is insecure and allows M by Wrath0fb0b · · Score: 1

    If a CA inappropriately signs a leaf cert, they will be booted from the big browsers.

    This is not conjectural, multiple CAs have been ejected.

  59. Who will pay? by martinfb · · Score: 1

    How about if Google then forks over the ever increasing cost of certificates/SSL for sites?

    Many websites are hosted where only the host can install certificates. This significantly increases costs.

    And then, HTTPS breaks and a new need for security arises!
    Isn't unregulated life in a capitalistic world grand?!

    Perhaps the take-away here is to buy SSL certificate company stocks before this faux bubble breaks!

    --


    Self-importance and self-indulgence is the root of ALL evil.
  60. This is just stupid by proibido · · Score: 1

    Forcing a website that serves only public content and requires no user input it's absurd!
    Why spend the resources of encryption (well put by @RichardStallin) in something that needs none as it's already public information.
    The only point I see in Google doing this is that they're concerned about sharing the user navigation history with others since forcing https doesn't affect Google Analytics but may affect other services who get their stats based on packet inspection.