<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    -----BEGIN PGP SIGNED MESSAGE----- <br>
    Hash: SHA256 <br>
     <br>
    Heh. The same question I've asked early.<br>
    <br>
    Condolences. You can try at your own risk. But.... B1 security and
    your full responsibility.<br>
    <br>
    25.09.15 1:32, Jorgeley Junior пишет:<br>
    <span style="white-space: pre;">> So, if my traffic are more
      https than http there's no need to use squid.<br>
      > Man, most of sites are https, what's the purpose of using
      squid?<br>
      ><br>
      > 2015-09-24 16:13 GMT-03:00 Yuri Voinov
      <a class="moz-txt-link-rfc2396E" href="mailto:yvoinov@gmail.com"><yvoinov@gmail.com></a>:<br>
      ><br>
      >><br>
      > First. This is potentially dangerous. Can you guarantee your
      proxy never<br>
      > has physical/network access by intruders? HTTPS can contain
      sensitive data.<br>
      > You really sure you want problems with users? AS a minimum
      you need protect<br>
      > your proxy at level B2 (by Orange Book).<br>
      ><br>
      > Second. Yes, it dangerous, but possible with SSL Bump. With
      very agressive<br>
      > cache parameters and with conjunction previous sentence. So,
      this is<br>
      > dangerous for many sites - for it's functionality and
      security, in general.<br>
      ><br>
      > You still sure you want to do this?<br>
      ><br>
      > 24.09.15 20:46, Jorgeley Junior пишет:<br>
      > >>> Can we do that to cache https?<br>
      > >>> http_port 3128 ssl-bump
      generate-host-certificates=on<br>
      > >>> dynamic_cert_mem_cache_size=4MB
      cert=/usr/local/squid/etc/monkey.pem<br>
      > >>><br>
      > >>> 2015-09-24 11:24 GMT-03:00 Jorgeley Junior
      <a class="moz-txt-link-rfc2396E" href="mailto:jorgeley@gmail.com"><jorgeley@gmail.com></a><br>
      > <a class="moz-txt-link-rfc2396E" href="mailto:jorgeley@gmail.com"><jorgeley@gmail.com></a>:<br>
      > >>><br>
      > >>>> Is it not possible to cache the https due
      the encryption?<br>
      > >>>><br>
      > >>>> 2015-09-18 9:44 GMT-03:00 Antony Stone<br>
      > <a class="moz-txt-link-rfc2396E" href="mailto:Antony.Stone@squid.open.source.it"><Antony.Stone@squid.open.source.it></a>
      <a class="moz-txt-link-rfc2396E" href="mailto:Antony.Stone@squid.open.source.it"><Antony.Stone@squid.open.source.it></a><br>
      > >>>> :<br>
      > >>>><br>
      > >>>>> On Friday 18 September 2015 at 14:27:42,
      Jorgeley Junior wrote:<br>
      > >>>>><br>
      > >>>>>> there is a way to improve it?<br>
      > >>>>><br>
      > >>>>> Improve what?  The percentage of your
      traffic which is cached, or the<br>
      > >>>>> accuracy<br>
      > >>>>> of the information reported by your
      monitoring system?<br>
      > >>>>><br>
      > >>>>><br>
      > >>>>> If you want to cache more content:<br>
      > >>>>><br>
      > >>>>> 1. Make sure the sites being visited
      have available content (note that<br>
      > >>>>> 12.6%<br>
      > >>>>> of your requests resulted in the remote
      server saying some variation on<br>
      > >>>>> "nothing available").<br>
      > >>>>><br>
      > >>>>> 2. Ignore things which are meaningless -
      such as the 27% of your<br>
      > requests<br>
      > >>>>> which resulted in 407 Authentication
      Required - that tells you nothing<br>
      > >>>>> about<br>
      > >>>>> whether the user then successfully
      authenticated and got what they<br>
      > >>>>> wanted, or<br>
      > >>>>> didn't, but either way it's a standard
      response from the server which<br>
      > >>>>> tells<br>
      > >>>>> you nothing about the effectiveness of
      your cache.<br>
      > >>>>><br>
      > >>>>> 3. Make sure your traffic is HTTP
      instead of HTTPS.<br>
      > >>>>><br>
      > >>>>> 4. Make sure your users are visiting the
      same sites repeatedly so that<br>
      > >>>>> content<br>
      > >>>>> which gets cached gets re-used.<br>
      > >>>>><br>
      > >>>>> 5. Make sure the sites they're visiting
      are not setting "don't cache"<br>
      > or<br>
      > >>>>> "already expired" headers (such as is
      common for news sites, for<br>
      > example)<br>
      > >>>>> so<br>
      > >>>>> that the content is cacheable.<br>
      > >>>>><br>
      > >>>>> 6. Run your cache for long enough that
      it's likely to have a<br>
      > >>>>> representative<br>
      > >>>>> proportion of what the users are asking
      for when you start measuring<br>
      > its<br>
      > >>>>> effectiveness - if you start from an
      empty cache and pass requests<br>
      > >>>>> through it,<br>
      > >>>>> it's going to take some time for the
      content to build up so that you<br>
      > see<br>
      > >>>>> some<br>
      > >>>>> hits.<br>
      > >>>>><br>
      > >>>>><br>
      > >>>>> If you want to improve the information
      you're getting from the<br>
      > monitoring<br>
      > >>>>> system, make sure it's telling you how
      much was cached as a proportion<br>
      > of<br>
      > >>>>> requests which could have been cached -
      in other words, leave out HTTPS<br>
      > >>>>> (36%)<br>
      > >>>>> and 407 Auth Required (27%), plus
      anything where the remote server had<br>
      > >>>>> nothing<br>
      > >>>>> to provide (13%), and requests where the
      user's browser already had a<br>
      > >>>>> cached<br>
      > >>>>> copy and didn't to request an update
      (4%).<br>
      > >>>>><br>
      > >>>>> That throws out 80% of your current
      statistics, so you concentrate on<br>
      > the<br>
      > >>>>> data<br>
      > >>>>> about connections Squid *could* have
      helped with.<br>
      > >>>>><br>
      > >>>>>> 2015-09-18 8:25 GMT-03:00 Antony
      Stone:<br>
      > >>>>>>> On Friday 18 September 2015 at
      13:13:27, Jorgeley Junior wrote:<br>
      > >>>>>>>> hey guys, forgot-me? :(<br>
      > >>>>>>><br>
      > >>>>>>> Surely you can see for yourself
      how many connections you've had of<br>
      > >>>>>>> different types?  Here are the
      most common (all those over 100<br>
      > >>>>> instances)<br>
      > >>>>>>> from your list of 5240 results<br>
      > >>>>>>><br>
      > >>>>>>>>>     290 TAG_NONE/503<br>
      > >>>>>>>>>     368 TCP_DENIED/403<br>
      > >>>>>>>>>    1421 TCP_DENIED/407<br>
      > >>>>>>>>>     680 TCP_MISS/200<br>
      > >>>>>>>>>     192
      TCP_REFRESH_UNMODIFIED/304<br>
      > >>>>>>>>>    1896 TCP_TUNNEL/200<br>
      > >>>>>>><br>
      > >>>>>>> So:<br>
      > >>>>>>><br>
      > >>>>>>> 290 (5.5%) got a 503 result
      (service unavailable)<br>
      > >>>>>>> 368 (7%) were denied by the
      remote server with code 403 (forbidden)<br>
      > >>>>>>> 1421 (27%) were deined by the
      remote server with code 407 (auth<br>
      > >>>>> required)<br>
      > >>>>>>> 680 (13%) were successfully
      retreived from the remote servers but<br>
      > were<br>
      > >>>>>>> not previously in your cache<br>
      > >>>>>>> 192 (3.6%) were already cached
      by your browser and didn't need to be<br>
      > >>>>>>> retreived<br>
      > >>>>>>> 1896 (36%) were successful HTTPS
      tunneled connections, simply being<br>
      > >>>>>>> forwarded<br>
      > >>>>>>> by the proxy<br>
      > >>>>>>><br>
      > >>>>>>> This accounts for 4847 (92.5%)
      of your 5240 results.<br>
      > >>>>>>><br>
      > >>>>>>> As you can see, just measuring
      HIT and MISS is not the whole picture.<br>
      > >>>>>>><br>
      > >>>>>>><br>
      > >>>>>>> Hope that helps,<br>
      > >>>>>>><br>
      > >>>>>>><br>
      > >>>>>>> Antony.<br>
      > >>>>><br>
      > >>>>> --<br>
      > >>>>> "The problem with television is that the
      people must sit and keep their<br>
      > >>>>> eyes<br>
      > >>>>> glued on a screen; the average American
      family hasn't time for it."<br>
      > >>>>><br>
      > >>>>>  - New York Times, following a
      demonstration at the 1939 World's Fair.<br>
      > >>>>><br>
      >
      >>>>>                                                   
      Please reply to the<br>
      > >>>>> list;<br>
      >
      >>>>>                                                         
      please *don't*<br>
      > >>>>> CC me.<br>
      > >>>>>
      _______________________________________________<br>
      > >>>>> squid-users mailing list<br>
      > >>>>> <a class="moz-txt-link-abbreviated" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
      > >>>>>
      <a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a><br>
      > >>>>><br>
      > >>>><br>
      > >>>><br>
      > >>>><br>
      > >>>> --<br>
      > >>>><br>
      > >>>><br>
      > >>>><br>
      > >>><br>
      > >>><br>
      > >>> --<br>
      > >>><br>
      > >>><br>
      > >>><br>
      > >>> _______________________________________________<br>
      > >>> squid-users mailing list<br>
      > >>> <a class="moz-txt-link-abbreviated" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
      > >>>
      <a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a><br>
      ><br>
      >><br>
      >><br>
      >> _______________________________________________<br>
      >> squid-users mailing list<br>
      >> <a class="moz-txt-link-abbreviated" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
      >> <a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a><br>
      >><br>
      >><br>
      ><br>
      ><br>
      > --<br>
      ></span><br>
    <br>
    -----BEGIN PGP SIGNATURE-----
<br>
    Version: GnuPG v2
<br>
     <br>
    iQEcBAEBCAAGBQJWBGJNAAoJENNXIZxhPexGJ1gIAKBJIiLf0OIX/sFyqGMDGUkR
<br>
    gUQ1rbc3GXcqMylz8s7bH991/GfxC1cl69XqnN81rViZfPJ/uEm0PDlZg76AhCV7
<br>
    7nn837cOYtOnlubN229k1d2s5IGK+sH7/gwk4aR9vymnd4rzgmtMBT3r/VB0QcMZ
<br>
    x3EmFU2I+/lENmhLjiKKAXC+kVmIy2zH5q9jRgNuzTKp0fb9p6sSKd3lb/k91FZr
<br>
    ZyYf87q8I4vZcJc9rsKBFWbMWNn/CxSIJkFzRcjSCviryjb2ebDPDRrCCHDWBHqK
<br>
    j/fP/0naWFeSj52bEe84LdN10db9wCJsjS+7K8qz1n6znMbrJ5iZ5YGqJ4g7mhU=
<br>
    =agwC
<br>
    -----END PGP SIGNATURE-----
<br>
    <br>
  </body>
</html>