Slashdot Mirror


Schools, Filtering Companies Blocking Google SSL

An anonymous reader in the UK writes "Over the past several weeks we've discussed the rolling out of Google SSL search. Now an obstacle to the rollout has arisen, much to the frustration of school students and teachers alike. Content filter vendors have decided to block all Google SSL traffic — which also blocks access to Google Apps for Education. Google is working to appease these vendors. The questions at the heart of this situation are: Does a company (school, government) have a right to restrict SSL traffic so it can snoop your data, or does an individual have a right to encrypted Internet facilities? And, is the search data you create your data, or is it your employer's (school's)? IANAL but blocking SSL search seems at odds with the UK Data Protection Act, because some local governments here may be using the very same filtering service for their employees. It would also seem to go against the spirit of FIPS in the US (though I appreciate that federal standards are separate from schools in the States)."

308 comments

  1. Old news by slimjim8094 · · Score: 4, Insightful

    SSL has always been tricky for those filtering appliances. If you deny it, you prevent things like legitimate credit card orders for, say, classroom supplies - or checking a bank account balance regarding a paycheck. If you allow it, kids/employees will just use one of the dozens of SSL proxy sites.

    And the nature of SSL is it's pretty much all-or-none.

    --
    I have developed a truly marvelous proof of this comment, which this signature is too narrow to contain.
    1. Re:Old news by Zan+Lynx · · Score: 4, Informative

      There are techniques for doing man-in-the-middle attacks against the SSL session which allows for inspection of SSL traffic. It's a premium feature though and I imagine schools don't want to pay for too much extra.

      There may also be legal issues with it, but I don't know about those.

      It's super simple for a company or school to set up, because they control the master certificate stores on the machines. Just add the proxy's cert as a master cert and it can merrily sign duplicate SSL certs for every website without triggering any alerts.

    2. Re:Old news by The+MAZZTer · · Score: 1

      But will it happily resign false certs given to it by phishing and malware sites?

    3. Re:Old news by Anubis350 · · Score: 3, Informative

      *used* to be simple. Now, with wireless prevalent, and employees own devices on the network... I'm spending the summer working at a DOE lab, and the wireless network allows google SSL (at least gmail and gcal) traffic. everything *does* go through a proxy, but without control of my laptop they wouldnt be able to sign duplicate certs and pass them along like they theoretically would with my lab-provided workstation.

      --
      "goodbye and hello, as always" ~Prince Corwin, from Zelazny's Amber series
    4. Re:Old news by Anonymous Coward · · Score: 0

      but without control of my laptop they wouldnt be able to sign duplicate certs and pass them along like they theoretically would with my lab-provided workstation

      They don't need control of your laptop to mess with the certs; they would need control to sneakily try to add themselves to your trusted CA list so that you don't know you're being violated. But, as long as they aren't trying to hide what they're doing, they just say do x,y,z to make the SSL error messages go away.

    5. Re:Old news by TooMuchToDo · · Score: 0

      I'm spending the summer working at a DOE lab

      FNAL?

    6. Re:Old news by grcumb · · Score: 4, Insightful

      There are techniques for doing man-in-the-middle attacks against the SSL session which allows for inspection of SSL traffic. It's a premium feature though and I imagine schools don't want to pay for too much extra.

      Well, here's a slightly less costly alternative, then:

      Stand where you can see the student's screens.

      *sigh* When did morals and ethical behaviour become a technological problem?

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
    7. Re:Old news by jallen02 · · Score: 1

      Except, that is not true. There are commercial proxies that make it very easy to own users that are using SSL. It just costs money. All the IT administrators have to do is install the proxies certificate authority cert in the list of trusted certificates and transparent man in the middle can be done with ease and the user will never be the wiser. The tools to do this can be developed by anyone with a little knowledge of SSL and some time, as well. This is a major fallacy. It is only difficult for organizations that are lazy and or can't afford the proper tools to do it. So it is easier to fight it administratively than pony up for the commercial tools to do it.

    8. Re:Old news by jallen02 · · Score: 4, Insightful

      Good thing for you most large governments have the root CAs in their pocket and can easily Man in The Middle most SSL transparently, unless the user is superbly vigilant.

    9. Re:Old news by pthreadunixman · · Score: 1

      There are no MITM attacks on TLS that don't involve PKI forging. The only way forging is going to work if you have control over the users' machines.

    10. Re:Old news by ewertz · · Score: 0

      > And the nature of SSL is it's pretty much all-or-none.
      Totally false.
      If you own the machine, you own the machine.
      Or, translated into dude-ish, "... you pwn the machine."

    11. Re:Old news by Eil · · Score: 5, Interesting

      And the nature of SSL is it's pretty much all-or-none.

      The company that I work for has a proxy that filters and caches HTTP, FTP, and HTTPS. The proxy basically does something of a man-in-the-middle attack. When you request an HTTPS website, the proxy establishes a secure connection with the remote site, fetches the data, decrypts it, re-encrypts it with the company's SSL certificate (which is installed by default on all workstations), and sends it to the user's browser.

      The most annoying thing is that when this happens, the user has no idea that their traffic is being intercepted, cached, and possibly modified unless they happen to check the certificate and see that the organization is the name of the company they work for rather than, say, Google. But of course even that is easy to spoof when the company has its certificate authority preinstalled on all of the desktops.

      Expect this to become more common. Regular users can't spot it because they have been trained to look for the padlock icon and the "https" to determine whether or not a site is "secure." It won't be long until every company does this as automatically as they install firewalls or spam-filtering products. Schools and libraries will have to use it so that they can block inappropriate content coming in via HTTPS. I fully expect that some major national ISPs are already looking into what it would take to force this upon their customer base at some point. I'm afraid hijacking DNS was only the first step, folks.

    12. Re:Old news by Anonymous Coward · · Score: 0

      isn't it possible to filter by a combination of website and port though?

      what you're suggesting is filtering all of port 443

    13. Re:Old news by pthreadunixman · · Score: 1

      If you already have this level of control over the end users' machines, the point is moot no? You can already monitor their activities and leave such BS with the desktop support people and not kluge up your network architecture with multiple layers of surveillance equipment.

    14. Re:Old news by Eil · · Score: 3, Interesting

      My kingdom for mod points. This is exactly true and is the single biggest vulnerability of SSL.

      Every web browser trusts hundreds of root certificates. Most of them are entities that I've never heard of or wouldn't necessarily *want* to trust anyway. (HongKong Post, anyone?) Any of these CAs can effortlessly forge an SSL certificate for any site on the web. I would find it extremely hard to believe that not a single one of them is secretly cooperating with government agencies, law enforcement, or anyone with a large enough check book.

    15. Re:Old news by Anonymous Coward · · Score: 0

      Funny you should mention that...
      http://teamwork.jacobs-university.de/confluence/display/ircit/How+to+import+Jacobs+University+Certificates+into+Web+Browsers
      One of the German universities, doing exactly that... And of course it's all done for the user safety.

    16. Re:Old news by 0123456 · · Score: 3, Interesting

      I would find it extremely hard to believe that not a single one of them is secretly cooperating with government agencies, law enforcement, or anyone with a large enough check book.

      To prove that you just need to provide a single example of a fake certificate used by a government. Which no-one has so far; the only examples I know of were stupid CAs who'd sign any old crap rather than crooked CAs.

      The simple fix, as others have pointed out before, is that any web browser should warn the user if the site certificate changes. Then you're at least safe at any site you've visited before.

    17. Re:Old news by Lord+Ender · · Score: 1

      Um.. no. This has never been documented happening. Not once.

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    18. Re:Old news by icebraining · · Score: 1

      I fully expect that some major national ISPs are already looking into what it would take to force this upon their customer base at some point.

      Why? This would add a lot of load to their servers, and for what benefit? If they want to, e.g., add their own advertisement to every site (it's been done), they'd simply do it for the 99,9% of pages server through unencrypted HTTP.

    19. Re:Old news by Z34107 · · Score: 1

      It doesn't sound quite that sinister. Quoting from your link:

      You should follow these steps only, if you get a security warning message upon viewing Jacobs University's web services.

      Sounds like they're doing what my college did, and what a lot of other schools do - issue self-signed certs for their webmail server. (Or use the wrong cert on the wrong server, or get one for their intranet domain only, or any other number of stupid things you can do with SSL certs.)

      --
      DATABASE WOW WOW
    20. Re:Old news by blueg3 · · Score: 1

      It's not transparent, it's just not obvious. If they have that capability, exposing it by MitM-ing SSL connections at one of their own facilities (one low-security enough to have a wireless network) would be stupid, since the likelihood of it being discovered and disclosed is high.

    21. Re:Old news by AusIV · · Score: 2, Informative

      That's an implementation details, and there are numerous such proxies. It would not be difficult for a proxy to validate a certificate for a website before generating another cert for the site.

    22. Re:Old news by Gerzel · · Score: 1

      Yeah...200+ students on a single (small) campus. Lets see how much does it cost for a system to send screen shots over to a single office with someone hired to "stand behind" the students and watch them?

      Or do you mean physically? YOu want to have the teacher stand behind their students watching them or teach the class? Yes these two things are often mutually exclusive.

    23. Re:Old news by fermion · · Score: 1
      Also note that many k-12 schools and district have code of conduct that prohibit the use of shopping sites. Blocking SSL is a way to enforce that code of conduct. Many firms may prefer their employees to work instead of shop as well.

      As far as snooping is concerned, at least in the US the courts have upheld the right of those that own the machines to control and inspect the contents of those machines. Anything that one does at work or at school should be considered public information. If I wanted to snoop on what the kids were doing, I would not have to resort to packet sniffing. I could just install a key logger, or one of those screen shot programs. Most users would never know. The myth that one is secure on equipment one does not own is simply that, a myth.

      The true silliness of the situation is that the submitter is concerned about the school or work snooping, and not about all the information that is being given to google for them to sell to the top bidder. All the school/office cares about is that everyone is following policy. Google wants to monetize the data and does not care about the users at all.

      If privacy is that much of a concern, and if we must surf the block sites, then buy a laptop with a 3g connection, maybe an iPad. Then we can go wherever we want without the big bad teachers and bosses controlling us. That is what the modern kids are doing now.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    24. Re:Old news by Anonymous Coward · · Score: 0

      which is exactly why portable apps were invented. Most places still don't secure usb.

    25. Re:Old news by ArsonSmith · · Score: 1

      Been working on a current project using a mitm sslproxy custom written to do both snort for DLP scanning and havp for clamav antivirus scanning. It's a fun project have it dynamically generating certs for sites with our in house CA. Was planning at some point to contact the OpenDLP project and see if they want any of it.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    26. Re:Old news by noidentity · · Score: 1

      If you're on someone else's machine, you can't trust anything it shows you anyway. Besides, you should only be using company computers for company business.

    27. Re:Old news by MrNaz · · Score: 1

      The simple fix, as others have pointed out before, is that any web browser should warn the user if the site certificate changes. Then you're at least safe at any site you've visited before.

      And for that, we could do away with the entire silliness that is the SSL ecosystem, and simply tunnel HTTP over SSH. I've been advocating this for years.

      --
      I hate printers.
    28. Re:Old news by Kjella · · Score: 1

      And yet, can you find a single case where this has actually happened? Which wouldn't cause a world wide cybersecurity panic as countries realize their banks can be forged by foreign governments, I might add.

      If you don't want to trust a CA, there's no problem establishing a point-to-point security. It's just incredibly much more work than the CA system. And until you got anything more solid than a conspiracy theory, nothing will change.

      --
      Live today, because you never know what tomorrow brings
    29. Re:Old news by FireFury03 · · Score: 2, Informative

      There are techniques for doing man-in-the-middle attacks against the SSL session which allows for inspection of SSL traffic. It's a premium feature though and I imagine schools don't want to pay for too much extra.

      Doing MITM attacks on SSL sessions where you control the browser is trivial - you just import a new trusted root cert into the browser and have a proxy decrypt the SSL session and re-encrypt it using a certificate signed by the newly trusted cert.

      There may also be legal issues with it, but I don't know about those.

      I run a company producing filtering software for schools and we absolutely refuse to do these sorts of MITM attacks because we believe that there are serious legal issues. If someone's bank account, credit card, etc. gets compromised because a school is running MITM attacks on SSL sessions then the school, and possibly the producer of the filtering software, are probably going to be quite liable. The techies at our customers seem to agree with our assessment and are happy to have an all-or-nothing approach to SSL (i.e. they can block or allow by domain name, but that's as far as the filtering goes).

      So far we haven't had to explain our position to the management types who might not properly understand the implications of attacking SSL sessions; however I'm sure that it will come up at some point since there are a number of competitors advertising that they can filter content being transferred over SSL.

      On the Google front, it's certainly good that they are addressing the problem, but it seems to me that it is too late and too slow - this stuff should have been considered *before* the roll-out of SSL search (it was blindingly obvious to everyone in the content filtering industry how big a problem this was going to be as soon as Google announced it); and the amount of time it is taking for them to sort it out once the problem was discovered is far too long. Since this has effectively prevented a lot of schools from accessing the Google Apps for Education for several weeks, I would have thought the best solution would have been to temporarilly disable search over SSL again until all the problems had been resolved. Also, it has always struck me that bundling all the separate services under a single domain name is crazy - it's just asking for the rollout of one new service to badly impact an existing service.

    30. Re:Old news by Anonymous Coward · · Score: 0

      If only I had mod points (and was on my home pc)

    31. Re:Old news by Anonymous Coward · · Score: 0

      Good thing for you most large governments have the root CAs in their pocket and can easily Man in The Middle most SSL transparently, unless the user is superbly vigilant.

      "most large governments"? I thought we were talking about schools, perhaps employers, and other people who would buy and use off-the-shelf filtering software. Are THOSE going to be able to perform MITM attacks against (more or less) any SSL connection without inserting rogue root certificates into a browser? I kinda doubt it.

    32. Re:Old news by xaxa · · Score: 1

      Perhaps
      - Actually walk around the computer room. At schools in the UK this would be required anyway (can't leave the children unsupervised) and works without any potentially flawed technical methods.

      - Internet access for each room of PCs to be enabled/disabled by the teacher (e.g. during a class when it's not needed)

      But I think the filtering is at least partly done not to protect the children (after all, they can access whatever they want outside school, or on their phones) but to protect the school from being responsible for letting the children see inappropriate (FSVO inappropriate) material.

    33. Re:Old news by locofungus · · Score: 3, Informative

      If you use self signed certificates (or a CA that isn't in the browser) and Firefox 2 (or Konqueror etc) then you can usually detect this attack by not adding the CA to your browser and only accepting the certificate for the session.

      As soon as the warning disappears when you visit the site you know someone is implementing a MITM attack.

      Unfortunately, Firefox 3 forces you to add the certificate to the browser so you cannot detect a MITM attack that replaces the certificate with another one that the browser also accepts.

      There's no way for an attacker to reliably attack self signed certs because they cannot tell if a particular browser is expecting a "valid" certificate or an "invalid" one for any particular user.

      Tim.

      --
      God said, "div D = rho, div B = 0, curl E = -@B/@t, curl H = J + @D/@t," and there was light.
    34. Re:Old news by jonbryce · · Score: 1

      And a lot of children have Blackberries these days, so they can completely bypass the school network.

    35. Re:Old news by tepples · · Score: 1

      HTTP over SSH would have the same problem as HTTP over self-signed SSL: you don't know your connection is MITM-free unless you 1. telephone the site to hear the key fingerprint over an existing "trusted" channel, and 2. check the number against an authentic telephone directory from the place where the site is operated.

    36. Re:Old news by tepples · · Score: 1

      Are [schools] going to be able to perform MITM attacks against (more or less) any SSL connection without inserting rogue root certificates into a browser?

      No. They'll just install the rogue root certificates on all school-owned machines and disallow connections from machines that haven't shown that they have these certificates installed.

    37. Re:Old news by tepples · · Score: 1

      And a lot of children have Blackberries these days

      Unless you mean the fruit kind, watch them get confiscated by faculty.

    38. Re:Old news by drinkypoo · · Score: 1

      *sigh* When did morals and ethical behaviour become a technological problem?

      When we got the ability to monitor remotely instead of standing where you can see screens. LTSP, for example, shows you who is logged in and lets you trivially connect VNC to their session to snoop on them.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    39. Re:Old news by renoX · · Score: 1

      >If you allow it, kids/employees will just use one of the dozens of SSL proxy sites.
      >
      >And the nature of SSL is it's pretty much all-or-none.

      I don't understand your point: even with SSL, the gateway is able to blacklist the IP address of those "SSL proxy sites", no?

    40. Re:Old news by Demonantis · · Score: 1

      I would agree with you up until the fact that google apps for education is a free service. The content filters are the ones being paid to deliver a service and the burden of cooperation should be placed on them. Of course it would be nice if google worked on it as well, but they have no legal liability to. The only thing pushing them to work it out is if it hurts their reputation. Most users will probably recognize this as a filtering issue by the pretty your site is blocked page and it will only look bad on the content filters. If I was a content filter I would be grateful for any help google would provide and realize that google is attempting to extend its services not the filters.

    41. Re:Old news by FireFury03 · · Score: 2, Interesting

      Full disclosure: I am involved with Opendium who produce web content filtering software for schools.

      The content filters are the ones being paid to deliver a service and the burden of cooperation should be placed on them.

      I'm not sure what you mean by this.

      With the introduction of Google Search over SSL, the content filter maintainers were faced with a choice: allow unfiltered searches (which essentially defeats the purpose of the content filters), or block google apps. There is no middle ground - there is no magic technological solution to make it all work. Most of the schools seem to consider unfiltered searches to be unacceptable so the choice was reasonably obvious. The software my company produces allows schools to have control over their own filtering, so for my customers the choice was up to them; notably the SWGFL also made the choice available to the individual schools by allowing them to submit an "unblock Google for our network please" request.

      I should note that when Google introduced the SSL search service, the problems were immediately obvious and I emailed Google to ask if they would work with us to resolve the problem; Google have not responded directly to my email at all; instead they just posted to their blog to say they would work on it "in a few weeks".

      they have no legal liability to

      Lets be clear on this: *no one* has a legal liability to resolve these problems and the only people with the technical ability to resolve them are Google (for the only technical resolution involves changing the configuration of Google's servers). But it doesn't reflect well on Google when they market a service (Apps for Education) that many schools then become reliant on, and then introduce a new, unrelated, service that essentially leaves the schools with no choice but to block access to the apps they have come to rely on. Even worse when this doesn't get resolved in a timely way.

      I should also point out that Google have historically been pretty good at supporting people's requirement to filter questionable content and have published recommendations about how to interact with Google's services in order to do this. The introduction of the SSL search service essentially rendered a lot of their own recommendations useless.

      It is good that Google have recognised that this is an issue, it just seems that they haven't acted very quickly to resolve it or even temporarily work around it.

    42. Re:Old news by cavtroop · · Score: 1

      I work in security, and we tried this where I work. It worked very well for most things - specifically browser pages. But there are a number of third party apps that use SSL, and they expect to see their cert in the client on the end user desktop. They check for this, and when it doesn't exist, they break. Things like stock trading clients, etc., along with some business apps for business process that we outsource. The appliance we use also gives us the option to NOT inspect HTTPS traffic banking and financial institutions.

      We ended up turning off HTTPS inspection, as it was too much hassle. We lost the ability to inspect HTTPS transfers for malicious content, but we can (and do) still block based on the category of the destination domain - that blocking is still protocol independent.

    43. Re:Old news by Shakrai · · Score: 1

      You do realize that SSH depends on certificates too, right? It just relies on the end-user instead of a third party to verify whether or not they are valid. Let me guess, you are one of the people that ignores ssh's warning messages about new or changed certificates and just clicks "Yes" when asked about them?

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    44. Re:Old news by DrgnDancer · · Score: 1

      The "All or nothing" nature of SSL makes me think this is almost certainly a legal issue. The system intercepting the information has no way of knowing whether it's intercepting your attempt to circumvent legitimate restrictions or your bank password. All it would take would be the first instance of a dishonest sys-admin gaining access to a school worth of financial data to sue this into oblivion. Better to just say "SSL doesn't work on these system, you can't get to your bank's site" than say "We're logging everything sent over SSL."

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    45. Re:Old news by Golddess · · Score: 1

      essentially leaves the schools with no choice but to block access to the apps they have come to rely on.

      I like how you don't consider it an option to stop using your product, or others like it. :P

      (I do, however, recognize that not using filtering services may be a decision the school is not allowed to make, but that then ruins the joke.)

      --
      "I'm not sure I like the fugnutish tone you used in your post!" -RogL (608926)-
    46. Re:Old news by jabbathewocket · · Score: 1

      How dare you use logic and common sense in a slashdot comment!

      Emokids who think that they somehow have a right to use company/school networks for whatever they please and take great pleasure in "sticking it to the man" are the modern equivalent of the employees of yesteryear who thought that a "job for life" was their right regardless of performance/thievery/behavior.

      If you want to use the company network it will always have rules attached.. crying that you cannot shop online, or that your porn fix, random non work related internet use may in fact be monitors/blocked is somehow "unfair" or "Illegal" is downright comical

    47. Re:Old news by jonadab · · Score: 1

      The usual approach is to allow traffic on port 443 only to certain sites (either sites that ARE on the white list, or sites that are NOT on the black list, depending on whether you want sites that haven't been listed at all to be permitted or not).

      The trouble is that unlike with http, where your filtering proxy can check the HTTP headers and thus filter by domain name, with https you have to operate at the IP layer, so the word "sites" means "IP addresses or ranges". (You still send port-80 traffic through the transparent proxy; traffic to most other ports is blocked, but you allow port 443 traffic if the destination is a "permitted" one.)

      The reason this is a problem (well, more of a problem than usual) in this case is probably that Google is serving their SSL-encrypted search from some of the same IP address ranges that also serve some of their other SSL-encrypted services, including Apps for Education. Thus, the filter vendors can't distinguish. They either allow the encrypted search (which means they can't prevent kids from searching for the well-known naughty words that they are contractually bound to prevent kids from searching for) or else they block it and, in the process, block all Google SSL traffic, including Apps.

      Google potentially *could* separate the SSL search service to a different set of IP address ranges, which would allow the filtering vendors to do what they want. I don't know how much of a hassle and expense it would be, though, and I also don't know how much benefit Google derives from filtered education users using their SSL-based services. (The question of censorship is basically moot here; the filtering vendors can't and won't back down on blocking SSL search. The question is whether providing them a way to still allow other SSL-based Google services is worth the hassle and expense.)

      --
      Cut that out, or I will ship you to Norilsk in a box.
    48. Re:Old news by FireFury03 · · Score: 1

      I like how you don't consider it an option to stop using your product, or others like it. :P

      I like it how you didn't bother to read my post - if you had you would've seen that I had expressly addressed this option. To quote the bit you didn't read: "Most of the schools seem to consider unfiltered searches to be unacceptable".

    49. Re:Old news by DrgnDancer · · Score: 1

      He means, simply, this:

      1) You are a school that chooses to use Google's (free) educational services.
      2) You are school that uses an SSL filtering system to limit what students can and can't get too.
      3) Google releases a service that for the VAST majority of its customers increases privacy and security, it also unfortunately breaks Google's (free) educational services *if and only if* the schools are using SSL filtering software to limit what students can and can't get to, *and* those schools choose to block Google's SSL searches using this software.
      4) You are now saying that Google should roll back this new service, which is beneficial to a large number of Google's income generating users; so that you can figure out how to make your software, that schools paid you to for, work in such that it allows them to continue using Google's free educational offering.

      Google is offering two completely independent services, both of them free of charge to the user. These services both have value to someone. If you want to use one, but block the other, that's your problem not Google's. That kind of like me saying that I like Wendy's hamburgers, but their fries aren't very good, so they should provide me with McDonald's fries.

      Personally I think the entire concept of filtering Internet access in schools is very sketchy in it's validity. Students should be supervised when they are using school equipment to access the Internet. Does this mean you can watch every kid every second they're on the 'Net? Of course not, you have to blink at a minimum, and most likely you'll need to walk around, check the other kids, etc. That's fine. As long as you're checking the screen of each student every few minutes you're very, very likely to catch any mishaps. Given that filtering software is well know for blocking things that might be very appropriate for learning and research, especially at the high school level, this seems like a better solution to me.

      It's easy to say that porn should be blocked, but blocking porn often seems to involve blocking health sites which focus on, shall we say, personal health issues (cancers of various sexual and erogenous organs come to mind immediately). It's easy to say you should block hate sites, but how do you research hate groups without going to their sites? It's easy to say you should block sites related to social issues that create controversy, but who makes those determinations? What right do they have to decide what is controversy and what is learning?

      My opinion regarding internet filtering aside though, though... Google is offering a service, Google Apps for Education, that schools want. They are offering another service, SSL search, that schools want to block. It seems to me that it is distinctly the school's problem to figure out how to do that. (Which, since they are paying you to provide filtering, makes it your problem). Google's just going to do what they always do, stick services out there and see what makes money.

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    50. Re:Old news by Attila+Dimedici · · Score: 1

      I fully expect that some major national ISPs are already looking into what it would take to force this upon their customer base at some point.

      I can see why they would like to do this. However, I cannot see the benefit of doing this exceeding the liability. If a major ISP were to do this, it would get discovered and broadcast far and wide. Additionally, by doing this the ISP (and many of its employees) gains access to all kinds of information (credit card numbers, bank account info, business secrets of other companies) that has significant risk of being abused. If the ISP gives itself access to that kind of information, it can count on being sued, especially when that information is used to bring harm to the rightful owner of the info (which will happen, probably sooner rather than later).
      As to the question asked in the summary, if you are using someone else's equipment (your employer, your school, whomever), they have the right to inspect what you are doing with it as long as they inform you that they may do so.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    51. Re:Old news by guruevi · · Score: 1

      You're never safe. SSL was not supposed to be a proof of identity. It's merely an encryption standard to encrypt traffic. Back in the day, we had to manually add the CA's for each company we did trust so if something changed then we would get warned (very similar to how SSH works)

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    52. Re:Old news by grahamm · · Score: 1

      When you request an HTTPS website, the proxy establishes a secure connection with the remote site, fetches the data, decrypts it, re-encrypts it with the company's SSL certificate (which is installed by default on all workstations), and sends it to the user's browser.

      The most annoying thing is that when this happens, the user has no idea that their traffic is being intercepted, cached, and possibly modified unless they happen to check the certificate and see that the organization is the name of the company they work for rather than, say, Google. But of course even that is easy to spoof when the company has its certificate authority preinstalled on all of the desktops.

      The other situation where this would not work is where the server requests the certificate from the user. HTTP(S) is often used as a transport for other services because most firewalls allow it through. These may well specifically check the content of the certificate as well as just ensuring that it is signed by a known CA.

    53. Re:Old news by surmak · · Score: 1

      Google is offering a service, Google Apps for Education, that schools want. They are offering another service, SSL search, that schools want to block. It seems to me that it is distinctly the school's problem to figure out how to do that. (Which, since they are paying you to provide filtering, makes it your problem). Google's just going to do what they always do, stick services out there and see what makes money.

      The problem, as I understand it is that it is impossible for a filtering proxy server (without doing MITM hacks) from telling the difference between the services. All the proxy sees is an https request to www.google.com, with the content of that request fully encrypted. What the filter providers would like to see is for google to segregate the two services, so that they can allow SSL access to (e.g.) apps.google.com without allowing access to search.google.com

    54. Re:Old news by FireFury03 · · Score: 2, Interesting

      2) You are school that uses an SSL filtering system to limit what students can and can't get too.

      You don't mean "SSL filtering system" - you mean "web filtering system". The point of this article is that, up until the SSL search was introduced, filtering systems worked just fine since the search requests were in the clear and therefore filterable with a suitable proxy server (no SSL involved). Since the introduction of the SSL search, there is a requirement to block SSL access to Google in order to maintain the existing (non-SSL) filtering functionality.

      Google releases a service that for the VAST majority of its customers increases privacy and security

      It does? I imagine the VAST majority of Google's customers have never heard of, and do not use the SSL search service. Sure, it gives the majority of the customers the *option* of increasing privacy (although I would dispute security since we're only talking about search here), but in reality very few will actually exercise this option.

      it also unfortunately breaks Google's (free) educational services *if and only if* the schools are using SSL filtering software to limit what students can and can't get to, *and* those schools choose to block Google's SSL searches using this software.

      Most schools really don't have much option here - they *have* to block Google's SSL search service because filtering of searches is an absolute requirement for these schools. Of course, the whole problem could've been avoided if Google had thought ahead a little bit.

      You are now saying that Google should roll back this new service, which is beneficial to a large number of Google's income generating users; so that you can figure out how to make your software, that schools paid you to for, work in such that it allows them to continue using Google's free educational offering.

      No. I'm saying that it might be an idea for Google to temporarily roll back this new service, which relatively few of their income generating users will be using; until such a time that they can resolve these issues (which is simply a case of shuffling some stuff onto subdomains).

      I want to reiterate a couple of facts:

      1. Filtering is absolutely mandatory for most schools.
      2. There is no "figuring out how to make the software work in such that it allows them to continue using Google's free educational offering [whilst continuing to filter web searches]". This is not something that is technically possible(*) and the ball is therefore firmly in Google's court. Google are the only people with the power to fix this for they are the only people who can make the necessary configuration changes to their servers.

      (* yes, performing MITM SSL attacks is technically feasible, but extremely legally dubious and probably not something Google wants to encourage).

      Google is offering two completely independent services, both of them free of charge to the user.

      Correct. And unfortunately the new service has introduced a problem affecting the second service which makes *both services* fundamentally incompatible with the requirement's of the second service's users.

      If you want to use one, but block the other, that's your problem not Google's.

      Well no, it is Google's problem because the introduction of a new service has automatically excluded a lot of customers from an existing service. Whilst you consider these services to be "free", Google *is* making money from them and that income is reduced if they lose users, so introducing a new service that loses them a load of existing users really is a problem for them.

      There is also a PR problem - Google has demonstrated that becoming reliant on one of their services may be a bad idea because they can, without notice, do something that makes it impossible for you to use the thing you rely on.

    55. Re:Old news by Anonymous Coward · · Score: 0

      OP here. No I don't "just click" when using SSH. However, I know the first time when I connect to any server to ensure that the machine really is the one I'm looking for. That way, all subsequent connections to it are trusted unless the fingerprint changes. Kinda like what I said in my first post, and what the posted before me said.

      any web browser should warn the user if the site certificate changes

      Which is the part that I was specifically referring to, and specifically quoted in my post.

      But I know, reading and thinking are uncool.

    56. Re:Old news by DrgnDancer · · Score: 1

      I see a number of philosophical issues here, not the least of which is your default assumption that school Internet *must* be filtered. Despite your comment to the contrary I taught elementary school, and I've managed labs for colleges. I don't see the practical issue with simple monitoring to solve most of the filtering issues. When you are teaching (i.e. standing in front of the class lecturing) no one should be messing with the computers. When the students are working independently, you should be moving among them. Kids who are looking at stuff they shouldn't be tend to be fairly obvious about it. Will something occasionally get through when a teacher isn't paying attention or is helping another student? Maybe, but physical stuff gets through too. Notes get passed, gum gets chewed, girlie magazines make the rounds of the boys locker room. Expecting perfect protection of not just just the bodies, but the mind and souls of schools children is unreasonable. I will perhaps grant you that the argument is stronger when dealing with primary school students rather than high school students, but realistically I don't know that it's even necessary to give very young students internet access in a classroom environment anyway.

      The bigger and more interesting question IMHO is why this particular thing needs to be filtered and/or monitored. What are search results, ans why does it matter if the school can watch them? If I type "really raunchy man porn" into Google the results I get are not actually porn. They're links to sites which contain porn and should be filtered already (assuming you're relying on filters to begin with). So the kid's searches (assuming they actually use SSL searches) can't be viewed... so what? You still know where they go from the search page. You can still block access to illegal sites. I regularly search for terms here at work then find that I can't view the resulting links. I just go on to the next choice.

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    57. Re:Old news by Anonymous Coward · · Score: 0

      And I like how you didn't bother to read the rest of Golddess' post. You know, the part about "yeah, I acknowledge this, but then I cannot make this joke"?

    58. Re:Old news by Anonymous Coward · · Score: 0

      (although I would dispute security since we're only talking about search here)

      Web search is by definition privacy and security sensitive.

      Via SSL search you can search your own SSN or credit card number, to check whether it's out there accidentally and unintentionally. I do that frequently.

      Also, I sometimes paste sensitive info into the search box accidentally - sometimes that includes passwords. Having that all in SSL allows me to know whom it went to - and not to a dozen guest roots sniffing packets on the wireless router or at the ISP's servers.

      Thirdly, many ISPs have started the annoying habit of sniffing out and monetizing customer search info. If they want to do that, they should ask me first and they should offer me to opt out or a cut of the revenue. Fair is fair.

      So SSL search by default makes a lot of sense not just to techies but to the average user as well.

    59. Re:Old news by Gerzel · · Score: 1

      Yeah that might work in lower grades but what about higher grades and colleges where you have 20 to 30 students in a classroom and a single teacher with a lesson plan to get through?

    60. Re:Old news by FireFury03 · · Score: 1

      I see a number of philosophical issues here, not the least of which is your default assumption that school Internet *must* be filtered.

      This isn't my assumption, it is my experience that the vast majority of schools want filtering. Here, in the private sector this is left up to the school and for state schools it is generally handled centrally by the LEA.

      When you are teaching (i.e. standing in front of the class lecturing) no one should be messing with the computers.

      That very much depends on the type of subject you are lecturing. For something like maths then you're probably right. For an IT class then you're dead wrong.

      Expecting perfect protection of not just just the bodies, but the mind and souls of schools children is unreasonable.

      Who said anything about perfect? No one (should) expect perfect protection, but there is reason to expect a school to do everything in their power, which includes using filtering software if that is deemed appropriate by the school or authorities.

      What are search results, ans why does it matter if the school can watch them? If I type "really raunchy man porn" into Google the results I get are not actually porn. They're links to sites which contain porn and should be filtered already (assuming you're relying on filters to begin with).

      Filters are not 100% accurate so it is important to use every possible opportunity to filter inappropriate content - search results are often trivially filterable in cases where the final destination sites aren't and stopping kids _finding_ the content in the first place is half the battle. There are also some very useful things you can do with search queries, such as modifying them on-the-fly to force strict safesearch on (which is something google specifically recommend and something that SSL search renders useless). Forcing safesearch on has the advantage that inappropriate links don't even appear in the search results, which spares the user the frustration of (innocently) clicking on a link and finding the page blocked.

      A lot of people have commented, WRT to this problem, that there is no point in filtering search results; and that demonstrates a complete lack of experience with writing filtering systems and assumes that filtering of the final sites can be done with extremely high accuracy. This is not the case, and if you take away one of the filtering vectors (e.g. the search results) then the only thing you can do is make the filters stricter to try and catch more of the destination sites; resulting in more false positives.

    61. Re:Old news by Anonymous Coward · · Score: 0

      Why wouldn't someone just use one SSL proxy to access another SSL proxy? double encrypt the traffic, because you know the first layer of encryption is being happily broken for you... Sounds like an arms race to me..

    62. Re:Old news by Demonantis · · Score: 1

      I realize you are extremely attached to this issue, but Google is offering a free, without advertisements, service to schools. These people are not customers they are consumers. Maybe the schools shouldn't have become reliant on google and hosted their own services or should just migrate to a new service. Businesses do it all the time when a service stops meeting their needs, they call it upgrading.

    63. Re:Old news by FireFury03 · · Score: 1

      Maybe the schools shouldn't have become reliant on google and hosted their own services or should just migrate to a new service.

      I'm not expressing any opinion on what the schools should have done with regards to Google services. I'm simply saying that it reflects badly on Google and thus reduces the value of their services to everyone.

      Businesses do it all the time when a service stops meeting their needs, they call it upgrading.

      There is a _big_ difference between choosing to upgrade because a service doesn't quite do what you want anymore, and being forced to take some action *immediately* because the service provider has done something, without notice, that *prevents* you from using the service you have become reliant on.

      Would any rightminded company want to become utterly reliant on a Google service after seeing that Google can and will make that service unusable without notice? That is what I am talking about when I say it reduces the value of Google's services - and this is why it is a problem for Google themselves.

  2. In the U.S. It's your employer/school's. by Anonymous+Freak · · Score: 3, Insightful

    The questions at the heart of this situation are: Does a company (school, government) have a right to restrict SSL traffic so it can snoop your data, or does an individual have a right to encrypted Internet facilities?

    Uh... Yes, a company perfectly has that right. No, if you are using an employer/school-provided connection, you have no rights outside the conditions of access you agreed to when you accepted employment/enrollment. (As it relates to internet access, anyway.)

    If you want "Free with a capital F" access, you need to get it yourself, not assume that someone else is going to provide it for you.

    --
    Another non-functioning site was "uncertainty.microsoft.com."
    The purpose of that site was not known.
    1. Re:In the U.S. It's your employer/school's. by martin-boundary · · Score: 1

      What if you write a private letter to your aunt during school hours? Does the school have a right to read it before you post it?

    2. Re:In the U.S. It's your employer/school's. by popeye44 · · Score: 1

      You know I hate to be the guy in a dark van outside the school.. but I'm thinking maybe I could sell wi-fi connections from it.. haha.

      --
      Inane Comments are Generously Disregarded
    3. Re:In the U.S. It's your employer/school's. by rotide · · Score: 2, Insightful

      If you write it on a Business/School computer with a policy in place where you have no expected right to privacy, yes. If you don't like that, don't sign the AUP, etc, and subsequently don't get hired there.

    4. Re:In the U.S. It's your employer/school's. by dward90 · · Score: 4, Informative

      If you signed an agreement saying that you give them that right, then yes. Schools that I attended required you to sign a form consenting to use the computing facilities in the manner specified by the school, including giving them the right to know what you produce. You don't have to sign the agreement, but if you don't, you can't use the computers.

      --
      My other sig is clever.
    5. Re:In the U.S. It's your employer/school's. by rtaylor · · Score: 2, Insightful

      In the US, there is a good chance they do have the right to look at anything you take out of the building.

      --
      Rod Taylor
    6. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 0

      What if you write a private letter to your aunt during school hours? Does the school have a right to read it before you post it?

      Yes, If that's what you agreed to in the contract/school handbook. If you don't want that, don't use their Internet connection.

    7. Re:In the U.S. It's your employer/school's. by Ethanol-fueled · · Score: 1

      But will you sell ice cream too?

    8. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 0

      It's not as clear cut as you state, as there have been recent challenges to this notion that have yet to pass the courts, in different jurisdiction. While email sent through your employer provided email account is not private, email sent via your own webmail account is somewhat protected. For example, here is a link to a recent court ruling:

      http://www.cio.com/article/589647/Ruling_Suggests_Limits_on_Employer_s_Access_to_Personal_E_Mail

    9. Re:In the U.S. It's your employer/school's. by Ixokai · · Score: 2, Insightful

      I'm of somewhat mixed opinions on this subject.

      Its really a very different question if you're talking about a company, a school (for minors? or adults? public? private?), or the government.

      For a company-- absolutely they have the right. They own the connection and the computer. They have every right to set any policy they see fit in this regard. Your rights are to choose to accept the terms of your employment (which include, 'follow policy'), or not.

      For a school of minors-- this is irritating to me, as I feel we treat our youth far too much like idiots and do not encourage their actual questioning and independent growth, BUT-- a school acts in loco parentis. They have a responsibility to monitor the children in their care. We take that to stupid lengths, but that's another topic.

      A private school for adults-- absolutely they have the right. Largely the same argument as company above, save you probably own your own computer, and are just using their network by whatever terms you've agreed to.

      A publicly funded school for adults-- this is where I start questioning. The university may in a way 'own' the network, and the machine, but the public ultimately does. Just like in a library, an adult should be able to do anything not-illegal that they want.

      The government-- in its capacity as a government, absolutely not without court order. In its capacity as employeer (especially employeer of someone who may have access to sensitive data), absolutely.

    10. Re:In the U.S. It's your employer/school's. by poetmatt · · Score: 1

      uh, no, you are incorrect. They have you sign something giving them that right.

      They don't just "have it", it's more like "You're giving it away". That's what all of those "you have no right to privacy" things are about. You do have a right to privacy, they're saying that you're giving it away. That's a significant difference.

      Meanwhile, blocking SSL/HTTPS? It's not going to help anything, it's just going to cause the people who know how to use it to look for other solutions.

    11. Re:In the U.S. It's your employer/school's. by Anonymous+Freak · · Score: 1

      If you post it at a school mailroom that very obviously says it is a school post office, not a Mailboxes Etc, Kinkos, or USPS; especially when the contract you signed when you signed up to be a student says so right in there that if you mail from that mailroom, they may read it. That's what the internet agreements all say. If you don't like it, don't sign it, and don't use school internet.

      Same with employment. If I write that patent application at my office, it belongs to my employer, period. If my employer wants to say "no sending personal mail from the office, because we may read it", then they absolutely have the right to do so. If you don't like it, don't work there. Or make a point of not agreeing to those provisions, and see if they'll still hire/keep you as an employee.

      I am absolutely for free speech, Free Software, net neutrality, and personal privacy. That's why I AVOID those types of establishments when I can, and choose not to do personal things on company/school property when I can't avoid it.

      --
      Another non-functioning site was "uncertainty.microsoft.com."
      The purpose of that site was not known.
    12. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 1, Interesting

      More legal crap from people who would give up anything to make their life 'easier'

      When I attended my university, they had a form like that too. They had never disclosed its existence prior to my admission to the CS program. They agreed to teach me in exchange for my money, and suddenly added conditions afterwards. Net result: I guarantee you I broke those rules and gave the admins as much anonymous hell as possible.

      This included taking a screenshot of a hidden network share with serial numbers installed in one lab that got forwarded to the BSA. Unfortunately I was in class when the machines were carried out.

    13. Re:In the U.S. It's your employer/school's. by Anonymous+Freak · · Score: 3, Interesting

      And that doesn't mean you were allowed to do it, though.

      If you don't like it, DON'T AGREE TO IT! Don't be all stupid anonymous (yes, the irony is thick,) about it. Flat out refuse to sign it. Tell them that they changed the contract on you, and you demand a refund, or you demand that they not enforce the agreement on you. It's that simple.

      People who cry "FREEDOM!" from anonymous forums, while using the mantle of freedom as an excuse to do illegal things are just whiny spoiled brats. If you actually want to make a real statement, make it. Don't agree to stuff you dislike, then anonymously break it. That's just stupidity and arrogance. (And, yes, I know of which I speak; I have been fired from a job for making public information that WAS public, but which the company declared after the fact should not have been; combined with PUBLICLY standing up to the leadership of the company for their inanity and impropriety.)

      --
      Another non-functioning site was "uncertainty.microsoft.com."
      The purpose of that site was not known.
    14. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 0

      So it's school time, your using the schools computers and internet connection, and your question is "does the school have a right to read it before you post it?" I'd say yes, if you want privacy write it on your own time, using your own equipment and internet connection.

      If you are talking postal mail (aka snail mail), I don't see the parallel... It isn't mail until you put a stamp on it, once you do it is protected - before then it is a document subject to all the search and seizure protections your student locker is...

    15. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 0

      I know your some asshat, but people have freedoms and rights regardless if your are a slave or not...err I mean if your at work or not. Or if your black.

    16. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 0

      Uh... Yes, a company perfectly has that right [to censor and spy]. No, if you are using an employer/school-provided connection, you have no rights outside the conditions of access you agreed to when you accepted employment/enrollment. (As it relates to internet access, anyway.)

      Do you mean legal rights or moral rights? Clearly, people don't have a choice in whether they want to work or not, it's pretty much mandatory for survival, so there needs to be rights (hopefully) legislated, that prevents a company from treating an employee like a non-sentient being. Schooling unfortunately is also a legal requirement in most countries for people under the Age of Majority, so these people too need to be protected from over-bearing authority like government and administrative bureaucracy.

      It's sad when people think that implementing security is a bad thing, just for the sake of maintaining an oppressive environment (that deems censorship and invasion of privacy as good) with (de facto) unaccountable administrators. (By de facto unaccountable administrators I mean people like the Authorities, network and otherwise, who can snoop and censor with little or no oversight from students and employees, like with the Lower Merion School District. Of course you should remember, that LMSD, in their stupidity and arrogance, largely admitted to spying, otherwise they wouldn't have been caught).

    17. Re:In the U.S. It's your employer/school's. by b4upoo · · Score: 1

      Many students are compelled by law to attend school due to their age. Being that it is a compulsory environment I feel that the students do have the right to encrypt their communications.
                        As for employers, I do not feel that they have the right to any expectations at all other than a workman like approach to the work agreed to when employed. All the other nonsense that employers try to enforce is a violation of workers' liberties. For example banks have been known to fire employees for being seen at a race track or casino under the excuse that if spotted in such a place it might make investors nervous.
       

    18. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 0

      I know your some asshat, but people have freedoms and rights regardless if your are a slave or not...err I mean if your at work or not. Or if your black.

      My some asshat? If my a slave or not? If my at work or not? If my black? What the fuck do you mean, dude? Are you trying to say "you're", as in the shortened version of "you are", or are you trying to say "your" which means "belonging to you"?

    19. Re:In the U.S. It's your employer/school's. by Anonymous+Freak · · Score: 1

      Note that I consider business practices that have no bearing on the business itself to be abhorrent. I run a small business, and my only policy for my workers is "Do your work well, and you get paid well. Do your work poorly, and you likely won't get a raise, and may be let go. Don't do your work at all, and you get fired. Don't do anything illegal while operating on my business' behalf."

      I've had to fire three employees over the years, all for being lackluster employees. I didn't fire them because they surfed the net at work, I didn't fire them for doing pot outside work. I fired them because they didn't do their work. Likewise, I don't want to work for a company that says "don't do this, because we say so," I'd rather work for a company that says "do your work."

      As for students who are compelled by age to attend school; well, if their age compels them to attend school, their age also does not guarantee them many of the rights that adults have. They have no legal expectation of perfect privacy at home, they have none at school. Again, doesn't mean I LIKE the situation, just that I understand it.

      --
      Another non-functioning site was "uncertainty.microsoft.com."
      The purpose of that site was not known.
    20. Re:In the U.S. It's your employer/school's. by Mitsoid · · Score: 1

      Yup,
      If you're using another person, or entities, internet connection you are subject to the 'limits' their network enforces.

      Without an agreement (i.e. public free WiFi) generally speaking you don't have a 'right' to require they provide SSL services. However, without an agreement signed by you (or agreed to as a "Click wrap" requirement website before internet is allowed)... They'd be hard pressed to be able to "Snoop" and record your data.

      If you signed an agreement with the company/employer/place to gain access to their services, you have to accept their requirements, even if that includes "snooping" at least up to the point it violates a law.

      But IANAL, I just feel from reading some peoples comments here that people expect their employer or free wifi location should provide SSL so they can bypass their company/employer/location's "Conditions of use" requirements and look at pr0n (or do whatever else) at McDonalds or work.

    21. Re:In the U.S. It's your employer/school's. by kramerd · · Score: 1

      Yes, if you use taxpayer funded educational internet access for personal use, the school (or overseeing body, say a city council) has the right to decide how you can use the network. They absolutely have the right to read it before, during, or after you post it. If you want to send a private letter, spend 44 cents and mail it.

    22. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 0

      You're obviously unaware of this, but when companies provide telephone access to their employees, it's illegal for them to listen in on personal calls. They can deny such access, but they can't eavesdrop on it.

    23. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 0

      So what are you supposed to do if your ISP ever puts conditions like that in their terms of service? Go higher up the chain, where the same thing might be done? Spend ridiculous amounts of money for a direct line to the regional backbone?

    24. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 0

      It appears he exercised his right to freedom a little too much during his school years.

    25. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 0

      There are very few "rights" and those limited "rights" are listed in "The Bill of Rights" for USA citizens. Please use "legally allowed" for something like this. Internet access is not a "right."

      Yes, it is legal for any network owner or provider to do anything they want with their network. YOU are just a visitor. It doesn't change for **any** network that you don't own. In fact, your ISP at home legally can do whatever they like with your traffic, including posting it for public viewing. They won't, but they could. Internet data is not protected in the USA. If you are using their computer, they can legally monitor everything on that system too. If you don't want someone else to eaves drop on your internet communications, bring your own PC, keep it secure, encrypt all communications, verify that the encryption cannot be broken and transmit only encrypted data that the other end can decrypt. Don't trust SSL, it isn't safe for truly private communications. GPG would be best for private emails.

      Get over it. BTW, if you are a minor in the USA, you have 1 right only ... the right to be safe in your person. All other "rights" are for legal citizens.

    26. Re:In the U.S. It's your employer/school's. by Kielistic · · Score: 2, Insightful

      I disagree. If we had to take a stand at the expense of our future every time some entity stepped all over us we would never get anywhere in our lives and never get anything done. We are constantly spammed with entities trying to overpower us which forces us to really just have to ignore them for the most part and at best make sure others know how we feel until there are enough people who have had enough to actually change things.

    27. Re:In the U.S. It's your employer/school's. by bws111 · · Score: 1

      One of the rights granted by the Bill of Rights is to not have your rights limited to what is listed in the Constitution (including the Bill of Rights). That is the ninth amendment (The enumeration in the Constitution, of certain rights, shall not be construed to deny or disparage others retained by the people).

    28. Re:In the U.S. It's your employer/school's. by Anonymous Coward · · Score: 0

      I think everywhere in the world (at least in EU for sure), there are some fundamental rights, which you're guaranteed no matter what you sign. For example, you can not sell yourself to slavery no matter what your employer contract says.
      And for those of you saying it's not your home network, what if ALL internet providers would start doing that? You don't own them, so you don't have any rights, go create your own ISP? What if you own a store and start racially discriminate people, not provide service to blacks, or whites or whatever (just like they did 60/70 years ago in US)? There are some laws which doesn't care if you own the piece of property/equipment.

    29. Re:In the U.S. It's your employer/school's. by dnahelicase · · Score: 1

      What if you write a private letter to your aunt during school hours? Does the school have a right to read it before you post it?

      Does it matter? When I was in high-school they got around this by not allowing us to visit any webmail sites. They also used deep-freeze to keep any programs or changes from being implemented. The problem is that there are tens or perhaps hundreds of kids with lots of free time that are willing to search for ways to get around the system, and only a few IT guys with limited time to prevent them from doing so.

      For us that meant working through the spanish (as in Spain) portal to get to our email because it wasn't blocked, and storing any files we wanted to keep around as hidden files in the recycle bin (which for some reason didn't get erased). The content filter was easily sidestepped by changing a browser setting they had forgotten to keep us from.

      Deep Freeze got better and the filters improved, but I'm betting the IT dept wins against 90% of the kids that aren't that interested, but the kids that are determined will find a way.

  3. Snooping? by Ethanol-fueled · · Score: 3, Insightful

    The questions at the heart of this situation are: Does a company (school, government) have a right to restrict SSL traffic so it can snoop your data

    It's not about snooping as much as it is about being able to bypass the filtering function. The fact that a student could use the secure search to access www.porn.com[NSFW!] does not mean that the sysadmin is watching their every move online.

    1. Re:Snooping? by jmd82 · · Score: 1

      No, they still cannot access porn.com with a good web filter. Yes, the search may not necessarily be filtered for porn.com, but once they click on the website, the normal web filter will come back into play and the student will be blocked.

  4. In a school, yes. by Super+Jamie · · Score: 1, Troll

    A school has a duty of care to students, part of this is monitoring their internet communication to ensure nothing is happening which could potentially be of harm to the student. Perhaps this is overkill for college students but it's definitely required for younger children.

    1. Re:In a school, yes. by Ethanol-fueled · · Score: 1

      Troll, but I'll bite:

      Many of those kids will go home and browse porn there instead. Though I doubt porn "causes harm" to young bucks, it serves to reinforce the message of when it is not appropriate to view porn.

      Apparently the National Science Foundation never got the memo, or even the gene for common sense.

    2. Re:In a school, yes. by BarryJacobsen · · Score: 2, Insightful

      That's very much not a troll. The goal isn't to prevent kids from browsing porn anywhere, the goal is to prevent them from doing so using an internet connection provided by government funds. A school gets additional government funding for technology, but only if it's taking measures to prevent kids from accessing inappropriate material while at school (a filter that meets certain requirements is one of those conditions). Similarly there wouldn't be much public outcry if a random 18-year-old student used a prostitute in Nevada (in one of the counties where it's legal); however if the school district bought him a prostitute there would rightly be some outrage.

    3. Re:In a school, yes. by value_added · · Score: 1

      The goal isn't to prevent kids from browsing porn anywhere, the goal is to prevent them from doing so using an internet connection provided by government funds.

      Your characterisation is apt, but it's not entirely accurate as using such an internet connection, the school still has both an ethical and legal obligation to prevent the kids from browsing porn.

      There's plenty of recent enough cases for a casual Google search to turn up incidents where school districts, school administrators, teachers and even school employees are involved in legal proceedings brought by, for example, an overzealous parent, or are otherwise are forced to defend themselves (using official school policy) against criminal charges.

      So yeah, porn is definitely part of it, irrespective of what the overarching principles may be.

    4. Re:In a school, yes. by Dhalka226 · · Score: 1

      Your characterisation is apt, but it's not entirely accurate as using such an internet connection, the school still has both an ethical and legal obligation to prevent the kids from browsing porn.

      Legal? Quite possibly.

      Ethical? I don't believe anybody has any such ethical obligation. They may do it or not as they choose, according to their own set of morality and appropriateness.

    5. Re:In a school, yes. by Anonymous Coward · · Score: 0

      Monitoring, yes, but rather than blocking wide swaths of potentially useful information with filters, I would think it would be sufficient to take disciplinary action against students who use school computers inappropriately. Isn't this why we have the COPPA and laws against viewing porn while underage?

    6. Re:In a school, yes. by swilver · · Score: 1

      I wonder, what could "harm" a student on the internet? Real, irreparable harm that turns an attentive, young student into a lifeless zombie for life?

    7. Re:In a school, yes. by WillDraven · · Score: 1

      however if the school district bought him a prostitute there would rightly be some outrage.

      Mostly from the other male students who didn't get one.

      --
      This is my sig. There are many like it but this one is mine.
    8. Re:In a school, yes. by Super+Jamie · · Score: 1

      Because underage children are known for their acute sense of morality and appropriateness and do not need guidance of their elders at all. I think you need to look up what school is actually for.

  5. Freedom of the press belongs to the owner... by LostCluster · · Score: 4, Insightful

    It's their computers and their networks, so they can do whatever they want. Still, if you deny Google the right to encrypt on your network, Google still has the right to deny you any or all of their services. Teachers like to call that "natural consequences...

    1. Re:Freedom of the press belongs to the owner... by TheLink · · Score: 4, Insightful

      > It's their computers and their networks, so they can do whatever they want

      Funny how that's not true when it comes to landlords and tenants. In some countries it's even not true when it comes to landlords and squatters. Even squatters have rights.

      I suspect there was some history in getting those protections.

      The landlords in the "IT world" want their stuff to be legally treated like property but not too much like property ;).

      --
    2. Re:Freedom of the press belongs to the owner... by rotide · · Score: 2, Interesting

      I'm going to bet that has everything to do with your home being a constitutionally protected zone. Work computers and school computers aren't protected the same way.

    3. Re:Freedom of the press belongs to the owner... by zrq · · Score: 1

      if you deny Google the right to encrypt on your network, Google still has the right to deny you any or all of their services

      Which results in all the students at the school being taught to use Bing for internet searches ... perhaps not the best result for Google, or for the students.

    4. Re:Freedom of the press belongs to the owner... by Dhalka226 · · Score: 1

      I'm going to bet it has everything to do with the fact that people can die as a result of being homeless while nobody has ever died from not being able to perform encrypted Internet searches.

      Further, homeless people are bad for society as a whole. They're bad for property values, bad from cleanliness and thus health issues, bad from safety issues (when you're starving to death or dying of cold, robbing that guy for food money or a nice coat is suddenly not a big deal) -- just bad. Not to mention how bad it is for the person who is actually homeless.

      When the consequence of having to give people 30 or 60 or 90 days to try to find a new place to live is to deprive a landlord of a couple months rent, it's paltry compared to the effects of the consequences of performing the eviction. Ultimately it will still happen, but yeah; they certainly try to at least eliminate the "homeless" step between eviction and new place to live.

    5. Re:Freedom of the press belongs to the owner... by Anonymous Coward · · Score: 0

      Last I checked school computers were our (all of us) computers.

      Last I checked in a free country banning anything is bad, especially an institute of lower learning

    6. Re:Freedom of the press belongs to the owner... by TheLink · · Score: 1

      > your home being a constitutionally protected zone.

      Hey if the "intellectual property" stuff can really be considered property, then are virtual homes also constitutionally protected? :).

      --
    7. Re:Freedom of the press belongs to the owner... by scamper_22 · · Score: 1

      Define 'theirs'

      Public schools are paid for by our tax dollars.
      I'd like to have school vouchers so I can send my kids to a school of my choice. Things like this would not be an issue. You want to send your kid to a school that prevents Google SSL so they can't check our a Goatse email... fine by me. I'll send my kid to another school.

      Yet I can't. I'm not that rich and I'm already paying for the public school system.
      These are the problems with government run monopolies.

    8. Re:Freedom of the press belongs to the owner... by thegarbz · · Score: 1

      Except that every school I have ever attended has had a "Sign this disclaimer saying we can do what the hell we want with our gear including banning your sorry arse" policy. The public school I went to did this just as well as the upper class private school with the only exception being that the private school's computers were take home (student issued laptops), and the disclaimer was much much longer.

      But just for fun select a school at random and just walk into the principles office and sit down in his chair. When he asks you what you're doing tell him that your tax dollars paid for his chair and he should go watch the kids in the playground while you surf some porn.

      Your tax dollars stop being your tax dollars when they are in the government coffers.

    9. Re:Freedom of the press belongs to the owner... by Jedi+Alec · · Score: 1

      Funny how that's not true when it comes to landlords and tenants. In some countries it's even not true when it comes to landlords and squatters. Even squatters have rights.

      In some countries it also applies to IT and e-mail. My employer has no business(and thus no right) reading my e-mail unless there is a valid reason such as a complaint about sexual harassment(involving e-mail). And yes, that includes the company e-mail passing through their own exchange servers.

      --

      People replying to my sig annoy me. That's why I change it all the time.
    10. Re:Freedom of the press belongs to the owner... by js_sebastian · · Score: 1

      I'm going to bet that has everything to do with your home being a constitutionally protected zone. Work computers and school computers aren't protected the same way.

      In most european countries, if an employer tries to video the workers working, and there is any union presence in the sector, this will start a labor dispute and the employer will lose it. The work environment also has some protections, thanks to a couple hundred years of labor unions.

    11. Re:Freedom of the press belongs to the owner... by SleazyRidr · · Score: 1

      True, but no one has a lease on a school or work computer.

    12. Re:Freedom of the press belongs to the owner... by noncommercial · · Score: 1

      Natural consequences, yes? I mean I agree with you and so would any teacher. Speaking as a teacher most would accept these terms if Google required SSL only connections to use their search engine. Otherwise, what's your point?

      Another natural consequence; Schools using a search engine that doesn't require using SSL.

  6. Free choice. by Saeed+al-Sahaf · · Score: 0

    Screw the schools / filter companies. If the schools do not want free services, that's their choice.

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    1. Re:Free choice. by Revotron · · Score: 1

      Thank you for proving to all of us that you have no clue how public education funding actually works.

      1) The US government provides technology funding to public school districts.
      2) The prerequisites for funding include a filtering platform to reduce abuse of the government-funded network connection.
      3) Without filtering, there is no funding. Without funding, there are NO COMPUTERS IN THE FIRST PLACE!

      I have a dream, that one day our children can use unfiltered internet connections in their school computer labs which actually contain no computers whatsoever.

    2. Re:Free choice. by Anonymous Coward · · Score: 0

      Fuck you, you pea brained moron. You have no fucking clue about life do you? Spend too much time in your mother's basement? Spend too much time FUCKING your mother? You're a rat, a slug, a real prize of a turd.

      You have no right to preach at anyone, so FUCK OFF.

    3. Re:Free choice. by Revotron · · Score: 1

      Easy there roid-rage. Did you get caught looking at boobies at school today?

      Really Saeed, the "Post Anonymously" button isn't intended for use as a karma-shield.

    4. Re:Free choice. by Anonymous Coward · · Score: 0

      Listen you cock sucking sister fucker, your brain cell count is running DOWN THE FUCKING DRAIN. You're a dog turd with a squadron of flies circling around looking for a landing spot!

  7. They're doing it wrong by illumin8 · · Score: 3, Interesting

    I hate to tell these schools how to turn into a police state, but if they really want to monitor Google SSL traffic, this is the right way to do it:

    1. Install a trusted root certificate in all client browsers (they do control their client computers, right?)
    2. Man in the middle all SSL traffic through a transparent proxy, which masquerades as Google SSL traffic and redirects from https://www.google.com/ to http://www.google.com./

    Don't just block all SSL traffic. If you truly have a legitimate reason to monitor users search queries and application traffic, then you already control their client PCs (right?) and can do this in a semi-legitimate way. If not, don't bother blocking it because your users will be up in arms with pitchforks and torches.

    --
    "When the president does it, that means it's not illegal." - Richard M. Nixon
    1. Re:They're doing it wrong by st0rmshad0w · · Score: 1

      Do you tap all the phones too?

    2. Re:They're doing it wrong by dward90 · · Score: 1

      I reserve the right to tap all phones which I own and for which I pay all associated costs.

      --
      My other sig is clever.
    3. Re:They're doing it wrong by BBTaeKwonDo · · Score: 1

      I'm with you on the trusted root certificate and MITM, but why redirect from https://www.google.com/ to http://www.google.com/ ? Other than performance, why not have the transparent proxy use https to www.google.com ? Just because you can snoop on their data doesn't mean that other people should be able to.

    4. Re:They're doing it wrong by Stephenmg · · Score: 1

      Don't even have to do the root certificate. If the filter solution is set inline, it can intercept it just fine. really, no point in blocking or filter search results anyway, search results don't pose much of a risk, the user has to click on a link at some point that is either going to be filter or not filtered. Personally, I just plug my EVO into my computer at work (a school).

    5. Re:They're doing it wrong by Anonymous Coward · · Score: 0

      Not in the USA you don't. Depending on the state, one or both parties to the conversation must consent to your recording the call.

    6. Re:They're doing it wrong by Anonymous Coward · · Score: 0

      I hope you mean, "Except in those jurisdictions where it is illegal for me to do so, no matter my intent. Ownership and/or costs not withstanding." You don't want to violate those wiretapping laws, which seem to all widely vary from state to state, commonwealth to commonwealth, province to province, territory to territory, and nation to nation. Unless you want the only wiretapping around you to be some sick prison guards getting a kick out of listening in to Bubba paying your bunk a nightly visit.

    7. Re:They're doing it wrong by blueg3 · · Score: 1

      That's the wrong way to do it. Even if you inform users (and in this case, probably their parents) that that's what you're doing, you're potentially exposing yourself to substantial legal risk.

    8. Re:They're doing it wrong by icebraining · · Score: 1

      Don't even have to do the root certificate. If the filter solution is set inline, it can intercept it just fine.

      No, it can't. It's encrypted from the server to the browser. How could it?

    9. Re:They're doing it wrong by Sir_Lewk · · Score: 1

      In at least some states that would still be quite illegal. Actually, I think that'd be illegal in just about all states, as neither party would be informed of the wiretap, let alone both of them.

      --
      "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
    10. Re:They're doing it wrong by Anonymous Coward · · Score: 0

      Actually, you don't. It's illegal to tap someone else's conversation without court order or their consent, even if you own the phone.

    11. Re:They're doing it wrong by Calinous · · Score: 1

      "This conversation might be recorded in order to improve services blah blah blah"

    12. Re:They're doing it wrong by js_sebastian · · Score: 1

      I reserve the right to tap all phones which I own and for which I pay all associated costs.

      Except in many countries it is illegal to record people without their consent... And in any country, if you record all private conversations with your friends I don't think I would want to be your friend.

    13. Re:They're doing it wrong by Anonymous Coward · · Score: 0

      Be careful.

      The next statement is "I reserve the right to have video surveillance of all areas which I provide and pay all costs for".

      In some jurisdictions (I have no idea about the USA), employees have a right to privacy, and eavesdropping on personal phone calls can quickly land you in hot water (even during work time).

    14. Re:They're doing it wrong by interiot · · Score: 1

      It's not necessarily the wrong way to do it. If you work at a military/defense company, where they have separate classified and unclassified networks, this is the solution they use.

      But you're right, it does have notable downsides -- mainly, that when employees log into banking/finance sites, there's one box on your network that sees ALL of their passwords. If that one box were ever to be compromised, you have serious issues on your hands.

    15. Re:They're doing it wrong by illumin8 · · Score: 1

      Gotcha, yeah you're right, I wrote that comment fairly quickly. You should re-encrypt at the proxy to SSL to keep the security intact and keep it from breaking if Google forces SSL.

      --
      "When the president does it, that means it's not illegal." - Richard M. Nixon
  8. The block will be a block for 15 minutes by Wolvenhaven · · Score: 5, Interesting

    I graduated from highschool in 2008; every few months the county would roll out a new filtering system designed to block myspace/facebook/sourceforge/other questionable stuff. It would take the tech students about 15 minutes to figure out either a new workaround or modify an old one to get around the new filter. This would then filter down to the technologically illiterate kids in a about a month, prompting the release of a new blocking system. Repeat process. The end use of this was we wound up running an apache server off a flash drive on one machine which everyone would ssh to locally using firefox's proxy settings and that "server" would connect to a home server which acted as the gateway. Kids will find a way around it, so I doubt it will work for long in schools.

    --
    Orwell was an optimist.
    1. Re:The block will be a block for 15 minutes by MobileTatsu-NJG · · Score: 3, Interesting

      I graduated from highschool in 2008; every few months the county would roll out a new filtering system designed to block myspace/facebook/sourceforge/other questionable stuff. It would take the tech students about 15 minutes to figure out either a new workaround or modify an old one to get around the new filter. This would then filter down to the technologically illiterate kids in a about a month, prompting the release of a new blocking system. Repeat process. The end use of this was we wound up running an apache server off a flash drive on one machine which everyone would ssh to locally using firefox's proxy settings and that "server" would connect to a home server which acted as the gateway. Kids will find a way around it, so I doubt it will work for long in schools.

      All I could think while reading this is "wow, all those students learned a lot about how networks work!"

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    2. Re:The block will be a block for 15 minutes by rivetgeek · · Score: 1

      When exactly did firefox's proxy settings SSH to anything? Your story has a few holes man.

    3. Re:The block will be a block for 15 minutes by Wolvenhaven · · Score: 1

      I said "using" instead of ", use" excuse me for not typing out a completely perfect sentence. To clarify: we used putty, told it to use a certain port, connected to the "server" using that port. You then go into firefox's proxy settings and say "192.168.*.*" and the port you told putty to connect to the server on. This routes all your http traffic through that ssh pipe on that specific port. The school blocked ssh and ssl, but only going out or coming in, intranet use wasn't blocked. So your connection is going through the local server hidden by an ssh connection, but the local server is still going to broadcast in the clear and it can't connect to the home server using ssh; however for some reason they left vpn open so we would connect the machines with vpn. This was to prevent them from seeing twenty or so vpn connections all to the same place, instead they saw one constant one and apparently never checked the logs from the routers in each room to notice that that one connection also had hundreds of different ssh connections to it throughout the day. I hope that explains it in enough detail for you, or should I go into the exact settings and configuration files we used? Would you also like a story on the other things kids do to school computers to get around software or network restrictions? I'm pretty sure there is a commonly held belief that if you have physical access to a machine, no type of security can stop you; well the hundreds of thousands of school kids constantly figuring out ways to get around filtering, blocking, and restricting systems seems to prove that maxim really well.

      --
      Orwell was an optimist.
    4. Re:The block will be a block for 15 minutes by rivetgeek · · Score: 1

      tl:dr. I'm assuming you mean you used port forwarding through putty and then pointed your proxy settings at 127.0.0.1

    5. Re:The block will be a block for 15 minutes by Wolvenhaven · · Score: 1

      No, we had one machine running apache from a flash drive, the other hundreds of computers we used each day in class in the various labs/classrooms would all be connected to it whenever we used them.

      --
      Orwell was an optimist.
    6. Re:The block will be a block for 15 minutes by icebraining · · Score: 1

      Maybe they used an SSH tunnel? That's how I use my HTTP proxy: Set the proxy settings to localhost, port X, then I have an SSH redirect from localhost:X to the server, then in the server it goes to the proxy.

    7. Re:The block will be a block for 15 minutes by maccodemonkey · · Score: 4, Informative

      I was on an IT staff that used the nuclear option to take care of issues like this. A white list.

    8. Re:The block will be a block for 15 minutes by Anonymous Coward · · Score: 0

      White list fails, run a proxy over Google Translate to a trusted server.

    9. Re:The block will be a block for 15 minutes by mandelbr0t · · Score: 1

      All I could think while reading this is "wow, all those students learned a lot about how networks work!"

      And this is a surprise why? Necessity is the mother of invention.

      --
      "Please describe the scientific nature of the 'whammy'" - Agent Scully
    10. Re:The block will be a block for 15 minutes by Anonymous Coward · · Score: 0

      ...and if translate.google.com is not on the whitelist? [repeat as required for babelfish, etc.]

    11. Re:The block will be a block for 15 minutes by SleazyRidr · · Score: 1

      Makes me wonder how many of those children ended up working in the IT field because of the experiences they had in school. I think that's a bit too much punishment for something that really isn't that bad.

    12. Re:The block will be a block for 15 minutes by Chordonblue · · Score: 1

      I had to do this one year after Skype came out. Skype leeched all of our upstream bandwidth, and with no budget to afford the tools to control it in the dorms (our own machines were protected), I had no choice but to only allow HTTP and sites in the DB.

      Yes, it sucked, but it was better than no access at all.

      --
      "...Well, there's egg and bacon; egg sausage and bacon; egg and spam; egg bacon and spam; egg bacon sausage and spam..."
    13. Re:The block will be a block for 15 minutes by MobileTatsu-NJG · · Score: 1

      And this is a surprise why?

      They're being better educated by breaking the rules. :P

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

  9. Questions have already been answered by mysidia · · Score: 2, Insightful

    Does a company (school, government) have a right to restrict SSL traffic so it can snoop your data,

    They have a right to restrict what protocols and port numbers are allowed to be used on their network, as a matter of policy.

    They have a right to implement technical measures to assist in enforcing policy, even if those technical measures are so draconian that they prevent some things that are technically allowed by policy.

    They have a right to do this, by virtue of it being their network.

    does an individual have a right to encrypted Internet facilities? And, is the search data you create your data, or is it your employer's (school's)?

    An individual does not have a right to use encryption.

    A user has a right to install encryption software that they own on their computer that they own.

    A user does not necessarily have the right to transmit data over a network, that they have encrypted using software.

    Especially not if that data also belongs to the school/employer (proprietary sensitive info)

    In all cases; a school/employer has a right to say: either you connect using non-SSL, or you choose to refrain from connecting.

    Of course from a security POV, SSL is probably better, as long as the organization controls the keys and manages ciphers used

    1. Re:Questions have already been answered by rastos1 · · Score: 1

      An individual does not have a right to use encryption.

      o.O why? And why I was not told this before?

    2. Re:Questions have already been answered by mysidia · · Score: 1

      o.O why? And why I was not told this before?

      Because it's usually expressed in a more general form...

      A user does not have a right to run any (particular) software or do any particular thing on another person's computer (without the owner's authorization/permission)

      Using encryption or running encryption software on the computer, is just an example of one of those activities.

      It should also be noted... that in a school environment, a student doesn't have a right to eat a peanut butter and jelly sandwich while using the computer.

      Or do any of a thousand other things that are restricted by policy.

      People also don't have the right to buy peanut butter and jelly; if say, the local grocery store decided not to carry it, they can. And the user has no recourse, other than going to a different store.

  10. Idiots who are clueless by Anonymous Coward · · Score: 0

    Good. I hope these idiot school administrators get their systems are well and thoroughly pwnd when they search the web and get infected by some drive-by malware. They deserve all the pain they get for this idiocy!

  11. Doesn't everyone by Anonymous Coward · · Score: 0

    Have the option to do SSL interception and filtering? The filter we use at my school lets us publish (through GP) a SSL cert. We can basically set up a man in the middle attack and filter that way.

  12. Block all SSL? by Urza9814 · · Score: 1

    When did these filtering services start blocking _all_ SSL? When I was in highschool three years ago the filter my school used didn't. I set up a couple of my own SSL proxies. That was the best way to do it - the larger, more well-known web proxies tended to get blocked within a month of going up. Sometimes within a few days.

    1. Re:Block all SSL? by yuhong · · Score: 1

      "Content filter vendors have decided to block all Google SSL traffic"

  13. Exactly. by Anonymous Coward · · Score: 4, Interesting

    As a sysadmin for a school district, I don't give a flying fsck about "someone's data". My job is to implement our filtering policy. As we can't tell if SSL-encrypted search pages contain banned content, we block them.

    This whole article is just the rantings of an idiot who thinks they know more than they do.

    1. Re:Exactly. by FictionPimp · · Score: 0

      Because as a sysadmin for a school you don't know how to use transparent proxies? This is trivial stuff..

    2. Re:Exactly. by Anonymous Coward · · Score: 2, Informative

      a sysadmin for a school you don't know how to use transparent proxies?

      Why would you say that? We use transparent proxies all the time. We're talking about SSL here, which means that you can't do transparent proxying.

      This is trivial stuff..

      MITM attacks against SSL encrypted connections are trivial? In which universe?

      We could probably install ourselves as a CA on machines we own, but besides the dubious legality of that, how do you do suggest doing it against student-owned devices?

      Not that I think you have no idea what you're talking about, but if there is some magical technology which can crack HTTPS traffic in realtime, I'm very interested in finding out what it is.

    3. Re:Exactly. by FictionPimp · · Score: 1

      It's not dubiously legal. So install your certs, use a proxy and don't allow student owned devices. Besides, how do you stop students "bypassing" you firewall with their brand new sprint evo's?

      We worry about filtering and securing our own equipment, not our students. They own it, they can always stick stuff on there to get around us.

    4. Re:Exactly. by xero314 · · Score: 2, Insightful

      As a sysadmin for a school district, I don't give a flying fsck about "someone's data". My job is to implement our filtering policy. As we can't tell if SSL-encrypted search pages contain banned content, we block them.

      If you don't care about someone's data then why are you filtering it. I mean seriously if you didn't care then you would be blocking it. And you could blocking it you weren't scanning the content (even if you are only looking at the content of the URL, you are still looking at "someone's data"). Never mind the fact that in most cases you are only annoying the legit users, because the one's that want to misuse your network, can and will find a way around the blocks.

    5. Re:Exactly. by AusIV · · Score: 1

      For student owned devices they get a certificate error and they can either accept the cert or not. When you block a site, do you give an error message or does it just close the connection? If you're giving an error message, I assume they're getting a cert error on HTTPS sites before they can see your error message anyway, so you might as well give them the option to proceed with the possibility of the school snooping.

    6. Re:Exactly. by Anonymous Coward · · Score: 0

      I do web work for a large school district and frequently have to deal with sys/net/email admins like you who think they know more than they do. I'm tired of teaching you that HTML5 isn't a damn server-side language. I'm tired of you changing the network configuration without telling anyone. I'm tired of sending you messages to let you know that you're fscking broken Exchange conversion project is blocking our Freedom of Information Act (well, equivalent) requests. I'm tired of you not being able to setup a damn FTP server. I'm tired of you taking OVER A YEAR to "get started" with Sharepoint (because the Dell rep talked you into it) and not having a SINGLE PAGE to show for it.

      Show me a school district tech who hides behind the help desk instead of actually talking with stakeholders, and I'll show you a school district that will always be in the technological dark ages.

    7. Re:Exactly. by matunos · · Score: 1

      For grade schools, perhaps they should just take to supervising how their students are using their resources the old-fashioned way: watch over them.

      And you can still monitor where users are going, just not what search results they see. Big honkin' deal.

    8. Re:Exactly. by Anonymous Coward · · Score: 1, Insightful

      As a sysadmin for a school district, I don't give a flying fsck about "someone's data". My job is to...

      "I'm only doing my job."

      Good boy.

    9. Re:Exactly. by AK+Marc · · Score: 1

      My job is to implement our filtering policy. As we can't tell if SSL-encrypted search pages contain banned content, we block them.

      The law is pretty weak on filtering. Blocking unknown sites is *never* required. So, my question would be, what is your filtering policy, and why is is so much stronger than required?

      As a sysadmin for a school district, I don't give a flying fsck about "someone's data".

      If you are striving for CIPA requirements and this is what was decided, then either incompetent people unable to understand English are in charge of creating your policy, or else you (personal or district "you") really do care about "someone's data" because you want to block it if you can't determine what it is (way, way above CIPA requirements).

      This whole article is just the rantings of an idiot who thinks they know more than they do.

      I feel the same thing every time I hear someone talk about filtering at schools. Or HIPAA. Nothing makes people stupid faster than having them have to meet a government regulation. I even quoted the part of HIPAA that states "this should not be construed to require encryption" to someone after they stated they used encryption (poorly done, at that) because they thought it required. After that, and quoting it to them, they still decided to trust the expensive contractor they hired who lied to them (out of stupidity or fraudulent self-promotion, I don't know, but either way, I'd have dumped them for either).

    10. Re:Exactly. by FireFury03 · · Score: 2, Interesting

      It's not dubiously legal.

      Yes, it is. If someone's bank account gets compromised because you were performing a MITM attack on their SSL session then you can bet there will be some quite serious questions levelled at you.

    11. Re:Exactly. by Ash-Fox · · Score: 1

      Yes, it is. If someone's bank account gets compromised because you were performing a MITM attack on their SSL session then you can bet there will be some quite serious questions levelled at you.

      [Citation Needed]

      --
      Change is certain; progress is not obligatory.
    12. Re:Exactly. by FireFury03 · · Score: 1

      [Citation Needed]

      I'm not citing any facts, I am expressing an opinion. Slashdot is not an encyclopaedia, opinions without citations are valid.

    13. Re:Exactly. by Chowderbags · · Score: 1

      He cares in the sense that if little Johnny shows little Suzy a picture of not so little Betty getting double penetrated by huge Billy and gigantic Joey, he might lose his job, or at least get a verbal reaming from his bosses when Suzy's parents sue to protect their precious little gem.

    14. Re:Exactly. by Anonymous Coward · · Score: 0

      Of course I could always set up something like onlinebanking.example.com, which uses SSL, and pretends to be a financial site, once you login, it's a proxy to google.

    15. Re:Exactly. by MobyDisk · · Score: 1

      As a sysadmin...I don't give a flying fsck about "someone's data" ... My job is to implement our filtering policy.

      *facepalm* This sentence exemplifies so much of what is wrong here...

      A system administrator's job is to keep "someone's data" secure. All you are supposed to care about is protecting someone's data. You are not the thought police.

      Since when did system administrators filter web pages? Does the school librarian inspect books in backpacks to look for porn? Does the school have a custom cell-phone tower to intercept phone communications? Does the janitor inspect the trash to see what students printed or wrote on paper? Does the art teacher examine drawings to see if they are appropriate? Does the school chef look at everyone's lunch to see if it has illegal substances?

      No!

      Janitors clean, chefs cook, artists draw. If you are a system administrator, then administer the system! If you wanted to become big brother, then go into Australian politics. The world was just fine before the institutions hired thought police to watch everyone.

    16. Re:Exactly. by Ash-Fox · · Score: 1

      I'm not citing any facts, I am expressing an opinion.

      Oh, so this was just an opinion, no real facts or anything to back it up - Understood. Your comment did not seem to present it self as an opinion to me, sorry for the miss-interpretation.

      --
      Change is certain; progress is not obligatory.
    17. Re:Exactly. by Bengie · · Score: 1

      that might be illegal even if the parents agree to it.

    18. Re:Exactly. by exomondo · · Score: 1

      Oh, so this was just an opinion, no real facts or anything to back it up - Understood. Your comment did not seem to present it self as an opinion to me, sorry for the miss-interpretation.

      I'd think it's quite reasonable to assume - beyond the need for citation - that if you execute a MITM attack and someone's private banking details are compromised because of it that indeed some serious questions would be leveled at you. Moreover citation would be needed he were suggesting the concrete legality of such actions, not the dubious - or questionable - legality of them.

    19. Re:Exactly. by Ash-Fox · · Score: 1

      I'd think it's quite reasonable to assume - beyond the need for citation - that if you execute a MITM attack and someone's private banking details are compromised because of it that indeed some serious questions would be leveled at you.

      If it's network policy that all data gets processed through a device that ensures filters are working properly like in big corporations and that device gets compromised - I'm not convinced anything negative would go against the IT guy as much as trying to find out who the culprit is.

      Moreover citation would be needed he were suggesting the concrete legality of such actions

      Legality wise, it was determined that companies are free to enforce policies on their networks, including installing SSL transparent proxies which many corporations use for enhanced filtering. There are privacy laws in the UK (example) where automated systems are fine for performing analysis, but human observing private information is not. In such instances I don't see how this is any different. Of course, it's a bit of a catch 22 when employers are getting sued for not monitoring communications.

      With regards to information disclosure of bank account details because a system was hacked. It doesn't matter if the system was intended to perform MITM or not (such as a router that isn't designed to do so, but it ends up getting flashed with a new rom from dd-wrt.com that performs the intended malicious operation), only that the unauthorized person was using MITM attack to intercept the data and use it unlawfully. It maybe the fault of the IT department for not securing the system better, but the blame generally goes on the malicious person who exploited the system.

      --
      Change is certain; progress is not obligatory.
    20. Re:Exactly. by exomondo · · Score: 1

      I'm not convinced anything negative would go against the IT guy as much as trying to find out who the culprit.

      If the network is compromised and data that was supposed to be secure is compromised then the person responsible for securing that network - the IT guy - is certainly going to face some questioning. Particularly if the user isn't informed that secure communications are no longer secure.

      The article you linked here doesn't have any relation to here decryption of encrypted traffic.

      Legality wise, it was determined that companies are free to enforce policies on their networks, including installing SSL transparent proxies which many corporations use for enhanced filtering.

      That's where citation is needed.

  14. Don't write it during school hours by Sycraft-fu · · Score: 1

    I hate to break it to you, but you are not at school for fun, you are there to get your learn on. Students should very well be monitored at school to make sure they doing what they are assigned. Computer monitoring shouldn't just be filtering (that is mostly liability issues) but the teacher walking around seeing what is going on. Computers at school are there for educational purposes, not for you to dick around on.

    Now once you go home, well then the school is welcome to fuck off. It's your own time, you do as you please. But at school you are on their time.

    This happens with companies too. Friend of mine works at General Dynamics doing work on the military's future communication system. Good deal of it is classified, unsurprisingly. This imposes several restrictions on him. He can't have a phone with a camera at work, he either has to have a no camera phone or leave his phone with security. Also they are fine with him accessing the outside world, he can IM and so on they don't expect him to work every second, but it all has to be unencrypted. So telnet is actually permitted but SSH is not. Reason is all around monitoring for classified data. They want ti make sure it isn't being leaked.

    When you are on school time, you do what the school assigns you to do. That means listening to your teacher and doing lessons, not writing private letters. Wait till you are home, then write the letter.

    1. Re:Don't write it during school hours by Archades54 · · Score: 3, Insightful

      Sadly people misunderstand how extremely important it is to have fun at school, to excercise creativity and gain inspiration. To be happy, have fun and work on positive socializing AS well as learning. Not all the learning done at schools is purely academics as it's the prime area we learn how to socialize, to get a long with people etc.

      --
      If your neighbours roof is flying past your window, you know it's cyclone season.
    2. Re:Don't write it during school hours by Logger · · Score: 1

      Texting and cell phones are a big enough distraction as is. Kids are expert time wasters, and the internet is largely a gigantic waste of time. (Like for me right now:) There are plenty of ways for kids to have fun and socialize while at school without also having unlimited internet. When I was in school I actually, god forbid, talked, with my mouth! That said, it is a technically pointless limitation. With internet access on smartphones, it doesn't matter what the school blocks.

      I personally would build a Faraday cage into a school if I built it. Exclude the gym, cafeteria, and possibly a few other spots. There's always the land line in an emergency. Today's kids are connected 24/7, they need to learn sometime how to live off-line.

    3. Re:Don't write it during school hours by Curunir_wolf · · Score: 2, Insightful

      I think you're confusing "teaching" with "tyrannical indoctrination".

      --
      "Somebody has to do something. It's just incredibly pathetic it has to be us."
      --- Jerry Garcia
    4. Re:Don't write it during school hours by nacturation · · Score: 1

      Sadly people misunderstand how extremely important it is to have fun at school, to excercise creativity and gain inspiration. To be happy, have fun and work on positive socializing AS well as learning. Not all the learning done at schools is purely academics as it's the prime area we learn how to socialize, to get a long with people etc.

      Sure, but there's a huge difference between having fun by browsing pr0n and warez sites or downloading torrents of the latest movies and having fun by playing around with hacking a bit of Python, playing Bejeweled, or even wasting hours and hours playing Farmville.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    5. Re:Don't write it during school hours by icebraining · · Score: 1

      Should we get off your lawn now?

    6. Re:Don't write it during school hours by Kashell · · Score: 1

      You're making the assumption that the student needs to pay attention to learn.

      My school was so boring and had such a lack of any extra opportunities that I slept through classes and taught myself more difficult subject matter at home. I frequently did my 'homework' in class. It was sad that it was too dreadfully easy.

      "school time" is not their time, it is the student's time to learn. If the most productive way for the student to learn is to ignore you, then so be it.

      The sad part is that throughout my school career I had to serve several detentions for being too productive: usually because a teacher insisted I copy their notes word for word off the projector, and I would refuse - citing my short notes as sufficient enough to retain all the important information.

    7. Re:Don't write it during school hours by Macrat · · Score: 1

      Sadly people misunderstand how extremely important it is to have fun at school

      Fun is naughty...

    8. Re:Don't write it during school hours by Brianwa · · Score: 1

      My school district changed filtering software every few years. All of the filter lists were manipulated to provide biased information. The most obvious example was that all websites that were critical to either that particular software or the laws and subsidies that require schools to use said software were blocked. Many many websites that were pro second amendment were blocked, as were many that promoted privacy or criticized censorship on the Internet. Even in seventh grade I regularly had to do my research for school projects at home. Not everyone at that school could afford that luxury.

      God forbid a middle or high schooler wants to do research about something with an iota of more relevance to the real world than "Why recycling is good," "Why guns are bad," "Why authority is always right," and "Why abstinence always works." Luckily smart phones are rapidly making the classic school IT guy obsolete.

    9. Re:Don't write it during school hours by Archades54 · · Score: 1

      True. My dad was a teacher and always found letting them all talk about fishing, etc for the first 5-10minutes of a lesson would calm down his class bigtime and they would focus better. His class was one of the typical highly rowdy problem kids that other teachers couldn't get to do anything sorta class. A bit of fun as in a bit of talking, messing around a bit, and not getting OVER serious whilst still being within the limits (no porn, illegal shit, etc) is acceptable as it will increase the productivity overall.

      --
      If your neighbours roof is flying past your window, you know it's cyclone season.
    10. Re:Don't write it during school hours by Anonymous Coward · · Score: 0

      So practically at school all you wanna do is play instad of learn? You can do that at home.

    11. Re:Don't write it during school hours by tepples · · Score: 1

      not getting OVER serious whilst still being within the limits (no porn, illegal shit, etc) is acceptable as it will increase the productivity overall.

      Say someone writes a song, but he was inadvertently using the same melody as an existing song. (Example: "My Sweet Lord".) Would this mean that writing a song is "illegal shit"?

    12. Re:Don't write it during school hours by tepples · · Score: 1

      When you are on school time, you do what the school assigns you to do. That means listening to your teacher and doing lessons

      Then what does the staff expect a student to do between the time when the student has completed the teacher's assigned work and the time when the student is dismissed?

    13. Re:Don't write it during school hours by fishthegeek · · Score: 1

      You presume that effective management of your students is automatically opposed to creativity and simply that is not the case. The students WILL socialize and WILL be creative, at least those that choose to. Notice I didn't say micro-manage. Students (especially teens) need to be watched and motivated constantly they are very high maintenance.

      --
      load "$",8,1
    14. Re:Don't write it during school hours by DrgnDancer · · Score: 1

      This is the eternal conundrum of education. Children all learn at different rates and in different ways. Often even within an individual child these can vary based on the subject being taught. It is utterly impractical to stick 3-9 hundred kids in the same building, teach them the same things and expect them to learn them at the same rate and in the same way. On the other hand it's utterly impractical to come up with 3-9 hundred different lesson plans to accommodate the needs of every student.

      You say that the most effective way for you to learn is to ignore the teacher. Bobby over in the corner says the same thing. The difference of course being that you actually want to learn, and Bobby wants to be left alone so he can read comic books. You claim that you get sufficient information from your short notes to retain what is needed. So do 22 of the other 32 students; as it happens 5 of them are right. The others are either foolishly overconfident or just don't care and want to write as little as possible.

      Well you say, that's their problem isn't it? If they want to want to not learn, ignore the teacher even though they really need to be paying attention, take crappy notes when they know that they won't be sufficient, it's not your fault so why should you be punished? Teachers can't look at it that way. They're expected to produce results. When half a class fails a standardized test, it's not the students who are blamed. They insist that you copy all of the notes, because in their experience students who copy all of the notes learn the material better than those who don't. Your protests, though they may very well be valid in your case, are the exact same protests uttered by a dozen other kids for whom they are not valid.

      Even if they are perfectly aware of the fact that your protests are valid. Even if they KNOW you'll learn the material just as well, if not better, by doing it your own way, it doesn't matter. If they let you copy partial notes then they have to let Suzie and Jimmy copy partial notes and neither of them can afford to. If they let do your own reading in class, then they have to let Bobby do his own reading.

      It's a problem, and not one likely to be solved any time soon. In larger schools it's usually reduced by creating Honors or Gifted programs that pull much faster learners out and allow them to work a greater pace. This doesn't *solve* the problem, obviously, but it reduces it. Even then it's only practical in larger schools. Don't get me wrong, I'm not saying that your experience was right, or that it should happen that way, I'm just saying that I'm not sure what the better way is.

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    15. Re:Don't write it during school hours by Anonymous Coward · · Score: 0

      When you are on school time, you do what the school assigns you to do. That means listening to your teacher and doing lessons, not writing private letters. Wait till you are home, then write the letter.

      Lunchbreak?

  15. On the one hand... by russotto · · Score: 2, Insightful

    ..sure, in the US, schools have the right and perhaps the duty to block SSL searches. On the other hand, the behavior of both the censors and the censorware providers argues strongly for the idea that censors are scum of the earth.

    1. Re:On the one hand... by AK+Marc · · Score: 1

      Under CIPA, the only rules that "require" filtering, you only need to do a reasonable job. Filtering anything you can't identify is not "required" by any rule.

      On the other hand, the behavior of both the censors and the censorware providers argues strongly for the idea that censors are scum of the earth.


      Censoring is bad. Better is to employ a weak filter to filter known bad things only (mainly focusing on malware and popups and such) and educate those who would otherwise be filtered. Oh, and the regulations treat all children, whether in the 1st or 12th grades as the same. And that seems silly to me.

  16. CIPA by Anonymous Coward · · Score: 3, Informative

    In the US all schools receiving E-Rate funds (federal funding for electronics and communications) are required to follow CIPA guidelines for filtering and monitoring student traffic. So, making Google Search SSL pretty much makes that impossible meaning we have to block it. I am grateful that Google is creating a workaround since we are about to migrate to Google Apps ourselves.

    1. Re:CIPA by Anonymous Coward · · Score: 0

      But does the Google search really host the problematic content? Can't you just let them search for whatever they want, and then block them when they click on the page with the real content?

  17. Not your home network? No right to complain by adosch · · Score: 3, Insightful

    I've never understood or comprehended, for that matter, why people/employees/students, ect. think they have rights on a controlled government or educational internet-enabled network. Quite honestly, if you're doing things like online purchases, bill paying, senseless surfing, looking at soft-porn, chatting, facebooking, tweeting, ect. at school or work on a fairly regular basis several times a day, and you somehow are pissed because your rights are infringed? You're delusional and should go read your network agreement policy again. If you, as an employee or student, are that security conscious of your local big brother system administrator being told to troll logs and give web reports to upper management, then use good common sense. People shouldn't be using these networks for anything other than business as usual IMHO. Anything else, is just subject to interpretation against you. This isn't new people, it's the way shit works now.

    As a system administrator, I deal with these same dilemmas on a daily basis and all I have to say is: Yes, I have an easier way to get away with things like this, however, I'm still held just as accountable as Joe Typist down the cube row. Everyone knows about ethics and morals just as much as they know absolutely every thing you do on a digital device these days is logged, recorded and stored somewhere. So keep your personal business... at home unless it's absolute emergency, your cable bill is past due or you flat don't give a shit.

  18. Purpose of banning the content? by presidenteloco · · Score: 1

    Students these days could be surfing wherever they feel like using their smartphones.

    I wonder what the purpose, effectiveness, relevance of these filtering policies is, particularly
    given the above consideration.

    The purpose can't really be to protect the students from the content anymore. That's no longer
    practical given web-surfing phones & personal netbooks that use the cell network.

    So what is the purpose? Just to protect the schools from legal liability and lambasting
    by the prude faction?

    --

    Where are we going and why are we in a handbasket?
    1. Re:Purpose of banning the content? by kenh · · Score: 1

      Schools that offer their students internet access have a responsibility to filter what the students can access over that connection. That a student can come to school with a smart phone or wireless data card doesn't absolve the school of it's need to filter it's internet connection.

      What your clever little argument avoids is that students aren't allowed to use their cellphones during school hours, so a clever student who is updating their facebook page on their smartphone is still in trouble, the one that falls through the cracks is the student who uses a laptop with a wireless data plan that avoids the school network (since laptops are legit and they aren't using the district's network)...

      --
      Ken
    2. Re:Purpose of banning the content? by Anonymous Coward · · Score: 0

      Yes. At uni (in AUS), there were times when a few "miscreants" would open the browser and set the page to that swinging shlong ass-buggery gif.

        Hilarity obviously ensued (imagine walking into the section where they had the library search PCs and seeing a bank of monitors all having this hypnotic swinging cock...) but no-one ever said anything. These PCs were a exception to the norm - since they were ostensibly for searching the library, but had unrestricted access (not admin, but you didn't have to log in to use them as they were in a public place and they were pretty shitty spec), and my uni really didn't filter that much (basically, you couldn't download .avi and other movie type formats, that was it).

      So anyway, imagine that happening at a school (south USA?) and some poor child had to witness a swinging cock! OMG that would definitely turn him gay! We need compensation for the lifetime of therapy and de-gayification camps! Possibly in the US, that would also mean some kind of child porn charges thrown in as well (for showing porn to a kid with intent to gayify or something).

      My guess would be that these measures are by and large designed to protect the school district/teachers/students/personnel from students with lawyer relatives.

      I agree completely that net filtering is almost redundant nowadays with the prevalence of mobile personal internet access, but this reeks of limiting legal liability more than anything else.

      Sad state of affairs really. Maybe if schools started having "internet lessons" where they showed kids goatse and 4chan as a examples of what to avoid they could work around it as some kind of assignment?

    3. Re:Purpose of banning the content? by phorm · · Score: 3, Insightful

      So what is the purpose? Just to protect the schools from legal liability and lambasting
      by the prude faction?

      That's pretty much it, yes. I've worked in SD's and I've seen some things that - IMHO - might seem like a lack of common sense to people with a technical acumen, however to many technology is still very much a boogeyman. For smartphones, I don't see *too* many kids with the high-end ones yet, most are just used for texting and possibly a bit of facebook.

      But a few stories. Years ago, some students found the semi-nude/nude section of deviantart. It's well labelled, so not somewhere you'd stray by accident. Solution given: block all of DA. I protested by was overruled, and thus DA was blocked. In any non-IT instance, say if it was a kid bringing racy mags to school, the solution would be to deal with the kid, except nowadays that doesn't seem to be a viable option as the parents complain if little junior gets suspended or given detentions. Usually the parents that complain the loudest are - surprise - the ones with the more ill-behaved children.

      In another case, we had an instructor bring up the whole facebook thing. It's blocked, but as always there's a gazillion ways to get around filters and in the arms race of tech, kids have less experience but time and numbers are on their side. We had discussed *why* the sites were blocked. The answer, cyber-bullying and privacy. Junior might snap an embarrassing picture in the boy's washroom and upload it to facebook. Again, WTF. First of all, junior is probably going to - as the parent mentioned - do so with a smartphone and upload the damn thing over the CELLULAR network, which we have 0% control of. IMHO again, the logical solution is to deal with the "Juniors" of the world, but to non-technical people computers - in addition to being a boogyman - are made up of 50% magic and if you sacrifice the right chicken and do the right chant, you can do anything with them! I'd expect that many people expect us to work in secret labs with holograms and touch-panel transparent screens like in Iron Man or a sci-fi movie.

      The faction of parents (and educators) who have a thin grasp on technology is a greater percentage than those who do. Granted, this is changing as one generation ages and replaces another, but for now policy will reflect the whims of the majority, no matter how little it seems to make sense in a technical sense. Think about the last time you helped a less-technical relative work on his/her computer, and then try to imagine that those type of people still represent the majority of the population in terms of technical understanding (and fear). Overally, perhaps that's not a bad thing. Given the number of armchair engineers and professors here on slashdot, if the world were populated by geeks we'd have a few hundred "solutions" to every issue.

    4. Re:Purpose of banning the content? by Anonymous Coward · · Score: 0

      You didn't answer the question, you just restated your assumption: that schools need to filter the Internet for the students.

    5. Re:Purpose of banning the content? by Anonymous Coward · · Score: 0

      OK, so what about the student with the 3G iPad?

      Is he breaking the cellphone rule or what? What if he's on Skype?

      The line between phone and portable computer is blurring pretty quickly.

    6. Re:Purpose of banning the content? by FireFury03 · · Score: 3, Interesting

      Full disclosure: I am involved with Opendium who produce web content filtering software for schools.

      OK, so what about the student with the 3G iPad?

      Sure, you can't prevent pupils from accessing questionable content on their own internet connections. But that isn't such a big problem.

      Kids need *an* internet connection for their education - the school provides this and implements filters to ensure that this internet connection is "safe" (we'll come onto "safe" later). If pupils have their own equipment then the school need to police it's use manually; but they can be much more draconian with the way they handle it - if a pupil is caught surfing porn on their 3G iPad then the school can just plain confiscate it and inform the parents. The pupil does not *need* that equipment for their education - if they abuse the privilege of having their own equipment then they forfeit it and have use the school's equipment instead.

      Also, importantly from a PR perspective, if this is happening on the pupil's own equipment and connection then it won't be seen as the school's fault (it is more like the kid going to the corner shop and buying Playboy - hardly something the school can prevent, although they would probably confiscate the magazine if they saw it); whereas if kids are actively surfing porn on the school's equipment/connection then the school is seen by many to be failing in their duty of care. Silly, I know, but I have seen schools getting some seriously bad PR from the tabloids because little Johnny got at dodgy websites through the school's computers - remember that news papers don't care about news these days, they are more interested in a sensationalist story with a definite villain in it.

      As for what is "safe", filtering is basically about 3 things:

      1. Stopping people accidentally stumbling across content they really don't want to see (this is a big deal for protecting the younger age groups
      2. Stopping people getting to questionable content they want to see (could be porn, info on how to set up a drugs lab, electronic bullying of some poor sucker in the class, etc.)
      3. Stopping people getting distracted (surfing facebook in lessons instead of paying attention to the teacher is of no educational value)

      Different schools have different attitudes to how strict they want to be. Something my customers often find very useful to help deal with distractions is the ability to set certain websites, such as facebook, games, etc. to be off-limits during lesson times but allowed during breaks - this seems like a very fair balance to me. Another thing quite common amongst my customers is to use more relaxed controls for older kids since there are websites the older kids may legitimately want to see (e.g. sexual health sites, etc.) that you wouldn't want the younger kids to stumble across.

      Something that I've noticed amongst people commenting on these subjects on the internet is that they frequently fall into one of two camps:

      1. All filtering is evil, no school should take away a 6 year old's god given right to watch 2g1c and thus anyone involved in writing filtering software is also evil.
      2. There is absolutely no need to filter search results because you can just filter the actual site when the user tries to go there.

      To address (1) first - I am usually the last person to promote censorship, but I do believe that schools have a responsibility to protect kids from the content on the internet. Most parents seem to agree. If you, as a parent, disagree with this then you are free to let your child have free reign on the internet from home; just don't expect this to happen on school equipment. As someone involved in writing filtering software, I certainly don't see myself as "evil" - I don't set policies on what gets filtered, I simply provide the tools to allow those in charge to do what they believe is the responsible thing. Note that I am only saying that censorship

    7. Re:Purpose of banning the content? by sheph · · Score: 1

      Well the difference there though is that the smartphone is not part of the school's network. This alleviates the school from liability for the content. If the school provides the computer, some kid pulls up a porn page, and it offends somebody then the offended party could argue that the school made it possible. It's a dumb argument, I know, but it's worked in court many times when talking about employers vs. employees. That's just one example, but there are many more. The bottom line is that the school has very limited control over what happens on some kid's smartphone. On their own network it's a different story.

      I agree that the school should be able to block the traffic. I'm all for freedom, but responsibility is good to. Just because the library is a public place doesn't mean you can do whatever you want there. It's not going to be cool if you show up with a few cases of beer, your boom box, and a bunch of friends and expect throw a wild party there. Now with filtering companies I'm not sure. If someone is paying for their services, and they are aware of the methods they use to block traffic I don't have a problem with that. If they are being sneaky about it, and the customers are not aware I don't think that's right.

      --
      I don't believe in karma, I just call it like I see it.
  19. HTTPS over HTTP? by blincoln · · Score: 1

    I've been wondering for awhile when someone would respond to SSL inspection by proxy servers by making a proxy server package that sits on the internet, tunneling HTTPS over innocuous-looking HTTP traffic. It would be inefficient (especially if the text/HTML looked more or less real) but I don't see why it wouldn't work.

    --
    "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
    1. Re:HTTPS over HTTP? by Anonymous Coward · · Score: 0

      Been there, done that...

      There is these nice utilities called SSH and http-tunnel:
      www.http-tunnel.com

    2. Re:HTTPS over HTTP? by blincoln · · Score: 1

      Been there, done that...
      There is these nice utilities called SSH and http-tunnel:
      www.http-tunnel.com

      That's a step in the right direction, but I was specifically thinking of something that would dynamically generate content that looked (at least superficially) like a website, except that the content on the page would actually represent the tunneled traffic, and the client would send data back in the guise of form posts. IE unless the HTML code were read by a human, it would look like someone had just been doing a lot of reading and posting on a web forum.

      --
      "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
  20. Not blocked in China (yet?) by Anonymous Coward · · Score: 0

    At least so far, the Great Firewall is not blocking Google SSL.

  21. Amazing ... by Lazy+Jones · · Score: 2, Insightful

    ... how many people seem to think it's fine to snoop people's data and implement various kinds of censorship under the pretext of blocking porn (also, there's no porn produced or consumed in the US or UK, honest!).

    --
    "I love my job, but I hate talking to people like you" (Freddie Mercury)
    1. Re:Amazing ... by kjart · · Score: 1

      Of course it's fine if it's your network. It's amazing how people think they can do whatever they want with something that isn't theirs.

    2. Re:Amazing ... by pthreadunixman · · Score: 1

      Since you want to go down this line of reasoning, what part of your home internet connection do you own? Why do you expect your ISP not to intercept or otherwise tamper with communications you send via your ISP's network or any of the other networks that your communications traverse?

    3. Re:Amazing ... by icebraining · · Score: 1

      So your ISP should be able to censor and snoop your connection? It's their network, right?

      Is the difference that you're paying for it? I'm paying for my school too.

  22. The alternative being? by kenh · · Score: 4, Informative

    I work in IT for a public school district, and to get any federal subsidy (eRate) they must filter their internet connection. Not optional, and very, very few school districts can jstify not filtering their internet connection AND making up the 40% subsidy they would be giving up without filtering.

    SSH traffic is very, very hard to filter effectively, so many districts turn it off, simply block SSH traffic for kids period. We allow it for faculty accounts, and several times a year we have to reset a faculty user's password when the kids learn it (teacher accounts aren't blocked).

    Once kids figure out they can get to facebook by using the https URL, the district really doesn't have a choice...

    --
    Ken
    1. Re:The alternative being? by perryizgr8 · · Score: 1, Flamebait

      teacher accounts aren't blocked

      why not? i've never understood the different standards for teachers and students in schools. at my old school, cellphones were not allowed to be used inside the establishment. but only for students! its okay if teachers waste their time. you seem to know a lot about school networks. so tell me, why are teachers allowed to send private email, encrypted data, ssh into their home pc, watch/download porn and students have their account blocked?

      --
      Wealth is the gift that keeps on giving.
    2. Re:The alternative being? by bendodge · · Score: 1

      With responsibility comes privilege.

      --
      The government can't save you.
    3. Re:The alternative being? by Anonymous Coward · · Score: 0

      to get any federal subsidy (eRate) they must filter their internet connection. Not optional, and very, very few school districts can jstify not filtering their internet connection AND making up the 40% subsidy they would be giving up without filtering.

      Without looking up the relevant laws, let me take a guess. These restrictions are in place to protect the children from the evils of child pornography. Right?

      Remember when people wished they were kids again? In 10 years, that will be a lost dream.

    4. Re:The alternative being? by icebraining · · Score: 1

      If you work on IT, you should know the difference between SSH and SSL.

    5. Re:The alternative being? by perryizgr8 · · Score: 0, Redundant

      maybe i'm being a bit slow here, but how can my post be categorized as 'flamebait'? its an honest question. and who am i flaming anyway?

      --
      Wealth is the gift that keeps on giving.
    6. Re:The alternative being? by perryizgr8 · · Score: 1

      no. by that logic policemen should be allowed to murder.
      if something (talking/texting on cellphone) is banned in school, it is done so that people concentrate on learning and don't waste their time. the same should apply on the teachers. if teachers keep using their phones it creates resentment in students and they try to cheat the system using handsfree and other things. and i'm talking from personal experience, having just passed out of school.

      --
      Wealth is the gift that keeps on giving.
    7. Re:The alternative being? by mandelbr0t · · Score: 1

      SSH traffic is very, very hard to filter effectively, so many districts turn it off, simply block SSH traffic for kids period.

      Which would require that your firewall now whitelist traffic instead of blacklist it. Because I don't have to run SSH on port 22.

      --
      "Please describe the scientific nature of the 'whammy'" - Agent Scully
    8. Re:The alternative being? by TangoMargarine · · Score: 1

      If the person they murder is about to murder someone else, yes. That's half the point of being a police officer in an armed confrontation, isn't it?

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
  23. Re:Not your home network? No right to complain by pthreadunixman · · Score: 5, Informative

    On a publicly funded school campus, second amendment rights apply. In California in particular, privacy laws apply. I work on a CSU campus as a network analyst. We are not permitted to keep any logs that can link any individual user to any particular destination ip address. We are not permitted to keep outbound firewall logs or any inbound logs that relate to outbound state initiation. We are certainly not permitted to intercept or block encrypted communications in anyway that would otherwise normally be allowed. This applies equally to staff, faculty and students.

  24. Re:Not your home network? No right to complain by Lazy+Jones · · Score: 1

    You're delusional and should go read your network agreement policy again.

    Seems to me like you're the one who is delusional. People can comply with whatever the censorship policy of the local gestapo university is and still use SSL to protect their privacy. But perhaps this will lead to some investigation regarding the use of snooped student/employee data, doesn't sound too legal to me ...

    This isn't new people, it's the way shit works now.

    That's what some people would like us to swallow, but it convinces only the dumbest of us. It ain't the way shit works unless you let it happen, sheeple. :-/

    --
    "I love my job, but I hate talking to people like you" (Freddie Mercury)
  25. Re:Not your home network? No right to complain by pthreadunixman · · Score: 2, Insightful

    I've never understood system/network administrators that get a thrill out of restricting what users can do outside of preventing operational difficulties. I could care less what users do unless they're disrupting service in some way or another. The network is not the right place to enforce human behavior.

  26. nah... by Charliemopps · · Score: 2, Interesting

    Schools should just pull internet access. Yes, I know, it's a useful tool for all of us. But it provides no real help in school. You're supposed to be learning what's in the book, not what slash dots opinion on the subject is. Yes, have computers in the school for word processing, programming, art, etc... But they do not need internet access. In fact, if I were in charge of building a modern school I'd make sure the entire school were a Faraday cage so cellphones would be dead inside it as well.

    1. Re:nah... by KarmaMB84 · · Score: 1

      Make a landline that can be cut the only way to call for help in a SCHOOOL. What could possibly go wrong there?

    2. Re:nah... by selven · · Score: 1

      You're supposed to be learning what's in the book, not what slash dots opinion on the subject is.

      And this is exactly why the internet is a necessary part of education. Students need the internet so they don't just learn what's in some book written by ultra-politically-correct bureaucrats but are rather exposed to different opinions, and hopefully some critical thinking skills come out of that.

    3. Re:nah... by misexistentialist · · Score: 1

      Thinking is best done outside of school walls. Internet is just an excuse for schools to spend millions on useless computers, networking, and subscriptions.

    4. Re:nah... by Andrewkov · · Score: 1

      Agreed. I never had Internet when I was in school. Mind you, that was 20 years ago, but that's beside the point.

    5. Re:nah... by SheeEttin · · Score: 1

      You're supposed to be learning what's in the book, not what slash dots opinion on the subject is.

      Umm... No. Rote memorization is passé--or at least it should be. Nowadays what we need more than anything is critical and creative thinking.
      If you're just memorizing the book, you're not going to get very far. You want to be learning, understanding, and integrating the material into yourself. If you need to access resources on the Internet for this, then so be it.
      And, of course, there's the Internet as a research resource. You can't really expect students to get everything locally, especially for specialized topics. Take, for example, a project on free speech. You might want to refer to the Tinker v. Des Moines case. Without the Internet, you'd probably go to the library.
      In bigger cities, this might not be a problem, but around here, you'd be lucky to find one or two books. Even luckier if they were printed in the last 20 years. With the Internet, you can gather information from worldwide sources.

  27. Mandatory "Computer Access Fees" ? by jmerlin · · Score: 2, Interesting

    If schools are anything like mine, the computer science department requires a $50 "computer access fee" for each computer science course in which you enroll. This would technically constitute payment for services, so a question I have here is if such a mandatory fee is imposed on access to lab machines, do they still have the right to force no SSL traffic? If so, do ISPs have the right to block your SSL traffic to certain websites since in both cases you can technically make the case that you're paying for service. I see this as a nasty can of worms.

  28. Re:Not your home network? No right to complain by Anonymous Coward · · Score: 0

    Also, many companies or organizations need to be able to prove that no confidential information leaves the network due to regulatory compliance. If this is the case, I'd much rather know that something like my medical history or credit information isn't going to leave the company, than let the employees there encrypt their google searches or facebook access. I'm for as much anonymity on the internet as anyone here, but if you work in a place of business that needs to protect patient/customer information, I'd rather my information stay safe than you be able to bank while at work.

  29. Pro SSL by DaMattster · · Score: 2, Interesting

    I am very pro SSL and encryption in general. People have an inherent right to privacy and the argument that wanting privacy implies having something (criminal or unsavory) to hide is just bullshit. I do not like having my web surfing habits snooped or other tricky marketing gimmicks. If I want to use a Google SSL proxy, then I should be able to. If I want to use GNUPG to encrypt my email, I can and will. Even though I use the internet for legal means, I don't want Uncle Sam categorizing my activity and mining it.

    1. Re:Pro SSL by maccodemonkey · · Score: 1

      And as a network administrator, I don't have to let you do those things on my network. You are welcome to find a different network if those are things you want to do.

      Everybody wins!

    2. Re:Pro SSL by bloodhawk · · Score: 1

      On my equipment I also have a right to control whatever the hell I want, if you want to use it then you agree to my network terms. I honestly don't give a shit what you browse, but I do give a shit about what malware and other unsavoury garbage you let into my network. You have the right to refuse to use my network, beyond that you have no rights.

  30. Re:Not your home network? No right to complain by pthreadunixman · · Score: 1

    Sorry, that should have been first amendment.

  31. Re:Not your home network? No right to complain by Anonymous Coward · · Score: 0

    You have a right to government provided systems because you paid for them and they are for the public good. They are there to be used by everyone without discrimination. Without good reason to the contrary, it is wrong to deny access to tax-funded resources. It is a bad idea for governments to get into the filtering game. Filtering is subjective to the values of the people doing the filtering. If it is a public good, and someone using it isn't involved in destructive or illegal behavior, it should be allowed.

    We generally don't police public resources other than for safety, protection, and practical reasons. When is the last time you have heard of someone getting a ticket specifically for using roads to go to a strip club? Although there is a large minority of people who are against that behavior, it is your right since it is for public use. Not everyone has the same values so it is not possible to define a fair usage policy. Of course school rules that are intended only to keep order and promoting a learning environment are reasonable, but this is can be applied to all kinds of activity, not just computer and Internet.

  32. Filter Bypass by halcyon1234 · · Score: 1

    If you're in a school and your traffic is being filtered, then you aren't talking to the right people.

  33. No right to string you up for being disrespectful. by Anonymous Coward · · Score: 0

    You forgot to add

    Submit to my AUTH-OR-IT-Y!

  34. Open access in school's doesn't work by Fone626 · · Score: 5, Insightful

    I was the tech director of a school district for 13 years. I've run schools with very restrictive Internet filters and everything in between to schools with no restrictions at all. What I've found over the years is that the more you restrict the Internet the more the school's grade average goes up, and the nicer the students are to deal with. Our schools consisted of about 75% to 100% of the classes,depending on the school, being delivered though distance learning courses. If you give the kids open access to the Internet 90% of the kids will just chat, play games and watch non educational videos all day every day. They get away with this by leaving a window with their school work up and when the teachers comes to check on them they bring it to front, or by making the offending browser window very very small, so that you can't tell without looking very closely that they aren't doing your work. Left unchecked, at the end of the year, 90% of the students would need to be held back a grade. A couple of side effects of kids that aren't on task is they tend to have very bad classroom behavior that disturbs the students that are trying to stay on task, and most of the time wasters the kids like to use are also HUGE bandwidth hogs, so you end up having to buy 10X the Internet connection that you actually need for the school to function, which only deprives the school of much needed funds that could better be spend on something else.

    The extreme other side of the coin, and the way the school is currently running is to completely block the Internet except for a select few websites that the school needs for their distance learning courses. There are some "research" or "library" computers that the kids need special permission to use when they need to look things up for papers and such. By blocking everything, the grade average of the entire schools district has shot up to record highs, and the classrooms are a lot more quiet and easier to control.
    When it comes down to it, schools are a closed environment that is specially designed for education. When you introduce distractions into that environment that level of education that the kids are getting goes down significantly. It's not a matter of free speech or the school snooping in on private things, it's a matter of making sure that your kids get a certain level of education.
    As for using school computers for personal activities and the school snooping in on them... you weren't supposed to use the computers for personal activities at all. Everyone, teachers and students alike, sign off on the school's computer use policy at the beginning of every year, and I don't know of a school that doesn't require one in some form. We didn't give the teachers computers so that they could maintain contact with their family while they were supposed to be working, and we didn't give the students computers so that they could keep in touch with all their friends on facebook. To argue that it is violating their rights not to be given unfettered Internet access would be like arguing that the school should provide every student with a cell phone so that they could keep in touch with their family and perhaps call people for help on research for papers... even if you could figure out a good reason to give students a cell phone, it would ultimately be a complete flop and a total distraction for an education environment.

    In a traditional school, the students time on a school provided computer would be a lot less and therefore a lot less of noticeable
    on their overall grades, but the problems are still there.

    All that being said, I am completely against any kind of censorship when it comes to my personal Internet, or anyone else's personal Internet, but when you get into a school/business environment, it's no longer YOUR Internet and the owners of the Internet connection can do with it what they like... you have to remember, they don't HAVE to give Internet access at all, and whining that they are blocking access to things that are not in keeping with the task at hand... well maybe you should think about what you are saying before you start whining. After all, you are probably 1 step away from being expelled/fired, and the block is their way protecting you from yourself.

    1. Re:Open access in school's doesn't work by Hojima · · Score: 1

      I don't mean to nit-pick, but I was a high school student, and quite frankly an internet filter was just a plain pain in the ass. Granted I was one of the self-motivated students while a lot of my classmates wasted time, but the filters just didn't do their jobs. What I recommend you try is a software that alerts the respective account with administrative positions of which student is accessing what on the internet. That way, the kids can be punished to prevent them from doddering about when they are not supposed to, while allowing them to access whatever when they need to access it. Yes even games. You had to do something towards the end of the year when the AP exams were over (I went home when they were ALL over, but when only some were over I had to go to school for only a few subjects). One of the things that my AP comp-sci teacher did was, he only allowed his kids to play what they program. Sometimes, he even hosted his own quake or CS server to the students that finish early that day if the test results were good. LMK what you think.

    2. Re:Open access in school's doesn't work by Fone626 · · Score: 2, Insightful

      You said "Granted I was one of the self-motivated students while a lot of my classmates wasted time" which clearly points out that you probably didn't fall into the high percentage of students that can't resist doing things in class that they should be, while acknowledging that it wouldn't work for "a lot" of your classmates. There are a lot of rules/laws in society that effect 100% of the people, but are there to make sure that a smaller percentage of the population isn't hurt or taken advantage of in some way. In a perfect world where we have nothing but self motivated students who aren't easily distracted, there would be not be a need for filters. Even if it was just a small portion of the population, there could be alternative means to control, but with the vast majority of students it's just too much of a temptation not to screw around instead of doing what they are there for, which is to get an education.

      Of course there are exceptions to every rule and we had them as well. There were times we allowed games in the classroom and we had the ability to turn them on for just single computers, a room full of computer, a whole school or anything in between. I would bet that if you were to ask your teachers if s/he would mind if their students as a whole were capable of free access to the Internet while they were trying to teach a class, they would almost universally say no, and the ones who said yes, would probably be low on the list of teachers if the principal were to rank them.

      Imagine this, a very smart self motivated student finishes up whatever they are working on and the teacher allows them to play video games till the end of class. Meanwhile you happen to be the unlucky student next to them that had to deal with a video game going on out of the corner of your eye while you finish up your work. I would bet that you would find that situation more than just a little distracting... how would you like to get a C instead of an A because of being forced into situation...

    3. Re:Open access in school's doesn't work by Anonymous Coward · · Score: 1, Interesting

      What I've found over the years is that the more you restrict the Internet the more the school's grade average goes up, and the nicer the students are to deal with.

      What you should have learned is that wealthier schools are more likely to have filtered internet, better education, and more mannered students.

      What I've found over the years is that people who support filtering the internet are already filtering their own thoughts.

    4. Re:Open access in school's doesn't work by Anonymous Coward · · Score: 0

      After meeting with fellow IT professionals in other school districts who have this same attitude, I'll raise your personal anecdote with my own.

      I'm a currently employed system administrator at a local private school. Since we don't get any funding for tech related activities we don't filter any bit of the internet. Everything is open.

      Yet our kids have the highest grades and college acceptances compared to that of the public schools.

      Is this a logical fallacy that fails to look at the socio-economic causes of good grades/bad grades and child behavior? Yes. Are there many factors that influence grades? Yes.

      Here are some even better questions for the group to answer: Does your experience as an IT professional make you an expert at the children psychology/ education? What about the natural attrition of students over the years or even the maturity of children as they get older?

      There are many reasons why grades go up and why students "seem" to be acting nicer. I can almost guarantee that your job blocking facebook, youtube, twitter, porn, or whatever was not one of them.

      Yeah i'm, posting AC for obvious reasons. Mod me however you like, but it doesn't change the truth that it doesn't do anything.

    5. Re:Open access in school's doesn't work by Anonymous Coward · · Score: 0

      Ah yes, the increasing the digital divide routine...I work in a school as a computer science teacher. Some students have access to the best computers, with the 100 M internet connection. And in the SAME school, other students are given old junk computers with no internet connection... Who do you think is getting more access to more information, to more opinions, to better info, etc.? Yes, people will spend some time on their private matters...so what? Are you in favour of denying people the opportunity to communicate, to expand their horizons, etc.?

      Well, all I can say is, schools of the U.S. of A., Canada, etc., you are being bypassed by the rest of the world...have a look at:
      http://www.linux-watch.com/news/NS9016897370.html
      http://news.slashdot.org/article.pl?sid=06/09/22/2038209
      http://www.osnews.com/story/12611

      So, yeah, you keep up with that DRM, filtering/blocking, etc. crap. See how far that gets you.

    6. Re:Open access in school's doesn't work by Bengie · · Score: 1

      You're post seems very good and I like a lot of the points. Based on what you're saying, it seems filtering the internet is putting a band-aid over the symptoms of a bad educational system. So it does solve some of the issues at hand, but obviously doesn't fix the root of the problem.

      I found I did worse in high school than college. I went from a D student in school to a A student in my major and B+ overall. The only real difference between High School and College is in college they treat you like an adult, so you acted like one. College should start around 16 when you start to understand what you like.

      The funny thing is the stuff my teachers in High School hated about me where my strong points and helped me do well in my major. The teachers in my major loved me. Well.... most...

      A great example I can think about is how likely a parent would leave their kids at home alone. I'm getting to the age where lots of people around me have kids and many have 8-14 year olds. So many parents don't trust their kid(s) to be home alone. They tell me how their kids are just too young. When that pops up, I just have to tell them how when I was 11, I was babysitting my brothers for ~12 hours a day for 2 years. We're talking about a 3 year old and a 4 month old. My brothers are now 18 and 16 and both honor roll students with 4.0 and taking advanced math and yes, we come from a poor family. Think going out to see a movie about once every 3-4 years, owning 2 pair of pants and one pair of shoes, kind of poor.

      We all grew up on TV and the internet in a divorced family and my mom thinks porn is funny.

      The moral of this story. TV, Internet, and porn will get you kids that have 4.0 GPAs and take advanced math with kids two years older than them... wait.. WTF kind of moral is that?!

      meh.. I have ADD and got a C in Eng101 and failed Eng102 then passed Eng102 with a D in college.. Yes, ADD is a disability so don't flog my karma too badly.

  35. Re:Not your home network? No right to complain by adosch · · Score: 1

    Was that before or after you had to google that?

  36. Re:Not your home network? No right to complain by Anonymous Coward · · Score: 0

    The problem is you can get your ass sued off if you don't. Children access porn at a school, you can bet you are fucked.

  37. Sophos Proxies by binaryspiral · · Score: 1

    We use Sophos web proxies that can decrypt ssl traffic using their own ssl cert we install in the browsers on our school's pc's. It automatically skips any banking sites, and doesn't cache data it only scans for threats over ssl which are becoming more common.

  38. it may be their network, but... by Anonymous Coward · · Score: 1, Interesting

    There's already the "it's their network, they can do what they want." This is, technically true. However, do you really want to work for a company that has nothing better to do than snoop on your use of the computer, versus I don't know, actually doing business? Or how about sending your kids to a school that worries about if your kid can hack your systems to see boobies, instead of teaching them something. Hell, if my kids can hack the computers to see boobies, well I guess they're learning computer skills, which is more than the standard curriculum.

    tl;dr: Just because you *can* doesn't mean you *should*.

  39. Might want to rethink that by maillemaker · · Score: 1

    Check back further up in this thread. At least two people have described how to hiijack incoming SSL connections. I don't understand the details, but they are setting up a transparent proxy that intercepts the SSL connection and substitutes their own certificate to the user's browser.

    --
    A work that expires before its copyright never enters the public domain and thus enjoys eternal copyright protection.
    1. Re:Might want to rethink that by icebraining · · Score: 1

      You should red about SSL. The proxy isn't enough: you have to install the CA certificate in the browser, or it won't be accepted (it'll give you that red "Get me out of here!" warning in Firefox).

    2. Re:Might want to rethink that by AK+Marc · · Score: 1

      You can configure systems so that they will connect to a proxy over SSL so that the person on the browser won't know it's not secure. They might notice if they read the certificate, but no one ever actually reads it when it doesn't give any errors. It's not a man-in-the-middle attack if you own the computer. It's effectively extending the Windows certificates to the proxy and trusting that one proxy, and the proxy is what connects securely to the far end. When you can configure the local computer however you want, you can make it happen.

    3. Re:Might want to rethink that by icebraining · · Score: 1

      Yes, that's what I was saying: you have to install the proxy's certificate. But GP was saying the proxy by itself is enough.

    4. Re:Might want to rethink that by AK+Marc · · Score: 1

      I read his as "I don't know what I'm talking about, but I heard you can do this." He was mostly right. You can do it. Your response was "that won't work."

      The response seems to be too pessimistic. "You are right, just remember to install the proxy's certificate" would have been just as accurate and much more positive. He said he didn't know the details. And he missed one easy one. He said, "I don't understand the details, but they are setting up a transparent proxy that intercepts the SSL connection and substitutes their own certificate to the user's browser." That is 100% accurate. It requires that the certificate be installed already, but it's 100% accurate. To essentially respond "you are wrong, learn about SSL before posting" seems to be a very poor response to a 100% accurate post. He stated he didn't know the details, so the detail of installing the certificate before hand was a good detail to inform him of, but in no way does the omission of that detail invalidate his post.

  40. Re:Not your home network? No right to complain by Anonymous Coward · · Score: 0

    SSH over port 80 is awesome. Try blocking that without disrupting your network.

  41. Re:Not your home network? No right to complain by exentropy · · Score: 1

    Porn's an emergency.

  42. Re:Not your home network? No right to complain by Anonymous Coward · · Score: 0

    Not only that, but coupled with httptunnel, their only option is to start wholesale blocks of IP ranges.

  43. Re:Not your home network? No right to complain by shogun · · Score: 1

    Deep packet inspection, anything that doesn't contain a GET/POST or whatever just gets quietly dropped..

  44. Re:Not your home network? No right to complain by pthreadunixman · · Score: 1

    Over https no less.

  45. Re:Not your home network? No right to complain by icebraining · · Score: 1

    should go read your network agreement policy again

    Luckily, such agreements don't trump the law. At least here, they would be in much trouble if they tried to pull a stunt like MITM'ing HTTPS connections and logging the content.

  46. Re:Not your home network? No right to complain by Anonymous Coward · · Score: 0

    I've never understood or comprehended, for that matter, why people/employees/students, ect. think they have rights on a controlled government or educational internet-enabled network.

    If it's a government-funded educational network, I think I have a right to use it for education, including for Google Apps over SSL. That's what the government's funding it for.

  47. arguably, I don't own it but I pay the ISP... by Chirs · · Score: 1

    Arguably, because I pay the ISP they have a responsibility to not tamper with my communications. That said, I have *no* expectation that they won't intercept them. That's why we use encryption, after all.

    In a school or office environment, I generally don't directly pay for the net connection. It is provided via some other entity and I have the choice of using it under whatever rules they offer, or not using it at all.

    1. Re:arguably, I don't own it but I pay the ISP... by pthreadunixman · · Score: 1

      Private enterprise? Sure. Publicly funded k-12 school? Not so clear. Publicly funded university? Absolutely not.

    2. Re:arguably, I don't own it but I pay the ISP... by Anonymous Coward · · Score: 0

      maybe where you come from publicly funded schools and uni's don't haev that right, but that certainly is NOT the norm in the US or in most other countries for that matter. public funding for IT equipment normally comes with agreements of use and more importantly what it cannot be used for and agreement of the policy

  48. What is the article author's major malfunction? by jmorris42 · · Score: 1, Informative

    > The questions at the heart of this situation are: Does a company (school, government) have a
    > right to restrict SSL traffic so it can snoop your data, or does an individual have a right
    > to encrypted Internet facilities?

    No, the question at the heart of this situation is does a school/government/employer have a right to monitor your activity while using their equipment. Everyone pretty much answered that one a decade ago: Yes they do. That ship has already sailed. I get so tired of numbnut crypto weenies running around waving their magic pixie dust thinking it changes everything. Nope. If they have the right to monitor you can't wave your crypto weenie and say "Neener neener, you can't stop me!" and expect no reaction from the system/the man/whatever. They aren't going to be all like, "Oh noes, they have crypto so the rules don't apply to them; they can do whatever they want. We are so powerless against it's awesomeness. Wwwaaahh!" No, they are going to open up the crypto or ban/block your use of it. And this is news how? Even news for nerds?

    --
    Democrat delenda est
  49. Thus learning a lot about networking by Anonymous Coward · · Score: 0

    Maybe they did you a favor forcing you to learn all of that.

  50. Sad how everybody in the US likes filtering by Anonymous Coward · · Score: 0

    It's really sad to see how many people here think that it's ok that employers/schools/whatever is monitoring what they are doing. I never realized how common policies like these seem to be in the US. Here in Scandinavia, this would be practically unheard of and probably against several laws. No matter what equipment you are using, nobody should have the right to view your data! Well, at least now I know it's not only places like China and Iran that are buying those content filters :)

    1. Re:Sad how everybody in the US likes filtering by ledow · · Score: 1

      If your employer / school is providing you with access, yes, it's damn well up to the employer what they do. Nobody is *making* you use the Internet at work for social purposes. The alternative is for your employer to block ALL internet access entirely at work. They give it to you as a courtesy because it comes "for free" with any business network and the employers like the convenience of being able to use it.

      So long as they *tell* you, so long as you *know* and so long as you agree to the rules of using it, it's no different to using a cafe's wifi, or your neighbours connection, or letting friends use your connection - if you break the rules, expect to have the rules *enforced*. At the end of the day, it's a *private* network for the business's use, not yours. If you are allowed to go on Hotmail or whatever, damn well expect it to be monitored - that doesn't automatically mean they know your Hotmail password and can read your email - but expect to have your activity monitored.

      I work in school IT. Many years ago at a school that shall remain anonymous, we put one teacher behind bars because they used the *school* internet connection to download child pornography. The alternative doesn't bear thinking about. If we weren't monitoring, we'd never have found him. If we didn't monitor the kids, every 11 year old on the planet would be swamped in pornography and cyber-bullying every free minute they have. In reality, IT really don't give a shit about what sites you go on so long as you don't cause the business/school problems - it's a staff perk that we let them use it for social purposes, not a right. We certainly don't care about the content of your personal emails (business emails is another thing entirely and expect to have every word scrutinised) and most caching software does NOT log content like that.

      It's *bollocks* that Scandanavian companies don't do this too. EU laws sometimes require it, business has no choice but to do it or cut all Internet connections in businesses. There is no way to distinguish between "work-related Internet" and "personal Internet" without monitoring it. And there is no way that *any* company can leave itself liable to illegal acts by giving employees a completely unmonitored Internet connection that anonymises their usage. Stop talking crap.

  51. Re:In Finland hell broke loose when FB was blocked by Anonymous Coward · · Score: 0

    In Finland, there was a local town that tried to block its employees from using Facebook, claiming it was using too much of their network resources. Well, all hell broke loose in the newspapers and they unblocked it within a matter of days saying it was a mistake. The company I'm working for encourage social networking sites, saying its important to make connections. Of course this doesn't mean that you spend half of your working day there, but as long as you are doing your job, why should they care what you are doing? Not to mention that snooping on data would be against several laws. It's really sad to see how many people here are defending these things.

  52. If you have some time... by davidshewitt · · Score: 1

    listen to (or read the transcript) of Security Now episode #293 http://www.grc.com/securitynow.htm#243 . The discussion goes into detail about how governments can compel CAs to issue intermediate level CA certs, and the implications of doing so.

  53. shouldn't this restart the browsers wars? by roman_mir · · Score: 1

    Firefox should make it easier for the users and admins to provide encrypted connection. Also it looks like it is possible for a browser to do quite a bit more, than just show a stupid lock on top of the address bar. Allowing a secure connection over port 80 rather than 443 could be a start. Getting certificate from a site and then comparing the site address to the certificate to make sure that there is no discrepancy is another. I am sure more things can be thought of, but as was said in this thread just a little while ago FF should not make it super difficult for site admins to run self-signed certificates. Do not make it more difficult than it already is to run a site with ssl on and you'll see many sites implement encrypted connections with self signed certs. Then the sites could also publish their fingerprint on the main/home page and explain to the users how to check that the cert they are using is correct.

    Browsers can do so much more to educate the public and help the Internet to become more secure through encryption but they chose to follow a bizarre pattern of making it look like a plain text connection is less of a problem than a connection with a self signed certificate it is not funny at all.

  54. Re:Not your home network? No right to complain by noidentity · · Score: 1

    Pedantic: you do have a right to complain, just as you have a right to complain that the sun rises each day or the sky is blue.

  55. Privacy for kids is a human right. see UN by Anonymous Coward · · Score: 0

    The UN Convention on the Rights of the Child http://www2.ohchr.org/english/law/crc.htm Articles 13 to 16 forbid snooping. Kids have rights! Blocking SSL during class time might be ok though.

  56. Data Protection Act 1998 by john.wingfield · · Score: 1

    At first face, there is no issue with the Data Protection Act 1998: the computer and network belongs to the school (or university) and there is no "right of access" to the Internet. The situation might be different if staff or students were obliged to use the school's computers to access certain resources that required the sharing of personal data. Examples might be registration or HR systems run by a third party. The seventh data protection principle requires that:

    "Appropriate technical and organisational measures shall be taken against unauthorised or unlawful processing of personal data and against accidental loss or destruction of, or damage to, personal data."

    The Act goes on to say that:

    "Having regard to the state of technological development and the cost of implementing any measures, the measures must ensure a level of security appropriate to... the harm that might result from such unauthorised or unlawful processing or accidental loss, destruction or damage as are mentioned in the seventh principle..."

    The usual interpretation of this requirement with respect to web traffic is that HTTPS/SSL is required for the transmission of personal data. In fact, this has been an explicit requirement for public authorities in the UK since the high profile loss of data by HM Revenue & Customs in 2007.

    Therefore, in the specific circumstance where a public authority required the sharing of personal data electronically by its staff or clients, it is likely that blocking HTTPS/SSL would lead to a breach of the Act.

  57. I am a content filter vendor by Anonymous Coward · · Score: 0

    We instruct all our clients (mostly schools) to block 443 by default, and make exceptions only to sites when they are needed by staff. We recommend they put in a system where the staff must request access to HTTPS sites specifically in writing, and justify their need.

    99% of the HTTPS sites they "need" to get to are for personal shopping, personal banking, personal email, and personal portfolio management. Hardly necessary for them to be attending to the needs of their students.

    The IT staff who utilize our filters have thanked us many times over for this approach. It creates oversight of public employees in a public institution where one is desperately needed.

  58. Non-issue - simply decide if you *want* to filter. by v1z · · Score: 1

    This is a non-issue, mostly.

    If you want to filter traffic, and maintain any level of control, first block all internet traffic from computers. Then set up filtering proxys on the application level, for the protocols you want to grant access to. Yes, that means that when a 10 year old hacks your squid-guard machine, she'll be able to steal teachers credit card numbers. But then 8 year olds already had them, because they'd installed hardware keyloggers on a few select pcs...

    The fact that it's possible to block/manipulate plaintext protocols is just a bug -- not a feature. Just look at all the sites that still use plain http for login.

    You'd still need to monitor for unauthorized wireless lans, student cellphones etc. Most schools I know of don't allow students to use cellphones in class, I see no reason why SSL-traffic shouldn't be limited/filtered in order to provide fewer distractions during class.

    Have the firewalls open up all traffic during breaks/lunch hour and/or the application proxies enable xmmp during those times -- or have a simple front end for each vlan/subnet (ie: classrom) where the teacher can select between no-filtering/blacklists+content filter/whitelists.

    For good arguments about *why* a school might want to filter/restrict traffic see: http://yro.slashdot.org/comments.pl?sid=1693516&cid=32649110

  59. "Rights" on someone else's computer/network? by stevegee58 · · Score: 0, Redundant

    All this talk about "having rights" is completely inane. If you're on a school computer or network (or work, or the library), you use it under their terms. Simple.

    If their terms are they can block, snoop, etc and those terms are unacceptable, then don't use that network. Assume you're being watched and act accordingly.

  60. SSL? by Porchroof · · Score: 1

    What is SSL?

    --
    Fata viam invenient.
    1. Re:SSL? by Ash-Fox · · Score: 1

      What is SSL?

      Here is your answer.

      --
      Change is certain; progress is not obligatory.
  61. When school is home by tepples · · Score: 1

    I've never understood or comprehended, for that matter, why people/employees/students, ect. think they have rights on a controlled government or educational internet-enabled network.

    Shouldn't someone who lives at school have the same rights in the dorm room that he rents that anyone else has in an apartment?

    1. Re:When school is home by adosch · · Score: 1

      Shouldn't someone who lives at school have the same rights in the dorm room that he rents that anyone else has in an apartment?

      We're not talking about renter's rights. RTFA much? Could we get any more trolls or buffoons?

  62. Research for persuasive speech by tepples · · Score: 1

    Yes, have computers in the school for word processing, programming, art, etc... But they do not need internet access.

    So the English teacher has assigned a persuasive speech on a controversial topic as the term project. (The middle school I went to assigned one of these a year.) This requires research about the pro and con arguments that goes beyond the limited paper holdings of the school's library.

  63. Unless school is home by tepples · · Score: 1

    Many of those kids will go home and browse porn there instead.

    Unless school is home, specifically a dormitory on campus.

  64. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  65. Re:Not your home network? No right to complain by Ash-Fox · · Score: 1

    SSH over port 80 is awesome. Try blocking that without disrupting your network.

    I set my transparent proxy to force legitimate HTTP methods only. Not a problem.

    --
    Change is certain; progress is not obligatory.
  66. Re:Not your home network? No right to complain by Anonymous Coward · · Score: 0

    I don't think network privacy laws have anything to do with firearms ownership.

  67. Read which FA? by tepples · · Score: 1

    We're not talking about renter's rights.

    When the student is renting from the school, we are talking about renter's rights.

    RTFA much?

    Which of the five linked articles makes it clear that students' ability to access the Internet from dormitories is not in question?

  68. School Filtering by skyggen · · Score: 1

    This country (America) is so retarded when it comes to nudity. We rather say "NO! Don't look at that!" then explain what it is you are looking at it.

  69. Re:Not your home network? No right to complain by Anonymous Coward · · Score: 0

    Second Amendment rights apply?

  70. Re:Not your home network? No right to complain by josh82 · · Score: 1

    You're delusional and should go read your network agreement policy again.

    Network agreement policies aren't law. And even their terms are often enforced by a legal system, you can't sign away some rights (legally-speaking) no matter how hard you try, and no matter how awesome you believe your contracting powers to be. Clauses in otherwise legally-binding contracts are invalidated all the time for this reason.

  71. Re:Not your home network? No right to complain by Asic+Eng · · Score: 1
    I don't really understand why we are still thinking of computers and networks like these huge expensive mainframes which fill entire houses and where you have to carefully maintain schedules of computing time and the like. Computers today are comparable to desks. They are as commonplace and as expensive as desks. Most people would laugh at the idea that you would need to sign a "desk usage policy" that there'd be someone employed to check that you are using your desk in accordance with company guidelines, that it would be an issue what an employee stores in their desk or whether an employee pens a private note on his desk.

    Why do we still make this fuss about computers?

  72. Re:Not your home network? No right to complain by Bengie · · Score: 1

    My Uni specifically stated you can browse ANYTHING so long as it's legal and you have to stop or move if someone says it offends them. That was for all public workstations.

    I worked for the IT at my Uni and found out how well they took advantage of AD policies and really locked down those computers as to make it very hard for someone to get virii installed. Computers were also automatically re-imaged once per week. That was cool. Central server would weekly execute a script to force the computers to reboot and the PXE server switched to a new image and re-imaged the machines. Helped to keep the computers running well.

  73. Thank you. by maillemaker · · Score: 1

    Thank you, that is precisely what I meant.

    --
    A work that expires before its copyright never enters the public domain and thus enjoys eternal copyright protection.
  74. Heard on the campus by Anonymous Coward · · Score: 0

    Google: "What gives anyone the right to view your search results... Thats our job dam it!"

  75. Why? by xenobyte · · Score: 1

    Exactly why is it okay to invade people's privacy and demand the right to snoop on searches and censor the results just because the people in question happen to be students or pupils?

    Now that is the real question!

    If you are afraid of students finding nasty stuff (or looking for it) - educate them! - Don't censor them! - Teach them to handle real life and the stupid people it it. Yes, there's nazis, pedophiles, hate speech and p0rn out there, and it's impossible not to encounter it somewhere somehow. Teach them to be critical and not trust anyone out there.

    That's the better way, the way it is handled in more civilized countries... ;)

    --
    "For every complex problem, there is a solution that is simple, neat, and wrong." -- H.L. Mencken (1880-1956) --
  76. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  77. Taxpayers OWN it, not YOU, or your school district by Anonymous Coward · · Score: 0

    "school/business environment, it's no longer YOUR Internet and the owners of the Internet connection can do with it what they like" - by Fone626 (6793) on Monday June 21, @11:23PM (#32649110)

    Per my subject-line, YOU (or your school district for that matter) DO NOT "OWN" IT - the taxpayers of that area do (& that's these kids' parents + others who pay taxes in order for YOU to have a job, period).

    ---

    "well maybe you should think about what you are saying before you start whining." - by Fone626 (6793) on Monday June 21, @11:23PM (#32649110)

    Perhaps YOU should do the same? See the above, and what's next below...

    ---

    "you have to remember, they don't HAVE to give Internet access at all" - by Fone626 (6793) on Monday June 21, @11:23PM (#32649110)

    Then on the converse, WE as tax paying citizenry don't have to give you a job, either... get it?

    APK

    P.S.=> Get ALL of that above, through your head, CIVIL SERVANT! apk