Re: [squid-users] Squid CONNECT tunnel

2022-05-04 Thread Alex Rousskov
On 5/4/22 12:30, roee klinger wrote: Basically, I need to set up a cache_peer, and have all traffic to it be sent using CONNECT, and add an HTTP CONNECT header such as: CONNECT test1 HTTP/1.1\r\n\r\n . Is that possible with Squid? Squid can be configured to forward all http_port and https_

Re: [squid-users] Squid CONNECT tunnel

2022-05-04 Thread roee klinger
Hey Alex, Thanks for the reply. Basically, I need to set up a cache_peer, and have all traffic to it be sent using CONNECT, and add an HTTP CONNECT header such as: CONNECT test1 HTTP/1.1\r\n\r\n . Is that possible with Squid? Thanks, On 3 May 2022, 16:30 +0300, Alex Rousskov , wrote: > On 5/

Re: [squid-users] Squid CONNECT tunnel

2022-05-03 Thread Alex Rousskov
On 5/3/22 06:12, roee klinger wrote: Hey, I am trying to use Squid with FTP server TCP Port Multiplexing, on the FRP documentation (https://github.com/fatedier/frp#tcp-port-multiplexing ), it says: frp supports receiving TCP sockets

[squid-users] Squid CONNECT tunnel

2022-05-03 Thread roee klinger
Hey, I am trying to use Squid with FTP server TCP Port Multiplexing, on the FRP documentation (https://github.com/fatedier/frp#tcp-port-multiplexing), it says: > quote_type > frp supports receiving TCP sockets directed to different proxies on a single > port on frps, similar to vhost_http_port