[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squid-users
Subject:    Re: [squid-users] Squid and Epic Games HCapctca
From:       Adam Barnett <abarnett () belofx ! com>
Date:       2022-08-11 21:22:07
Message-ID: CAP9Tep6McDDemXj11NmhQLJJ-qmc19RP-C=ZAB2UNp2CPwRQAQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Sorry to bombard, but the plot thickens. it all works find on linux chrome
( centos 7) but windows 10/2022 server chrome you get the error

i did not think anything in squid is os specific



On Thu, 11 Aug 2022 at 21:41, Adam Barnett <abarnett@belofx.com> wrote:

> I have finally managed to get hold of someone from Epic Games and they
> took a look over their secret logs and said that it looks like squid is
> dropping/closing the connection too soon
> 
> Any suggestions on what i can change to keep the connection open or from
> dropping
> 
> Thanks
> 
> On Fri, 5 Aug 2022 at 15:57, Alex Rousskov <
> rousskov@measurement-factory.com> wrote:
> 
> > On 8/5/22 05:10, Adam Barnett wrote:
> > > maybe i am doing something wrong, here is my config
> > 
> > > ssl_bump splice ...
> > > ssl_bump bump dst_quixel
> > > ssl_bump peek dst_quixel
> > > ssl_bump stare dst_quixel
> > 
> > 
> > The combination of the last three ssl_bump rules does not make sense
> > because Squid will never reach those peek and stare rules. The bump rule
> > can be applied during any SslBump step, so Squid will not see any
> > same-ACL ssl_bump directives below it -- the first matching rule (that
> > can be applied during the current step) wins.
> > 
> > I do not know what logic you are trying to express with those rules, but
> > the above configuration does not express that (or any) logic well. I
> > hope Eliezer can guide you towards a reasonable solution here.
> > 
> > 
> > HTH,
> > 
> > Alex.
> > 
> > 
> > 
> > > 
> > > On Thu, 4 Aug 2022 at 22:58, <ngtech1ltd@gmail.com
> > > <mailto:ngtech1ltd@gmail.com>> wrote:
> > > 
> > > Please don't bang your headโ€ฆ everybody is here for you.____
> > > 
> > > Sometimes it takes time to respond but you will get your
> > answers.____
> > > 
> > > __ __
> > > 
> > > 
> > https://www.ngtech.co.il/squid/support-save/support-save-2022-08-05_00-51-47.tar.gz
> > 
> > > <
> > https://www.ngtech.co.il/squid/support-save/support-save-2022-08-05_00-51-47.tar.gz
> > 
> > > ____
> > > 
> > > __ __
> > > 
> > > Is not the fastest connection and it has a blacklist in the DB dump
> > > so for now it's a production system but works good enough for
> > me.____
> > > 
> > > I hope it's not too much information in the support save file.____
> > > 
> > > __ __
> > > 
> > > Let me know if it makes more sense for you.____
> > > 
> > > AlsoI am happy that you have asked this question since now others
> > > can enjoy from the answer ๐Ÿ˜Š____
> > > 
> > > __ __
> > > 
> > > Eliezer____
> > > 
> > > __ __
> > > 
> > > ----____
> > > 
> > > Eliezer Croitoru____
> > > 
> > > NgTech, Tech Support____
> > > 
> > > Mobile: +972-5-28704261____
> > > 
> > > Email: ngtech1ltd@gmail.com <mailto:ngtech1ltd@gmail.com>____
> > > 
> > > Web: https://ngtech.co.il/ <https://ngtech.co.il/>____
> > > 
> > > My-Tube: https://tube.ngtech.co.il/ <https://tube.ngtech.co.il/
> > > ____
> > > 
> > > __ __
> > > 
> > > *From:*Adam Barnett <abarnett@belofx.com <mailto:
> > abarnett@belofx.com>>
> > > *Sent:* Friday, 5 August 2022 0:44
> > > *To:* ngtech1ltd@gmail.com <mailto:ngtech1ltd@gmail.com>
> > > *Cc:* squid-users@lists.squid-cache.org
> > > <mailto:squid-users@lists.squid-cache.org>
> > > *Subject:* Re: [squid-users] Squid and Epic Games HCapctca____
> > > 
> > > __ __
> > > 
> > > Sure, the more the beter, ive been banging my head against the wall
> > > for a while on this____
> > > 
> > > __ __
> > > 
> > > Adam ____
> > > 
> > > __ __
> > > 
> > > On Thu, 4 Aug 2022 at 22:41, <ngtech1ltd@gmail.com
> > > <mailto:ngtech1ltd@gmail.com>> wrote:____
> > > 
> > > You are welcome.____
> > > 
> > > ____
> > > 
> > > I wrote an app that does everything for me so I just need to
> > > dump the database into a:____
> > > 
> > > ssl::server_namedirective____
> > > 
> > > ____
> > > 
> > > it's basically:____
> > > 
> > > ## START____
> > > 
> > > aclNoBump_server_name ssl::server_name
> > > "/etc/squid/no-ssl-bump-server-name.list"____
> > > 
> > > ____
> > > 
> > > acltls_to_splice any-of inspect_only NoBump_src
> > > NoBump_server_name NoBump_server_regex_by_urls_domain
> > > NoBump_server_regex____
> > > 
> > > ____
> > > 
> > > ssl_bumppeek app_matcher_helper____
> > > 
> > > ssl_bumppeek tls_s1_connect____
> > > 
> > > ____
> > > 
> > > ssl_bumpbump app_matcher_helper____
> > > 
> > > ssl_bumpbump app_reader_helper____
> > > 
> > > ssl_bumpbump deny_note____
> > > 
> > > ____
> > > 
> > > ssl_bumpsplice app_matcher_helper____
> > > 
> > > ssl_bumpsplice tls_to_splice____
> > > 
> > > ____
> > > 
> > > ssl_bumpstare app_matcher_helper____
> > > 
> > > ssl_bumpstare tls_s2_client_hello____
> > > 
> > > ____
> > > 
> > > ssl_bumpbump app_matcher_helper____
> > > 
> > > ssl_bumpbump tls_to_bump____
> > > 
> > > ## END____
> > > 
> > > ____
> > > 
> > > If you want I can upload a snippet of the whole setup dump with
> > > hope you could make use of it.____
> > > 
> > > ____
> > > 
> > > Eliezer____
> > > 
> > > ____
> > > 
> > > ----____
> > > 
> > > Eliezer Croitoru____
> > > 
> > > NgTech, Tech Support____
> > > 
> > > Mobile: +972-5-28704261____
> > > 
> > > Email: ngtech1ltd@gmail.com <mailto:ngtech1ltd@gmail.com>____
> > > 
> > > Web: https://ngtech.co.il/ <https://ngtech.co.il/>____
> > > 
> > > My-Tube: https://tube.ngtech.co.il/ <https://tube.ngtech.co.il/
> > > ____
> > > 
> > > ____
> > > 
> > > *From:*Adam Barnett <abarnett@belofx.com
> > > <mailto:abarnett@belofx.com>>
> > > *Sent:* Friday, 5 August 2022 0:26
> > > *To:* ngtech1ltd@gmail.com <mailto:ngtech1ltd@gmail.com>
> > > *Cc:* squid-users@lists.squid-cache.org
> > > <mailto:squid-users@lists.squid-cache.org>
> > > *Subject:* Re: [squid-users] Squid and Epic Games HCapctca____
> > > 
> > > ____
> > > 
> > > ืชื•ื“ื” ืจื‘ื”
> > > It looks like you are using a database and then building the
> > > config from that? any cahnce you can send me the snippet of the
> > > config instead of the DB bits? ? ____
> > > 
> > > ____
> > > 
> > > Thanks again ____
> > > 
> > > ____
> > > 
> > > Adam ____
> > > 
> > > ____
> > > 
> > > On Thu, 4 Aug 2022 at 22:18, <ngtech1ltd@gmail.com
> > > <mailto:ngtech1ltd@gmail.com>> wrote:____
> > > 
> > > Hey Adam,____
> > > 
> > > ____
> > > 
> > > I recorded a video for you on how I do it at:____
> > > 
> > > 
> > https://cloud1.ngtech.co.il/static/squid-data/splice-epic-games.mp4
> > > <
> > https://cloud1.ngtech.co.il/static/squid-data/splice-epic-games.mp4>____
> > > 
> > > ____
> > > 
> > > So basically the relevant domains are:____
> > > 
> > > ____
> > > 
> > > epicgames-download1.akamaized.net
> > > <http://epicgames-download1.akamaized.net>____
> > > 
> > > .epicgames.com <http://epicgames.com>____
> > > 
> > > .unrealengine.com <http://unrealengine.com>____
> > > 
> > > ____
> > > 
> > > And you can peek at robert k Wild mail: "regex for normal
> > > websites"____
> > > 
> > > ____
> > > 
> > > And it contains the relevant technical details.____
> > > 
> > > If for any reason you need a more detailed answer let me
> > > know.____
> > > 
> > > ____
> > > 
> > > Yours,____
> > > 
> > > Eliezer ____
> > > 
> > > ____
> > > 
> > > ----____
> > > 
> > > Eliezer Croitoru____
> > > 
> > > NgTech, Tech Support____
> > > 
> > > Mobile: +972-5-28704261____
> > > 
> > > Email: ngtech1ltd@gmail.com <mailto:ngtech1ltd@gmail.com
> > > ____
> > > 
> > > Web: https://ngtech.co.il/ <https://ngtech.co.il/>____
> > > 
> > > My-Tube: https://tube.ngtech.co.il/
> > > <https://tube.ngtech.co.il/>____
> > > 
> > > ____
> > > 
> > > *From:*squid-users
> > > <squid-users-bounces@lists.squid-cache.org
> > > <mailto:squid-users-bounces@lists.squid-cache.org>> *On
> > > Behalf Of *Adam Barnett
> > > *Sent:* Thursday, 4 August 2022 14:28
> > > *To:* squid-users@lists.squid-cache.org
> > > <mailto:squid-users@lists.squid-cache.org>
> > > *Subject:* [squid-users] Squid and Epic Games HCapctca____
> > > 
> > > ____
> > > 
> > > Hi All, ____
> > > 
> > > ____
> > > 
> > > I am trying to get squid to allow me to login to
> > > Epicgames.com with my epic login, i get to the login page
> > > and get the hcaptca images and everytime i get "invalid
> > > response" ____
> > > 
> > > ____
> > > 
> > > i looked at the headers and the only error that i can see is
> > > "The cache information is missing from the entry" ____
> > > 
> > > ____
> > > 
> > > My config looks like so
> > > 
> > > workers 2
> > > 
> > > ```
> > > # Leave coredumps in the first cache dir
> > > coredump_dir /var/spool/squid
> > > 
> > > http_port 3128 ssl-bump  dynamic_cert_mem_cache_size=16MB
> > > generate-host-certificates=on
> > > cert=/etc/squid/certs/squid-ca-cert-key.pem
> > > 
> > > sslcrtd_program /usr/lib64/squid/security_file_certgen -s
> > > /var/spool/squid/ssl -M 16MB
> > > dns_nameservers 10.5.1.2 8.8.8.8
> > > visible_hostname foo-proxy-1
> > > forwarded_for truncate
> > > via off
> > > 
> > > # Send to file
> > > access_log daemon:/var/log/squid/access.log
> > > 
> > > 
> > > 
> > > acl CONNECT method CONNECT
> > > acl local src 10.0.0.0/8 <http://10.0.0.0/8>
> > > always_direct allow all
> > > request_header_add X-GoogApps-Allowed-Domains "foo.com
> > > <http://foo.com>" all
> > > 
> > > memory_replacement_policy heap GDSF
> > > maximum_object_size 100 KB
> > > maximum_object_size 1 MB
> > > 
> > > cache allow all
> > > cache_mem 256 MB
> > > cache_dir rock /var/spool/squid 1024
> > > memory_pools off
> > > cache_swap_low 90
> > > client_persistent_connections on
> > > 
> > > 
> > > http_access allow localhost manager
> > > http_access deny manager
> > > 
> > > # SquidGaurd
> > > url_rewrite_program /usr/bin/squidGuard
> > > ```
> > > 
> > > Any suggestions? ____
> > > 
> > > ____
> > > 
> > > Thanks____
> > > 
> > > Adam Barnett
> > > Senior SysAdmin beloFX____
> > > 
> > > **____
> > > 
> > > 
> > > 
> > > ____
> > > 
> > > 
> > > 
> > > abarnett@belofx.com
> > > <
> > https://514584150-atari-embeds.googleusercontent.com/embeds/16cb204cf3a9d4d223a0a3 \
> > fd8b0eec5d/inner-frame-minified.html?jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk% \
> > 3Dgapi.lb.en.dzXZWX9QTbE.O%2Fd%3D1%2Frs%3DAHpOoo_epIQDPHdjFr3MLkazUi2Jmy50dQ%2Fm%3D__features__
> > 
> > > ____
> > > 
> > > **____
> > > 
> > > 
> > > 
> > > ____
> > > 
> > > 
> > > 
> > > www.belofx.com <http://www.belofx.com/>____
> > > 
> > > **____
> > > 
> > > 
> > > 
> > > ____
> > > 
> > > 
> > > 
> > > LinkedIn <http://www.linkedin.com/company/belofx>____
> > > 
> > > ____
> > > 
> > > 
> > > _______________________________________________
> > > squid-users mailing list
> > > squid-users@lists.squid-cache.org
> > > http://lists.squid-cache.org/listinfo/squid-users
> > 
> > _______________________________________________
> > squid-users mailing list
> > squid-users@lists.squid-cache.org
> > http://lists.squid-cache.org/listinfo/squid-users
> > 
> 


[Attachment #5 (text/html)]

<div dir="ltr">Sorry to bombard, but the plot  thickens. it all works find on linux \
chrome ( centos 7) but windows 10/2022 server chrome you get the error  \
<div><br></div><div>i did not think anything in squid is os \
specific</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div \
dir="ltr" class="gmail_attr">On Thu, 11 Aug 2022 at 21:41, Adam Barnett &lt;<a \
href="mailto:abarnett@belofx.com">abarnett@belofx.com</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I have \
finally managed to get hold of someone from Epic Games and they took a look over \
their secret  logs and said that it looks like squid is dropping/closing the \
connection too soon<div><br></div><div>Any suggestions on what  i can change to keep \
the connection open or from \
dropping</div><div><br></div><div>Thanks</div></div><br><div class="gmail_quote"><div \
dir="ltr" class="gmail_attr">On Fri, 5 Aug 2022 at 15:57, Alex Rousskov &lt;<a \
href="mailto:rousskov@measurement-factory.com" \
target="_blank">rousskov@measurement-factory.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex">On 8/5/22 05:10, Adam Barnett wrote:<br> &gt; \
maybe i am doing something  wrong, here is my config<br> <br>
&gt; ssl_bump splice ...<br>
&gt; ssl_bump bump dst_quixel<br>
&gt; ssl_bump peek dst_quixel<br>
&gt; ssl_bump stare dst_quixel<br>
<br>
<br>
The combination of the last three ssl_bump rules does not make sense <br>
because Squid will never reach those peek and stare rules. The bump rule <br>
can be applied during any SslBump step, so Squid will not see any <br>
same-ACL ssl_bump directives below it -- the first matching rule (that <br>
can be applied during the current step) wins.<br>
<br>
I do not know what logic you are trying to express with those rules, but <br>
the above configuration does not express that (or any) logic well. I <br>
hope Eliezer can guide you towards a reasonable solution here.<br>
<br>
<br>
HTH,<br>
<br>
Alex.<br>
<br>
<br>
<br>
&gt; <br>
&gt; On Thu, 4 Aug 2022 at 22:58, &lt;<a href="mailto:ngtech1ltd@gmail.com" \
target="_blank">ngtech1ltd@gmail.com</a> <br> &gt; &lt;mailto:<a \
href="mailto:ngtech1ltd@gmail.com" target="_blank">ngtech1ltd@gmail.com</a>&gt;&gt; \
wrote:<br> &gt; <br>
&gt;        Please don't bang your headโ€ฆ everybody is here for you.____<br>
&gt; <br>
&gt;        Sometimes it takes time to respond but you will get your answers.____<br>
&gt; <br>
&gt;        __ __<br>
&gt; <br>
&gt;        <a href="https://www.ngtech.co.il/squid/support-save/support-save-2022-08-05_00-51-47.tar.gz" \
rel="noreferrer" target="_blank">https://www.ngtech.co.il/squid/support-save/support-save-2022-08-05_00-51-47.tar.gz</a><br>
 &gt;        &lt;<a href="https://www.ngtech.co.il/squid/support-save/support-save-2022-08-05_00-51-47.tar.gz" \
rel="noreferrer" target="_blank">https://www.ngtech.co.il/squid/support-save/support-save-2022-08-05_00-51-47.tar.gz</a>&gt;____<br>
 &gt; <br>
&gt;        __ __<br>
&gt; <br>
&gt;        Is not the fastest connection and it has a blacklist in the DB dump<br>
&gt;        so for now it's a production system but works good enough for me.____<br>
&gt; <br>
&gt;        I hope it's not too much information in the support save file.____<br>
&gt; <br>
&gt;        __ __<br>
&gt; <br>
&gt;        Let me know if it makes more sense for you.____<br>
&gt; <br>
&gt;        AlsoI am happy that you have asked this question since now others<br>
&gt;        can enjoy from the answer ๐Ÿ˜Š____<br>
&gt; <br>
&gt;        __ __<br>
&gt; <br>
&gt;        Eliezer____<br>
&gt; <br>
&gt;        __ __<br>
&gt; <br>
&gt;        ----____<br>
&gt; <br>
&gt;        Eliezer Croitoru____<br>
&gt; <br>
&gt;        NgTech, Tech Support____<br>
&gt; <br>
&gt;        Mobile: +972-5-28704261____<br>
&gt; <br>
&gt;        Email: <a href="mailto:ngtech1ltd@gmail.com" \
target="_blank">ngtech1ltd@gmail.com</a> &lt;mailto:<a \
href="mailto:ngtech1ltd@gmail.com" \
target="_blank">ngtech1ltd@gmail.com</a>&gt;____<br> &gt; <br>
&gt;        Web: <a href="https://ngtech.co.il/" rel="noreferrer" \
target="_blank">https://ngtech.co.il/</a> &lt;<a href="https://ngtech.co.il/" \
rel="noreferrer" target="_blank">https://ngtech.co.il/</a>&gt;____<br> &gt; <br>
&gt;        My-Tube: <a href="https://tube.ngtech.co.il/" rel="noreferrer" \
target="_blank">https://tube.ngtech.co.il/</a> &lt;<a \
href="https://tube.ngtech.co.il/" rel="noreferrer" \
target="_blank">https://tube.ngtech.co.il/</a>&gt;____<br> &gt; <br>
&gt;        __ __<br>
&gt; <br>
&gt;        *From:*Adam Barnett &lt;<a href="mailto:abarnett@belofx.com" \
target="_blank">abarnett@belofx.com</a> &lt;mailto:<a \
href="mailto:abarnett@belofx.com" target="_blank">abarnett@belofx.com</a>&gt;&gt;<br> \
&gt;        *Sent:* Friday, 5 August 2022 0:44<br> &gt;        *To:* <a \
href="mailto:ngtech1ltd@gmail.com" target="_blank">ngtech1ltd@gmail.com</a> \
&lt;mailto:<a href="mailto:ngtech1ltd@gmail.com" \
target="_blank">ngtech1ltd@gmail.com</a>&gt;<br> &gt;        *Cc:* <a \
href="mailto:squid-users@lists.squid-cache.org" \
target="_blank">squid-users@lists.squid-cache.org</a><br> &gt;        &lt;mailto:<a \
href="mailto:squid-users@lists.squid-cache.org" \
target="_blank">squid-users@lists.squid-cache.org</a>&gt;<br> &gt;        *Subject:* \
Re: [squid-users] Squid and Epic Games HCapctca____<br> &gt; <br>
&gt;        __ __<br>
&gt; <br>
&gt;        Sure, the more the beter, ive been banging my head against  the wall<br>
&gt;        for a while on this____<br>
&gt; <br>
&gt;        __ __<br>
&gt; <br>
&gt;        Adam ____<br>
&gt; <br>
&gt;        __ __<br>
&gt; <br>
&gt;        On Thu, 4 Aug 2022 at 22:41, &lt;<a href="mailto:ngtech1ltd@gmail.com" \
target="_blank">ngtech1ltd@gmail.com</a><br> &gt;        &lt;mailto:<a \
href="mailto:ngtech1ltd@gmail.com" target="_blank">ngtech1ltd@gmail.com</a>&gt;&gt; \
wrote:____<br> &gt; <br>
&gt;              You are welcome.____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              I wrote an app that does everything for me so I just need to<br>
&gt;              dump the database into a:____<br>
&gt; <br>
&gt;              ssl::server_namedirective____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              it's basically:____<br>
&gt; <br>
&gt;              ## START____<br>
&gt; <br>
&gt;              aclNoBump_server_name ssl::server_name<br>
&gt;              &quot;/etc/squid/no-ssl-bump-server-name.list&quot;____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              acltls_to_splice any-of inspect_only NoBump_src<br>
&gt;              NoBump_server_name NoBump_server_regex_by_urls_domain<br>
&gt;              NoBump_server_regex____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              ssl_bumppeek app_matcher_helper____<br>
&gt; <br>
&gt;              ssl_bumppeek tls_s1_connect____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              ssl_bumpbump app_matcher_helper____<br>
&gt; <br>
&gt;              ssl_bumpbump app_reader_helper____<br>
&gt; <br>
&gt;              ssl_bumpbump deny_note____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              ssl_bumpsplice app_matcher_helper____<br>
&gt; <br>
&gt;              ssl_bumpsplice tls_to_splice____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              ssl_bumpstare app_matcher_helper____<br>
&gt; <br>
&gt;              ssl_bumpstare tls_s2_client_hello____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              ssl_bumpbump app_matcher_helper____<br>
&gt; <br>
&gt;              ssl_bumpbump tls_to_bump____<br>
&gt; <br>
&gt;              ## END____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              If you want I can upload a snippet of the whole setup dump with<br>
&gt;              hope you could make use of it.____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              Eliezer____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              ----____<br>
&gt; <br>
&gt;              Eliezer Croitoru____<br>
&gt; <br>
&gt;              NgTech, Tech Support____<br>
&gt; <br>
&gt;              Mobile: +972-5-28704261____<br>
&gt; <br>
&gt;              Email: <a href="mailto:ngtech1ltd@gmail.com" \
target="_blank">ngtech1ltd@gmail.com</a> &lt;mailto:<a \
href="mailto:ngtech1ltd@gmail.com" \
target="_blank">ngtech1ltd@gmail.com</a>&gt;____<br> &gt; <br>
&gt;              Web: <a href="https://ngtech.co.il/" rel="noreferrer" \
target="_blank">https://ngtech.co.il/</a> &lt;<a href="https://ngtech.co.il/" \
rel="noreferrer" target="_blank">https://ngtech.co.il/</a>&gt;____<br> &gt; <br>
&gt;              My-Tube: <a href="https://tube.ngtech.co.il/" rel="noreferrer" \
target="_blank">https://tube.ngtech.co.il/</a> &lt;<a \
href="https://tube.ngtech.co.il/" rel="noreferrer" \
target="_blank">https://tube.ngtech.co.il/</a>&gt;____<br> &gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              *From:*Adam Barnett &lt;<a href="mailto:abarnett@belofx.com" \
target="_blank">abarnett@belofx.com</a><br> &gt;              &lt;mailto:<a \
href="mailto:abarnett@belofx.com" target="_blank">abarnett@belofx.com</a>&gt;&gt;<br> \
&gt;              *Sent:* Friday, 5 August 2022 0:26<br> &gt;              *To:* <a \
href="mailto:ngtech1ltd@gmail.com" target="_blank">ngtech1ltd@gmail.com</a> \
&lt;mailto:<a href="mailto:ngtech1ltd@gmail.com" \
target="_blank">ngtech1ltd@gmail.com</a>&gt;<br> &gt;              *Cc:* <a \
href="mailto:squid-users@lists.squid-cache.org" \
target="_blank">squid-users@lists.squid-cache.org</a><br> &gt;              \
&lt;mailto:<a href="mailto:squid-users@lists.squid-cache.org" \
target="_blank">squid-users@lists.squid-cache.org</a>&gt;<br> &gt;              \
*Subject:* Re: [squid-users] Squid and Epic Games HCapctca____<br> &gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              ืชื•ื“ื” ืจื‘ื”<br>
&gt;              It looks like you are using a database and then building the<br>
&gt;              config from that? any cahnce  you can send me the snippet  of \
the<br> &gt;              config instead of the DB bits? ? ____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              Thanks again ____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              Adam ____<br>
&gt; <br>
&gt;              ____<br>
&gt; <br>
&gt;              On Thu, 4 Aug 2022 at 22:18, &lt;<a \
href="mailto:ngtech1ltd@gmail.com" target="_blank">ngtech1ltd@gmail.com</a><br> &gt;  \
&lt;mailto:<a href="mailto:ngtech1ltd@gmail.com" \
target="_blank">ngtech1ltd@gmail.com</a>&gt;&gt; wrote:____<br> &gt; <br>
&gt;                    Hey Adam,____<br>
&gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    I recorded a video for you on how I do it at:____<br>
&gt; <br>
&gt;                    <a \
href="https://cloud1.ngtech.co.il/static/squid-data/splice-epic-games.mp4" \
rel="noreferrer" target="_blank">https://cloud1.ngtech.co.il/static/squid-data/splice-epic-games.mp4</a><br>
 &gt;                    &lt;<a \
href="https://cloud1.ngtech.co.il/static/squid-data/splice-epic-games.mp4" \
rel="noreferrer" target="_blank">https://cloud1.ngtech.co.il/static/squid-data/splice-epic-games.mp4</a>&gt;____<br>
 &gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    So basically the relevant domains are:____<br>
&gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    <a href="http://epicgames-download1.akamaized.net" \
rel="noreferrer" target="_blank">epicgames-download1.akamaized.net</a><br> &gt;       \
&lt;<a href="http://epicgames-download1.akamaized.net" rel="noreferrer" \
target="_blank">http://epicgames-download1.akamaized.net</a>&gt;____<br> &gt; <br>
&gt;                    .<a href="http://epicgames.com" rel="noreferrer" \
target="_blank">epicgames.com</a> &lt;<a href="http://epicgames.com" rel="noreferrer" \
target="_blank">http://epicgames.com</a>&gt;____<br> &gt; <br>
&gt;                    .<a href="http://unrealengine.com" rel="noreferrer" \
target="_blank">unrealengine.com</a> &lt;<a href="http://unrealengine.com" \
rel="noreferrer" target="_blank">http://unrealengine.com</a>&gt;____<br> &gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    And you can peek at robert k Wild mail: "regex for normal<br>
&gt;                    websites"____<br>
&gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    And it contains the relevant technical details.____<br>
&gt; <br>
&gt;                    If for any reason you need a more detailed answer let me<br>
&gt;                    know.____<br>
&gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    Yours,____<br>
&gt; <br>
&gt;                    Eliezer ____<br>
&gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    ----____<br>
&gt; <br>
&gt;                    Eliezer Croitoru____<br>
&gt; <br>
&gt;                    NgTech, Tech Support____<br>
&gt; <br>
&gt;                    Mobile: +972-5-28704261____<br>
&gt; <br>
&gt;                    Email: <a href="mailto:ngtech1ltd@gmail.com" \
target="_blank">ngtech1ltd@gmail.com</a> &lt;mailto:<a \
href="mailto:ngtech1ltd@gmail.com" \
target="_blank">ngtech1ltd@gmail.com</a>&gt;____<br> &gt; <br>
&gt;                    Web: <a href="https://ngtech.co.il/" rel="noreferrer" \
target="_blank">https://ngtech.co.il/</a> &lt;<a href="https://ngtech.co.il/" \
rel="noreferrer" target="_blank">https://ngtech.co.il/</a>&gt;____<br> &gt; <br>
&gt;                    My-Tube: <a href="https://tube.ngtech.co.il/" \
rel="noreferrer" target="_blank">https://tube.ngtech.co.il/</a><br> &gt;              \
&lt;<a href="https://tube.ngtech.co.il/" rel="noreferrer" \
target="_blank">https://tube.ngtech.co.il/</a>&gt;____<br> &gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    *From:*squid-users<br>
&gt;                    &lt;<a \
href="mailto:squid-users-bounces@lists.squid-cache.org" \
target="_blank">squid-users-bounces@lists.squid-cache.org</a><br> &gt;                \
&lt;mailto:<a href="mailto:squid-users-bounces@lists.squid-cache.org" \
target="_blank">squid-users-bounces@lists.squid-cache.org</a>&gt;&gt; *On<br> &gt;    \
Behalf Of *Adam Barnett<br> &gt;                    *Sent:* Thursday, 4 August 2022 \
14:28<br> &gt;                    *To:* <a \
href="mailto:squid-users@lists.squid-cache.org" \
target="_blank">squid-users@lists.squid-cache.org</a><br> &gt;                    \
&lt;mailto:<a href="mailto:squid-users@lists.squid-cache.org" \
target="_blank">squid-users@lists.squid-cache.org</a>&gt;<br> &gt;                    \
*Subject:* [squid-users] Squid and Epic Games HCapctca____<br> &gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    Hi All, ____<br>
&gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    I am trying to get squid to allow me to login to<br>
&gt;                    Epicgames.com with my epic login, i get to the login page<br>
&gt;                    and get the hcaptca  images and everytime i get \
&quot;invalid<br> &gt;                    response&quot; ____<br>
&gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    i looked at the headers and the only error that i can see \
is<br> &gt;                    &quot;The cache  information  is missing from the \
entry&quot; ____<br> &gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    My config looks like so<br>
&gt; <br>
&gt;                    workers 2<br>
&gt; <br>
&gt;                    ```<br>
&gt;                    # Leave coredumps in the first cache dir<br>
&gt;                    coredump_dir /var/spool/squid<br>
&gt; <br>
&gt;                    http_port 3128 ssl-bump   \
dynamic_cert_mem_cache_size=16MB<br> &gt;                       \
generate-host-certificates=on<br> &gt;                    \
cert=/etc/squid/certs/squid-ca-cert-key.pem<br> &gt; <br>
&gt;                    sslcrtd_program /usr/lib64/squid/security_file_certgen -s<br>
&gt;                    /var/spool/squid/ssl -M 16MB<br>
&gt;                    dns_nameservers 10.5.1.2 8.8.8.8<br>
&gt;                    visible_hostname foo-proxy-1<br>
&gt;                    forwarded_for truncate<br>
&gt;                    via off<br>
&gt; <br>
&gt;                    # Send to file<br>
&gt;                    access_log daemon:/var/log/squid/access.log<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt;                    acl CONNECT method CONNECT<br>
&gt;                    acl local src <a href="http://10.0.0.0/8" rel="noreferrer" \
target="_blank">10.0.0.0/8</a> &lt;<a href="http://10.0.0.0/8" rel="noreferrer" \
target="_blank">http://10.0.0.0/8</a>&gt;<br> &gt;                    always_direct \
allow all<br> &gt;                    request_header_add X-GoogApps-Allowed-Domains \
&quot;<a href="http://foo.com" rel="noreferrer" target="_blank">foo.com</a><br> &gt;  \
&lt;<a href="http://foo.com" rel="noreferrer" \
target="_blank">http://foo.com</a>&gt;&quot; all<br> &gt; <br>
&gt;                    memory_replacement_policy heap GDSF<br>
&gt;                    maximum_object_size 100 KB<br>
&gt;                    maximum_object_size 1 MB<br>
&gt; <br>
&gt;                    cache allow all<br>
&gt;                    cache_mem 256 MB<br>
&gt;                    cache_dir rock /var/spool/squid 1024<br>
&gt;                    memory_pools off<br>
&gt;                    cache_swap_low 90<br>
&gt;                    client_persistent_connections on<br>
&gt; <br>
&gt; <br>
&gt;                    http_access allow localhost manager<br>
&gt;                    http_access deny manager<br>
&gt; <br>
&gt;                    # SquidGaurd<br>
&gt;                    url_rewrite_program /usr/bin/squidGuard<br>
&gt;                    ```<br>
&gt; <br>
&gt;                    Any suggestions? ____<br>
&gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                    Thanks____<br>
&gt; <br>
&gt;                    Adam Barnett<br>
&gt;                    Senior SysAdmin beloFX____<br>
&gt; <br>
&gt;                    **____<br>
&gt; <br>
&gt;                       <br>
&gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                       <br>
&gt; <br>
&gt;                    <a href="mailto:abarnett@belofx.com" \
target="_blank">abarnett@belofx.com</a><br> &gt;                    &lt;<a \
href="https://514584150-atari-embeds.googleusercontent.com/embeds/16cb204cf3a9d4d223a0 \
a3fd8b0eec5d/inner-frame-minified.html?jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3D \
gapi.lb.en.dzXZWX9QTbE.O%2Fd%3D1%2Frs%3DAHpOoo_epIQDPHdjFr3MLkazUi2Jmy50dQ%2Fm%3D__features__" \
rel="noreferrer" target="_blank">https://514584150-atari-embeds.googleusercontent.com/ \
embeds/16cb204cf3a9d4d223a0a3fd8b0eec5d/inner-frame-minified.html?jsh=m%3B%2F_%2Fscs%2 \
Fabc-static%2F_%2Fjs%2Fk%3Dgapi.lb.en.dzXZWX9QTbE.O%2Fd%3D1%2Frs%3DAHpOoo_epIQDPHdjFr3MLkazUi2Jmy50dQ%2Fm%3D__features__</a>&gt;____<br>
 &gt; <br>
&gt;                    **____<br>
&gt; <br>
&gt;                       <br>
&gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                       <br>
&gt; <br>
&gt;                    <a href="http://www.belofx.com" rel="noreferrer" \
target="_blank">www.belofx.com</a> &lt;<a href="http://www.belofx.com/" \
rel="noreferrer" target="_blank">http://www.belofx.com/</a>&gt;____<br> &gt; <br>
&gt;                    **____<br>
&gt; <br>
&gt;                       <br>
&gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt;                       <br>
&gt; <br>
&gt;                    LinkedIn &lt;<a href="http://www.linkedin.com/company/belofx" \
rel="noreferrer" target="_blank">http://www.linkedin.com/company/belofx</a>&gt;____<br>
 &gt; <br>
&gt;                    ____<br>
&gt; <br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; squid-users mailing list<br>
&gt; <a href="mailto:squid-users@lists.squid-cache.org" \
target="_blank">squid-users@lists.squid-cache.org</a><br> &gt; <a \
href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" \
target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br> <br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" \
target="_blank">squid-users@lists.squid-cache.org</a><br> <a \
href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" \
target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br> \
</blockquote></div> </blockquote></div>



_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic