Live data from Hacker News

US Senate website says use HTTP instead of HTTPS

senate.gov

31–40 of 129 posts

Re: US Senate website says use HTTP instead of HTTPS

#31

Excuse the ignorance, but what's the problem if it's purely an informational read only site? There's no logins, prompts, messaging that can be exploited. What's the problem of it being unencrypted? Don't get me wrong I'm all for https when there's user information to be protected back and forth, I just don't see the applicability for it here.

You could do a MITM attack and change a Senator's email address to spy@russia.com. Ok it's a long shot, but not being able to serve your site over https is also a flag that your technical configuration has problems.

Re: US Senate website says use HTTP instead of HTTPS

#32

Excuse the ignorance, but what's the problem if it's purely an informational read only site? There's no logins, prompts, messaging that can be exploited. What's the problem of it being unencrypted? Don't get me wrong I'm all for https when there's user information to be protected back and forth, I just don't see the applicability for it here.

Theoretical, but:

1. MITM to return fraudulent data ("click here to input your personal data to collect your government cheque from this new federal grant!")

2. Recording browsing activity ("gee Mr. Smith, you sure do spend a lot of time looking up laws about X. Seems like a good thing to blackmail you about")

Working those into actual problems is an exercise for the reader, but they're mostly what https is for

There is also the benefit that HTTPS is harder to mass-surveil, and harder for your ISP to play shenanigans like injecting their adverts and tracking headers into the page (https://www.eff.org/deeplinks/2014/11/verizon-x-uidh)

Re: US Senate website says use HTTP instead of HTTPS

#34
post #15

I also noticed it seems blocked from access outside the US... so what would happen if a traveling american wants to access it? edit: FYI I'm trying from Kenya. edit2: Using my phone I'm able to switch between wifi, and mobile and on mobile it is unblocked. hmmm Also for those who don't see the Access Denied page but are curious, here is what it reads in full. -------------------- Access Denied You don't have permissi…

Portugal, no probs, are you confusing 'blocked' with the stupid message redirecting to http?

Which country are you in? now i'm curious? China?!

Re: US Senate website says use HTTP instead of HTTPS

#35
post #15

I also noticed it seems blocked from access outside the US... so what would happen if a traveling american wants to access it? edit: FYI I'm trying from Kenya. edit2: Using my phone I'm able to switch between wifi, and mobile and on mobile it is unblocked. hmmm Also for those who don't see the Access Denied page but are curious, here is what it reads in full. -------------------- Access Denied You don't have permissi…

Portugal, no probs, are you confusing 'blocked' with the stupid message redirecting to http? Which country are you in? now i'm curious? China?!

nope, "ACCESS DENIED"

and also I accessed the site from the US (tunnel ;-) and it was unblocked, and then I saw the redirect to http.

Re: US Senate website says use HTTP instead of HTTPS

#36
post #35

Earlier quoted context omitted.

Portugal, no probs, are you confusing 'blocked' with the stupid message redirecting to http? Which country are you in? now i'm curious? China?!

nope, "ACCESS DENIED" and also I accessed the site from the US (tunnel ;-) and it was unblocked, and then I saw the redirect to http.

Sorry, most likely I edited my comment after u replied. Which country are u in?

Re: US Senate website says use HTTP instead of HTTPS

#38
post #35

Earlier quoted context omitted.

nope, "ACCESS DENIED" and also I accessed the site from the US (tunnel ;-) and it was unblocked, and then I saw the redirect to http.

Sorry, most likely I edited my comment after u replied. Which country are u in?

Kenya

Re: US Senate website says use HTTP instead of HTTPS

#39

And it's OK. This "HTTPS everywhere" concept is damaging. I think it should be revised. The amount of overhead and the lack of ability to optimize encrypted content for transferring over, say, satellite or other radio links, is bad. Lots of people still use very expensive (>$2,000 per Mbps) long-RTT connections that would benefit immensely from content optimization techniques. And most of them are cost-sensitive beca…

You mean that super costly 1KB in front of a request that pulls extra megabyte of data on a typical website? I really hope you missed a /s

I can save about 30% of traffic by optimizing content via HTTP. Can't do that with HTTPS without MITM or similar questionable practices breaking the purpose of HTTPS. While you're sitting on a 100+ Mbps DSL, somebody in the middle of Africa is struggling on an ISDN-like link.

Re: US Senate website says use HTTP instead of HTTPS

#40
post #26
post #8

Earlier quoted context omitted.

At a guess, it was built years ago by an agency selected on the basis of anything other than technical competence. As a result it probably has thousands of hard coded HTTP links and an oddly configured out of date web server. Given the 'encryption is only used by terrorists' climate, spending the time and money to make it work for https sounds like a hard sell. No sources, but I have done some work in UK public secto…

Well it does the job, and if it aint broken why fix it?

It creates an easy vector for MITM attacks - could be done by nefarious parties on US citizens traveling in other countries for example.
Post reply on HN