<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Em 20/06/2016 11:02, Jobin George escreveu:<br>
    <blockquote
cite="mid:SN2PR05MB2638027BA76D0900CDF93061A82A0@SN2PR05MB2638.namprd05.prod.outlook.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I am trying to setup squid3 as an HTTPS
          proxy using the tutorial given [here][1]. I have properly
          setup the proxy settings in my browser and when I try to hit
          **HTTP** web sites, I am able to connect successfully.
          However, I keep getting a "Connection timed out error"
          whenever I hit an **HTTPS** protocol web site and the
          following error in my `/var/log/squid3/cache.log`:<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">    2016/06/20 19:12:47|  NF
          getsockopt(SO_ORIGINAL_DST) failed on
          local=<local_ip_address>:3129
          remote=<remote_ip_address>:55209 FD 8 flags=33: (92)
          Protocol not available<o:p></o:p></p>
      </div>
    </blockquote>
    Hi Jobin,<br>
    For the intercepted mode, the following example worked for me:<br>
    <br>
<a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/pipermail/squid-users/2015-June/004471.html">http://lists.squid-cache.org/pipermail/squid-users/2015-June/004471.html</a><br>
    <br>
    Bruno<br>
  </body>
</html>