On 27/07/22 20:03, Илья Дейс wrote:
Hello,
I ran into a problem when routing connections from a specific address.
I need to use a dedicated channel for downloading video, and for
everything else, a port-dependent channel. Routing is based on the
receiving port of the proxy server. I am using ssl_bum



When using HTTP (not SSL), this rules work fine, but with using HTTPS
protocol first (with debug) used rule for CONNECT, and after rules
with tcp_outgoing_address not applied.


please help me

What you want is not possible. With TLS decryption (bump'ing) the server connection is setup and being actively used long before any HTTP(S) message is received to get the URL path from. You cannot change the outgoing IP on an already existing connection.


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

Reply via email to