<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 3, 2017 at 2:56 PM, Matus UHLAR - fantomas <span dir="ltr"><<a href="mailto:uhlar@fantomas.sk" target="_blank">uhlar@fantomas.sk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
On 03.03.17 10:02, sothy shan wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I am trying to test reverse proxy with HTTPS. For example, client makes<br>
HTTPS request to squid server which make another HTTPS request to web<br>
server.<br>
</blockquote></blockquote></blockquote>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
On Fri, Mar 3, 2017 at 12:59 PM, Matus UHLAR - fantomas <<a href="mailto:uhlar@fantomas.sk" target="_blank">uhlar@fantomas.sk</a>><br>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
what point does this have, except disabling client certificates?<br>
</blockquote></blockquote>
<br></span><span class="gmail-">
On 03.03.17 14:09, sothy shan wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Will it work as expect (i.e. reverse HTTPS Proxy) when I disable client<br>
certificates?<br>
</blockquote>
<br></span>
It should work even without disabling client certificates, it just makes<br>
little sense.<br>
<br>
Talking to servers using HTTP and thus behaving like SSL accelerator makes<br>
sense.<br>
<br>
Behaving like caching accelerator while using SSL on both sides makes little<br>
sense, of course depending on cacheability of the content.<span class="gmail-"><br></span></blockquote><div><br></div><div>In order to check first rever proxy with HTTP, I am using squid-4.0.18.<br></div><div>The following changes are added into /etc/squid/squid.conf<br>+++++++++++++++++++++++++++++++++++++++++++++++++++++++<br><br>http_port <a href="http://192.168.1.69:80">192.168.1.69:80</a> accel defaultsite=<a href="http://www.xxxx.fr">www.xxxx.fr</a><br>cache_peer X.Y.W.Z parent 80 0 no-query originserver name=myAccel<br><br>acl our_sites dstdomain <a href="http://www.lemonde.fr">www.lemonde.fr</a><br>http_access allow our_sites<br>cache_peer_acces myAccel allow our_sites<br>cache_peer_access myAccel deny all<br><br></div><div>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br> <br></div><div>After that I am manually running <br>$sudo squid -d 2 -a 80 -N -X<br><br></div><div>Squid is not running and stopped in the middle without any error msg.<br><br></div><div>Do you see where is problem?<br><br></div><div>Best regards<br></div><div>Sothy<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">
-- <br>
Matus UHLAR - fantomas, <a href="mailto:uhlar@fantomas.sk" target="_blank">uhlar@fantomas.sk</a> ; <a href="http://www.fantomas.sk/" rel="noreferrer" target="_blank">http://www.fantomas.sk/</a><br>
Warning: I wish NOT to receive e-mail advertising to this address.<br>
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.<br></span>
Nothing is fool-proof to a talented fool. ______________________________<wbr>_________________<div class="gmail-HOEnZb"><div class="gmail-h5"><br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.<wbr>org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/l<wbr>istinfo/squid-users</a><br>
</div></div></blockquote></div><br></div></div>