<div dir="ltr">Hi all,<br><br> <a href="https://www.spinics.net/lists/squid/msg90523.html">https://www.spinics.net/lists/squid/msg90523.html</a><br><br>As mentioned in the above URL, I would like to use "SSL Bump with HTTP Cache Peer Parent" as well.<br>However, still seems not be supported like the following.<br><br>- FwdState.cc (in squid-4.8 which is currect stable version)<br>   825  FwdState::connectStart()<br>   826  {<br>   827      assert(serverDestinations.size() > 0);<br>   828<br>   829      debugs(17, 3, "fwdConnectStart: " << entry->url());<br>   830<br>   831      request->hier.startPeerClock();<br>   832<br>   833      // Do not fowrward bumped connections to parent proxy unless it is an<br>   834      // origin server<br>   835      if (serverDestinations[0]->getPeer() && !serverDestinations[0]->getPeer()->options.originserver && request->flags.sslBumped) {<br>   836          debugs(50, 4, "fwdConnectStart: Ssl bumped connections through parent proxy are not allowed");<br>   837          ErrorState *anErr = new ErrorState(ERR_CANNOT_FORWARD, Http::scServiceUnavailable, request);<br>   838          fail(anErr);<br>   839          self = NULL; // refcounted<br>   840          return;<br>   841      }<br><br>Do you have any plan to support that? or Are there any solutions for that ?<br><br>Regards,<br>--<br>Mikio Kishi<br></div>