Re: [squid-users] bump files

2016-02-23 Thread HackXBack
i mean like acl ssl_ext urlpath_regex \.(jp(e?g|e|2)|gif|png|tiff?|bmp|tga|svg|ico|swf|crx|webarchive|flv|x-flv|JPG)(\?|\/\?) ssl_bump bump ssl_ext -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/bump-files-tp4676075p4676140.html Sent from the Squid - Users

Re: [squid-users] whatsapp image download fails

2016-02-23 Thread HackXBack
1st whatsapp use port 443 and not port 80 2nd whatsapp images download used pinned connections so you must splice this connections because it cant bump, i think you are seeing TAG_NONE when trying to download. Good luck. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.

Re: [squid-users] Android OS / Updates

2016-02-25 Thread HackXBack
write regex for storeid rewriter -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Android-OS-Updates-tp4676155p4676229.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-users mailing list

[squid-users] squid eat bandwidth

2016-03-14 Thread HackXBack
hello, always in traffic more than out traffic, also when i stop redirection traffic to squid squid keep eating bandwidth for few minutes, so what may be the problem is ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-eat-bandwidth-tp4676641.html Sent

Re: [squid-users] squid eat bandwidth

2016-03-14 Thread HackXBack
no range_offset_limit , i remove all of them also quick_abort min and max i put to 0 KB squid keep eating bandwidth and in access.log show TCP_HIT_TIMEDOUT and TCP_MISS_TIMEDOUT -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-eat-bandwidth-tp4676641p467

Re: [squid-users] squid eat bandwidth

2016-03-14 Thread HackXBack
when it finish eating the bandwidth then no thing show on access.log -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-eat-bandwidth-tp4676641p4676644.html Sent from the Squid - Users mailing list archive at Nabble.com. ___

Re: [squid-users] squid eat bandwidth

2016-03-14 Thread HackXBack
oh really ? so remove the break from your car !! -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-eat-bandwidth-tp4676641p4676652.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-u

Re: [squid-users] squid eat bandwidth

2016-03-14 Thread HackXBack
this problem is strange , squid keep taking bandwidth for hours even if you stop the users to take from it, access.log show timedout. this is problem and not a joke -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-eat-bandwidth-tp4676641p4676653.html Se

Re: [squid-users] squid eat bandwidth

2016-03-14 Thread HackXBack
if you stop and start squid yes bandwidth stop consuming, but any time you redirect users again the same problem come over, squid take bandwidth more than it give , and the opposite must be ... in the same time a lot of TCP_HIT in access.log . so ? -- View this message in context: http://squid

Re: [squid-users] squid eat bandwidth

2016-03-15 Thread HackXBack
with my squid server i have 1 ethernet this squid box is connected with mikrotik routerOS this mikrotik have users conneted to it and in it i can redirect port 80 that come from users to squid server okay now i see that this squid take internet more than it give to users this mean it take bandwidt

[squid-users] using squid3 without certificate

2016-07-11 Thread HackXBack
Is there any news for using squid3 for caching https connections without install certificates in client browser manually ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/using-squid3-without-certificate-tp4678459.html Sent from the Squid - Users mailing list

Re: [squid-users] Youtube redirection loop?

2015-05-07 Thread HackXBack
for me this patch work, but did you find this simple solution ? btw this loop is not new i use this patch more than 1 year -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Youtube-redirection-loop-tp4671084p4671177.html Sent from the Squid - Users mailing lis

Re: [squid-users] Youtube redirection loop?

2015-05-07 Thread HackXBack
you are right, but this patch still work with me. i dont know if we can find better solution for this like you said by acl -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Youtube-redirection-loop-tp4671084p4671179.html Sent from the Squid - Users mailing list

[squid-users] squid stop working without any error

2015-05-15 Thread HackXBack
in cache.log i found this, 2015/05/15 21:06:41 kid1| clientNegotiateSSL: Error negotiating SSL connection on FD 11185: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca (1/0) 2015/05/15 21:06:41 kid1| clientNegotiateSSL: Error negotiating SSL connection on FD 14703: error:14094418

Re: [squid-users] Installing certificate on Andriod to use with SSL-bump

2015-06-14 Thread HackXBack
> To be clear, I see the phone use > port 443 to setup a secure session. However it rejects the certificate (as > it should) and terminates the session with no data being passed. I can > install my certificate on the phone, but will the android OS use that > certificate for all services or only for

[squid-users] problem with some ssl services

2015-06-14 Thread HackXBack
In some applications on mobiles, (ANDROID , APPLE) there is problem with ssl connections from squid. like GOOGLE PLAY app, facebook app, some games app, the app will not open when i redirect traffic to squid , but when i make torch on the traffic and i got the ip that are not passed, and then i put

Re: [squid-users] problem with some ssl services

2015-06-15 Thread HackXBack
what peak and splice conf should i use to make it work fine ? am still using 3.4, i will upgrade to 3.5 -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/problem-with-some-ssl-services-tp4671733p4671736.html Sent from the Squid - Users mailing list archive at N

Re: [squid-users] problem with some ssl services

2015-06-18 Thread HackXBack
i upgrade to 3.5.5 and i use this conf always_direct allow all acl step1 at_step SslBump1 acl step2 at_step SslBump2 acl step3 at_step SslBump3 acl exclude_acl ssl::server_name .yahoo.com .gmail.com .googlemail.com s.yimg.com .yahooapis.com .akamaihd.net .fbcdn.net .facebook.com .google.com s

[squid-users] squid 3.5.5 bug 3279

2015-06-18 Thread HackXBack
2015/06/18 13:47:25 kid1| WARNING: 1 swapin MD5 mismatches 2015/06/18 13:47:25 kid1| Could not parse headers from on disk object 2015/06/18 13:47:25 kid1| BUG 3279: HTTP reply without Date: 2015/06/18 13:47:25 kid1| StoreEntry->key: CD091412B485DCA6E9B1F7BAE5533671 2015/06/18 13:47:25 kid1| StoreEn

Re: [squid-users] squid 3.5.5 bug 3279

2015-06-18 Thread HackXBack
[New LWP 20654] [New LWP 21085] [New LWP 21009] [New LWP 21124] [New LWP 20653] [New LWP 21138] [New LWP 21082] [New LWP 21007] [New LWP 21033] [New LWP 21152] [New LWP 21002] [New LWP 21027] [New LWP 21021] [New LWP 21006] [New LWP 21013] [New LWP 21003] [New LWP 21005] [New LWP 21024] [New LWP 21

Re: [squid-users] squid 3.5.5 bug 3279

2015-06-18 Thread HackXBack
[New LWP 21007] [New LWP 21033] [New LWP 21152] [New LWP 21002] [New LWP 21027] [New LWP 21021] [New LWP 21006] [New LWP 21013] [New LWP 21003] [New LWP 21005] [New LWP 21024] [New LWP 21004] Core was generated by `(squid-1) -YC -f /etc/squid/squid.conf'. Program terminated with signal 6, Aborted.

Re: [squid-users] squid 3.5.5 bug 3279

2015-06-19 Thread HackXBack
test test waiting you amos -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-3-5-5-bug-3279-tp4671781p4671789.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-users mailing list squ

Re: [squid-users] squid 3.5.5 bug 3279

2015-06-19 Thread HackXBack
i cant understand you , what you want from me to do exactly ? we need to solve this problem am using debian 7 ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/squid --sysconfdir=/etc/squid --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --dat

Re: [squid-users] squid 3.5.5 bug 3279

2015-06-20 Thread HackXBack
New LWP 524] [New LWP 766] [New LWP 676] [New LWP 507] [New LWP 819] [New LWP 849] [New LWP 730] [New LWP 641] [New LWP 651] warning: Can't read pathname for load map: Input/output error. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread

Re: [squid-users] squid 3.5.5 bug 3279

2015-06-21 Thread HackXBack
Yes sure, can you give me the link to download chudy patch ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-3-5-5-bug-3279-tp4671781p4671817.html Sent from the Squid - Users mailing list archive at Nabble.com. __

Re: [squid-users] squid 3.5.5 bug 3279

2015-06-21 Thread HackXBack
hmm well this patch seems it solve the problem, squid have 15 min run till now ... -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-3-5-5-bug-3279-tp4671781p4671819.html Sent from the Squid - Users mailing list archive at Nabble.com. ___

Re: [squid-users] problem with some ssl services

2015-06-21 Thread HackXBack
for example the problem is in facebook app on iphone, i need to trace the ip's then none ssl bump to this ip to make the facebook app work, now am using 3.5, you said that it can be make this automatically ? but with which peak and splice conf ? need to give a try . Thanks amos -- View this mes

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-06-21 Thread HackXBack
i install 3.5 and still the same problem , this assertion error exist when i use acl partial dstdomain .googlevideo.com acl partial dstdomain .youtube.com acl partial dstdomain .mgccw.com range_offset_limit none partial -- View this message in context: http://squid-web-proxy-cache.1019090.n4.

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-06-21 Thread HackXBack
used the latest squid 3.5.5 and still the same assertion error where is the patch for this bug ?? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/assertion-failed-comm-cc-178-fd-table-conn-fd-halfClosedReader-NULL-tp4670979p4671827.html Sent from the

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-06-21 Thread HackXBack
give me the link to the patch i will test it on 3.5.5 now thanks -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/assertion-failed-comm-cc-178-fd-table-conn-fd-halfClosedReader-NULL-tp4670979p4671829.html Sent from the Squid - Users mailing list archive at Na

Re: [squid-users] squid 3.5.5 bug 3279

2015-06-21 Thread HackXBack
This patch solve the problem, it can be used in next update. Thanks. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-3-5-5-bug-3279-tp4671781p4671830.html Sent from the Squid - Users mailing list archive at Nabble.com. __

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-06-21 Thread HackXBack
this patch didnt solve the problem :) -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/assertion-failed-comm-cc-178-fd-table-conn-fd-halfClosedReader-NULL-tp4670979p4671832.html Sent from the Squid - Users mailing list archive at Nabble.com. __

Re: [squid-users] TCP_MISS/503

2015-06-23 Thread HackXBack
The requested URL could not be retrieved -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/TCP-MISS-503-tp4671863p4671864.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-users mailing li

[squid-users] TCP_MISS/503

2015-06-23 Thread HackXBack
some times http pages give squid error page in access.log i see TCP_MISS/503 what should be the problem? i checked iptables and squid.conf but seems every thing look fine ..!! thanks. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/TCP-MISS-503-tp4671863.html

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-06-26 Thread HackXBack
acl Y-TUBE dstdomain .googlevideo.com range_offset_limit -1 Y-TUBE this conf make the assertion bug, we need a solution am still waiting Amos Thanks. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/assertion-failed-comm-cc-178-fd-table-conn-fd-halfClosedRea

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-06-27 Thread HackXBack
dear friend, your conf make the same problem, and i dont have half_closed_clients in my conf ! and this is my configure option maybe the problem from it ... ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/squid --sysconfdir=/etc/squid --localstatedir=/var --li

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-06-28 Thread HackXBack
what you supposed me to do Amos, !! -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/assertion-failed-comm-cc-178-fd-table-conn-fd-halfClosedReader-NULL-tp4670979p4671937.html Sent from the Squid - Users mailing list archive at Nabble.com. ___

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-06-29 Thread HackXBack
i gave you backtrace report and i gave you my configure option ? what else you want from me ? when i use youtube mobile app that its content is 206 , then the server crashed immediately ... this problem need to be solved, am ready for any info's you need. Thanks -- View this message in context:

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-06-30 Thread HackXBack
2015/06/30 10:09:38.432 kid1| Acl.cc(138) matches: checking always_direct 2015/06/30 10:09:38.432 kid1| Acl.cc(138) matches: checking always_direct#1 2015/06/30 10:09:38.432 kid1| Acl.cc(138) matches: checking fakespeed 2015/06/30 10:09:38.432 kid1| RegexData.cc(51) match: aclRegexData::match: chec

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-06-30 Thread HackXBack
i copy from normal log to the assertion error\ is this enough or you need more ? Thanks Amos. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/assertion-failed-comm-cc-178-fd-table-conn-fd-halfClosedReader-NULL-tp4670979p4671959.html Sent from the Squid - User

[squid-users] bypass pinned connection

2015-06-30 Thread HackXBack
most app's in mobiles used pinned connection. how we can automatically bypass any pinned connection come to squid and none_bump it ? is there a way to make that become automatically ? Thanks. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/bypass-pinned-conne

[squid-users] a lot of TCP_SWAPFAIL_MISS/200

2015-07-01 Thread HackXBack
after upgrading to 3.5.5 i see in cache.log 2015/07/02 01:51:51 kid1| DiskThreadsDiskFile::openDone: (2) No such file or directory 2015/07/02 01:51:51 kid1| /cache01/2/16/AA/0016AA3B - ORIGINAL_DST/203.77.186.75 video/mp4 access.log TCP_SWAPFAIL_MISS/200 -- View this message in context

[squid-users] redirect TCP_NONE

2015-07-16 Thread HackXBack
i have an idea for solve problems with sites and app's that work on port 443 but cant establish connection with squid, i see that when this connection cant established the TCP_NONE appear in access.log, then why we cant use an option that when this tcp_none come on some app redirect it to TCP_TUNNE

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-07-16 Thread HackXBack
using range_offset_limit none ovet HTTP sites work without any assertoin error but using it with HTTPS sites make this assertion error, so there are problem between this option and 443 connection, the problem is in https partial content only -- View this message in context: http://squid-web-p

Re: [squid-users] redirect TCP_NONE

2015-07-17 Thread HackXBack
am using Squid-3.5.5 and am still getting TCP_NONE and not TCP_TUNNEL automatically if packets not decrypted then what ! -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/redirect-TCP-NONE-tp4672298p4672303.html Sent from the Squid - Users mailing list archive

Re: [squid-users] redirect TCP_NONE

2015-07-17 Thread HackXBack
yes there is real problem and not only log lines, you can read my first post i described what is happening ... all applications in mobiles cant run till we make ssl_bump none to the ip's that these applications use .. and this is to much job to do .. -- View this message in context: http://squi

[squid-users] FATAL: xcalloc: Unable to allocate 18446744073527142243 blocks of 1 bytes!

2015-07-18 Thread HackXBack
cache.log Squid Cache (Version 3.4.13-20150501-r13224): Terminated abnormally. CPU Usage: 0.052 seconds = 0.024 user + 0.028 sys Maximum Resident Size: 83440 KB Page faults with physical i/o: 0 2015/07/18 23:06:55 kid1| Set Current Directory to /var/spool/squid 2015/07/18 23:06:55 kid1| Starting S

Re: [squid-users] FATAL: xcalloc: Unable to allocate 18446744073527142243 blocks of 1 bytes!

2015-07-19 Thread HackXBack
removing lines from my configure option make it work, now i have ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/squid --sysconfdir=/etc/squid --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --datadir=/usr/share/squid --infodir=/usr/share/info

Re: [squid-users] a lot of TCP_SWAPFAIL_MISS/200

2015-07-19 Thread HackXBack
but this happen only with version 3.5 , and it increase after restarting squid or rebooting system this is bug in 3.5 and it decrease the HIT ratio , you dont think so ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/a-lot-of-TCP-SWAPFAIL-MISS-200-tp4672011

Re: [squid-users] a lot of TCP_SWAPFAIL_MISS/200

2015-07-19 Thread HackXBack
2015/07/19 12:13:14 kid1| /cache05/2/07/FF/0007FF14 2015/07/19 12:13:15 kid1| DiskThreadsDiskFile::openDone: (2) No such file or directory 2015/07/19 12:13:15 kid1| /cache01/2/03/04/000304B7 2015/07/19 12:13:16 kid1| DiskThreadsDiskFile::openDone: (2) No such file or directory 2015/07/1

Re: [squid-users] FATAL: xcalloc: Unable to allocate 18446744073527142243 blocks of 1 bytes!

2015-07-19 Thread HackXBack
yes dear you are right -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/FATAL-xcalloc-Unable-to-allocate-18446744073527142243-blocks-of-1-bytes-tp4672309p4672314.html Sent from the Squid - Users mailing list archive at Nabble.com. _

Re: [squid-users] a lot of TCP_SWAPFAIL_MISS/200

2015-07-19 Thread HackXBack
yes am using AUFS cache_dir directive -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/a-lot-of-TCP-SWAPFAIL-MISS-200-tp4672011p4672316.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-u

Re: [squid-users] FATAL: xcalloc: Unable to allocate 18446744073527142243 blocks of 1 bytes!

2015-07-19 Thread HackXBack
Okay sir, Thank you -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/FATAL-xcalloc-Unable-to-allocate-18446744073527142243-blocks-of-1-bytes-tp4672309p4672318.html Sent from the Squid - Users mailing list archive at Nabble.com.

Re: [squid-users] a lot of TCP_SWAPFAIL_MISS/200

2015-07-19 Thread HackXBack
top shows only 1 worker for squid .. top - 16:24:51 up 5 days, 3:22, 2 users, load average: 2.06, 1.18, 0.82 Tasks: 158 total, 2 running, 156 sleeping, 0 stopped, 0 zombie %Cpu(s): 1.7 us, 0.7 sy, 0.0 ni, 96.7 id, 0.3 wa, 0.0 hi, 0.6 si, 0.0 st KiB Mem: 32928480 total, 29039108 us

Re: [squid-users] redirect TCP_NONE

2015-07-19 Thread HackXBack
in another meaning and with another way, why we cant make https request pass as tcp_tunnel and dont decrypt the connection if client not import certificate xD ?? at least the request will pass directly with out decryption -- View this message in context: http://squid-web-proxy-cache.1019090.n4

Re: [squid-users] squid 3.5.5 - assertion failed

2015-07-21 Thread HackXBack
are you using range_offset_limit option ?? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-3-5-5-assertion-failed-tp4672353p4672354.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squi

Re: [squid-users] SSL connction failed due to SNI after content redirection

2015-07-21 Thread HackXBack
:~/squid-3.5.6-20150716-r13865# patch -p0 --verbose < sni.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -- |--- src/ssl/PeerConnector.cc |+++ src/ssl/PeerConnector.cc -- Patching file src/ssl/PeerConnector.cc using

Re: [squid-users] SSL connction failed due to SNI after content redirection

2015-07-21 Thread HackXBack
~/squid-3.5.6-20150716-r13865# patch -p0 --verbose < sni.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -- |diff --git src/ssl/PeerConnector.cc src/ssl/PeerConnector.cc |index b4dfd8f..d307665 100644 |--- src/ssl/PeerConnector.cc |+++ src/s

Re: [squid-users] SSL connction failed due to SNI after content redirection

2015-07-21 Thread HackXBack
i have some thing like this issue ssl connection failed when using in mobile apps your patch dont solve the problem how i can tune what cause this problem ? thanks. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/SSL-connction-failed-due-to-SNI-after-content-

[squid-users] squid 3.5.6 and ecap

2015-07-23 Thread HackXBack
after installing libecap and ecap_adapter and compile squid with --enable-ecap when i want to start squid i got this error [] Restarting Squid HTTP Proxy 3.X: squid/usr/sbin/squid: error while loading shared libraries: libecap.so.3: cannot open shared object file: No such file or directory fai

Re: [squid-users] squid 3.5.6 and ecap

2015-07-23 Thread HackXBack
nano /etc/ld.so.conf Add /usr/local/lib ldconfig Solved -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-3-5-6-and-ecap-tp4672387p4672394.html Sent from the Squid - Users mailing list archive at Nabble.com. ___

[squid-users] ecap and https

2015-07-23 Thread HackXBack
when we can use ecap with https contents ? Thanks. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/ecap-and-https-tp4672396.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-users mailin

Re: [squid-users] ecap and https

2015-07-23 Thread HackXBack
request_header_access Accept-Encoding deny all loadable_modules /usr/local/lib/ecap_adapter_modifying.so ecap_enable on ecap_service ecapModifier respmod_precache \ uri=ecap://e-cap.org/ecap/services/sample/modifying \ victim=bb \ replacement=aa adaptation_access ecapModifie

Re: [squid-users] ecap and https

2015-07-23 Thread HackXBack
read the Documentation http://www.e-cap.org/Documentation -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/ecap-and-https-tp4672396p4672409.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ sq

Re: [squid-users] ecap and https

2015-07-24 Thread HackXBack
Dear Amos, you mean if the https is decrypted ? so yes it is decrypted and full url shown in access.log and not this adapter didnt work on https pages, it can edit content in http pages and not in https pages . -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com

Re: [squid-users] ecap and https

2015-07-24 Thread HackXBack
with this conf it work on the same site in http and not in https the site is youtube. #request_header_access Accept-Encoding deny all #loadable_modules /usr/local/lib/ecap_adapter_modifying.so #ecap_enable on #ecap_service ecapModifier respmod_precache \ #uri=ecap://e-cap.org/ecap/services

[squid-users] useragent.log

2015-07-27 Thread HackXBack
how i can use useragent log in 3.5.6 while no user agent log in access.log like it mentioned in http://wiki.squid-cache.org/SquidFaq/SquidLogs thanks -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/useragent-log-tp4672505.html Sent from the Squid - Users ma

Re: [squid-users] useragent.log

2015-07-27 Thread HackXBack
this log format didnt work and no thing about useragent in access.log -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/useragent-log-tp4672505p4672508.html Sent from the Squid - Users mailing list archive at Nabble.com. ___

Re: [squid-users] useragent.log

2015-07-29 Thread HackXBack
ok bro thanks, and whats about the cookies that the site used ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/useragent-log-tp4672505p4672537.html Sent from the Squid - Users mailing list archive at Nabble.com. __

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-08-04 Thread HackXBack
<< I'm not sure how to fix that. >> then who should i talk to.. you guys should dig in source and found out its important tks any should i ask outside ?? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/assertion-failed-comm-cc-178-fd-table-conn-fd-halfClosed

Re: [squid-users] a lot of TCP_SWAPFAIL_MISS/200

2015-08-07 Thread HackXBack
yea joe i dont know why ppl dnt give this bug importance while it deduce a lot of hit ratio -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/a-lot-of-TCP-SWAPFAIL-MISS-200-tp4672011p4672636.html Sent from the Squid - Users mailing list archive at Nabble.com. _

Re: [squid-users] can't get bump to work anymore on 3.5.7?

2015-08-21 Thread HackXBack
can you share your perl file /usr/local/bin/confirm_https.pl Thanks .. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/can-t-get-bump-to-work-anymore-on-3-5-7-tp4672762p4672821.html Sent from the Squid - Users mailing list archive at Nabble.com. ___

Re: [squid-users] high volume of 'missing files' in cache....TCP_SWAPFAIL

2015-09-16 Thread HackXBack
Please Amos, this is a bug in 3.5.x in 3.4.x this problem is not exist, and i goes back to 3.4 just because of swapfail and losing a lot of data .. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/high-volume-of-missing-files-in-cache-TCP-SWAPFAIL-tp4673203p4

Re: [squid-users] user agent

2015-09-18 Thread HackXBack
try without putting !brs in the second one and without putting !phone-brs in 1st one -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/user-agent-tp4673284p4673285.html Sent from the Squid - Users mailing list archive at Nabble.com.

Re: [squid-users] user agent

2015-09-18 Thread HackXBack
like what ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/user-agent-tp4673284p4673292.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-users mailing list squid-users@lists.squid-cach

Re: [squid-users] need help for using squid

2015-09-22 Thread HackXBack
please post your squid.conf -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/need-help-for-using-squid-tp4673338p4673341.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-users mailing li

Re: [squid-users] after changed from 3.4.13 to 3.5.8 sslbump doesn't work for the site https://banking.postbank.de/

2015-09-28 Thread HackXBack
this happen with me on all apple applications, and to make them work fine you must none bump for the ip's they used, it is the same problem, same log output as yours. Thanks. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/after-changed-from-3-4-13-to-3-5-8-s

Re: [squid-users] after changed from 3.4.13 to 3.5.8 sslbump doesn't work for the site https://banking.postbank.de/

2015-09-28 Thread HackXBack
Yuri, Dear friend. use splice HAA ? ok and how you cant detect automatically to make squid splice the pinned app automatically ? other wise , it is a real problem if cant detected automatically , and in my opinion it is a bug . -- View this message in context: http://squid-web-proxy-cache.101

Re: [squid-users] after changed from 3.4.13 to 3.5.8 sslbump doesn't work for the site https://banking.postbank.de/

2015-09-29 Thread HackXBack
Its Okay, i dont say that we want to bump pinned connection , why squid not automatically bypass pinned connection with out decryption ?? if this happen then all problems solved .. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/after-changed-from-3-4-13-to-

Re: [squid-users] after changed from 3.4.13 to 3.5.8 sslbump doesn't work for the site https://banking.postbank.de/

2015-09-29 Thread HackXBack
i dont know, but if connection cant bump .. if connection cant established , then squid bypass this connection directly ... this is how ... -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/after-changed-from-3-4-13-to-3-5-8-sslbump-doesn-t-work-for-the-site-h

[squid-users] remove old data manually

2015-09-30 Thread HackXBack
by default squid remove old data by this directive cache_swap_low 90 cache_swap_high 95 the question now, how i can remove these data manually ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/remove-old-data-manually-tp4673480.html Sent from the Squid - Use

Re: [squid-users] squid 3.5.5 bug 3279

2015-09-30 Thread HackXBack
update to the latest version -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-3-5-5-bug-3279-tp4671781p4673491.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-users mailing list s

Re: [squid-users] after changed from 3.4.13 to 3.5.8 sslbump doesn't work for the site https://banking.postbank.de/

2015-10-01 Thread HackXBack
we wish that somebody can build a good fingerprinting algorithm for pinning clients Thank you Alex -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/after-changed-from-3-4-13-to-3-5-8-sslbump-doesn-t-work-for-the-site-https-banking-postbank-de-tp4673245p4673516

[squid-users] deny rep_mime_type

2015-10-21 Thread HackXBack
hello , can we deny rep_mime_type for specific domain ? if yes then how if no then why thank you .. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/deny-rep-mime-type-tp4673816.html Sent from the Squid - Users mailing list archive at Nabble.com.

Re: [squid-users] deny rep_mime_type

2015-10-21 Thread HackXBack
sorry not deny but make it miss and not hit with store_miss send_hit -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/deny-rep-mime-type-tp4673816p4673829.html Sent from the Squid - Users mailing list archive at Nabble.com.

Re: [squid-users] deny rep_mime_type

2015-10-22 Thread HackXBack
acl yt-loop dstdomain .googlevideo.com acl type-yt rep_mime_type text/plain store_miss deny yt-loop type-yt send_hit deny yt-loop type-yt -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/deny-rep-mime-type-tp4673816p4673857.html Sent from the Squid - Users ma

[squid-users] range_offset_limit with SSL connection

2015-10-22 Thread HackXBack
did any one try range_offset_limit with https url's ? squid crash and restart with assertion error ... same as ... http://squid-web-proxy-cache.1019090.n4.nabble.com/assertion-failed-comm-cc-178-quot-fd-table-conn-gt-fd-halfClosedReader-NULL-quot-tt4670979.html -- View this message in context

Re: [squid-users] range_offset_limit and idm

2015-10-26 Thread HackXBack
Facing the same problem, by default if i didnt use range_offset_limit , idm download the file with multiple mirros, all are 206 but cant be cached and hit when repeat the same url download. when i use range_offset_limit, idm download the file with 1 mirror, this will decrease the speed but it can b

Re: [squid-users] SSL3_READ_BYTES:sslv3 alert certificate unknown

2015-10-28 Thread HackXBack
yes thats right Yuri -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/SSL3-READ-BYTES-sslv3-alert-certificate-unknown-tp4674186p4674190.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-u

Re: [squid-users] TCP_REFRESH_MODIFIED

2015-11-03 Thread HackXBack
what joe is going to tell us is that his HIT ratio decrease and he is seeing TCP_REFRESH_MODIFIED instead of tcp_hit when he used V4 this problem is right also with tcp swalfail miss with V3.4 these strange problems is not exists .. -- View this message in context: http://squid-web-proxy-cache

Re: [squid-users] how to cache youtube videos

2015-11-04 Thread HackXBack
FredT is alright , some ppl cant cache youtube but some can do it its being more complex and complicated but even so every security can be hacked .. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/how-to-cache-youtube-videos-tp4674341p4674356.html Sent from

Re: [squid-users] TCP_REFRESH_MODIFIED

2015-11-04 Thread HackXBack
and how we can cache Control:private content ? must be a choice ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/TCP-REFRESH-MODIFIED-tp4674325p4674357.html Sent from the Squid - Users mailing list archive at Nabble.com. _

Re: [squid-users] TCP_REFRESH_MODIFIED

2015-11-04 Thread HackXBack
You are right Yuri, its like a proxy bypassed system .. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/TCP-REFRESH-MODIFIED-tp4674325p4674361.html Sent from the Squid - Users mailing list archive at Nabble.com. ___

Re: [squid-users] TCP_REFRESH_MODIFIED

2015-11-04 Thread HackXBack
Loool Joe, really are you going back to V2.7 ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/TCP-REFRESH-MODIFIED-tp4674325p4674362.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-us

Re: [squid-users] TCP_REFRESH_MODIFIED

2015-11-04 Thread HackXBack
>>I've been trying to figure out how it happens for the last year or so. >>Apparently everybody (all three of you...) but not me can see it happening. >>The proxies I manage do not have it happen, and I can't seem to force it >>to happen either unless I unmount or delete the HDD cache directories

Re: [squid-users] TCP_REFRESH_MODIFIED

2015-11-04 Thread HackXBack
Dear Yuri, MR Amos is sure !! we will see a solution Dear Amos ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/TCP-REFRESH-MODIFIED-tp4674325p4674378.html Sent from the Squid - Users mailing list archive at Nabble.com. __

Re: [squid-users] YouTube Resolution Locker Plugin for Squid Proxy Cache 3.5.x

2015-11-10 Thread HackXBack
unveiltech can cache youtube html5 with full range 100% hit ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/YouTube-Resolution-Locker-Plugin-for-Squid-Proxy-Cache-3-5-x-tp4674463p4674485.html Sent from the Squid - Users mailing list archive at Nabble.com. _

Re: [squid-users] YouTube Resolution Locker Plugin for Squid Proxy Cache 3.5.x

2015-11-10 Thread HackXBack
in debian when you do this cmd update-rc.d haarp defaults 98 it says root@debian:/etc/init.d# update-rc.d haarp defaults 98 update-rc.d: using dependency based boot sequencing insserv: warning: script 'haarp' missing LSB tags and overrides insserv: warning: script 'haarpclean' missing LSB tags and

Re: [squid-users] YouTube Resolution Locker Plugin for Squid Proxy Cache 3.5.x

2015-11-11 Thread HackXBack
am just giving my test for you and its up to you to solve it or not, Thanks -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/YouTube-Resolution-Locker-Plugin-for-Squid-Proxy-Cache-3-5-x-tp4674463p4674500.html Sent from the Squid - Users mailing list archive at

[squid-users] redirect 206 content

2015-11-11 Thread HackXBack
Hello, is there a way to redirect 206 contents to acl ? Thanks. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/redirect-206-content-tp4674501.html Sent from the Squid - Users mailing list archive at Nabble.com. ___

  1   2   3   >