Re: [squid-users] Use ICP RTT with HTTPS request

2022-09-29 Thread Amos Jeffries
On 27/09/22 02:25, Alex Rousskov wrote: On 9/26/22 05:51, Théo BARRAGUE wrote:  entry is null so peerGetSomeNeighbor is never called I did not check all the details, but it looks like Squid ICMP code (ab)uses StoreEntry-linked metadata. Basic CONNECT tunnels lack StoreEntry because they

Re: [squid-users] Use ICP RTT with HTTPS request

2022-09-27 Thread Théo BARRAGUE
I will take a look, thank's for help  Regards, Théo BARRAGUÉ From: Alex Rousskov Sent: Monday, September 26, 2022 3:25 PM To: Théo BARRAGUE ; squid-users@lists.squid-cache.org Cc: Olivier HANESSE Subject: Re: [squid-users] Use ICP RTT with HTTPS request

Re: [squid-users] Use ICP RTT with HTTPS request

2022-09-26 Thread Alex Rousskov
On 9/26/22 05:51, Théo BARRAGUE wrote: entry is null so peerGetSomeNeighbor is never called I did not check all the details, but it looks like Squid ICMP code (ab)uses StoreEntry-linked metadata. Basic CONNECT tunnels lack StoreEntry because they are not reading/writing data from/to Store.

Re: [squid-users] Use ICP RTT with HTTPS request

2022-09-26 Thread Théo BARRAGUE
Hello, Thank's for answer. I increased output level and get this : 2022/09/26 09:07:52.381| 44,3| peer_select.cc(163) peerSelect: CONNECT 2022/09/26 09:07:52.381| 44,3| peer_select.cc(472) peerSelectFoo: CONNECT api.gouv.fr 2022/09/26 09:07:52.381| 44,3| peer_select.cc(485) peerSelectFoo:

Re: [squid-users] Use ICP RTT with HTTPS request

2022-09-23 Thread Alex Rousskov
On 9/23/22 10:30, Théo BARRAGUE wrote: How can I say "please, use ICP for RTT sharing like you did with HTTP" ? AFAICT, Squid tries to use NetDB on both HTTP and HTTPS paths, but something probably goes wrong somewhere. The easiest way to figure this out may be to analyze debugging

[squid-users] Use ICP RTT with HTTPS request

2022-09-23 Thread Théo BARRAGUE
Hello, I'm trying to setup ICP exchange with HTTPS request. With my current setup (no ssl bumping) I can't use ICP for cache but it may be possible for RTT. My goal is to use the closest parent to establish the connection. My configuration look like : cache_peer 127.0.0.1 parent 3129 3131