Re: [squid-users] Allow SFTP connection to port 9122

2023-01-21 Thread Matus UHLAR - fantomas
On 20/01/2023 2:45 am, Emanuel Gonzalez wrote: I have configured an instance with squid as a proxy service. HTTP/HTTPS requests pass through the proxy correctly. aclSafe_ports port9122 aclSSL_ports port9122 aclSafe_ports port22 aclSSL_ports port22 But I need to connect to an SFTP service that

Re: [squid-users] Allow SFTP connection to port 9122

2023-01-21 Thread Amos Jeffries
On 20/01/2023 2:45 am, Emanuel Gonzalez wrote: Hi all, Hi, I need some help. I have configured an instance with squid as a proxy service. HTTP/HTTPS requests pass through the proxy correctly. aclSafe_ports port9122 aclSSL_ports port9122 aclSafe_ports port22 aclSSL_ports port22 But I need t

Re: [squid-users] Allow SFTP connection to port 9122

2023-01-19 Thread Matus UHLAR - fantomas
On 19.01.23 13:45, Emanuel Gonzalez wrote: I have created the environment variables necessary to be able to exit through the proxy: http_proxy=http://myprox.prod:3142 ftp_proxy=http://myproxy.prod:3142 https_proxy=http://myproxy.prod:3142 i try the connection but never happen sftp -v -oProx

[squid-users] Allow SFTP connection to port 9122

2023-01-19 Thread Emanuel Gonzalez
Hi all, Hi, I need some help. I have configured an instance with squid as a proxy service. HTTP/HTTPS requests pass through the proxy correctly. acl Safe_ports port 9122 acl SSL_ports port 9122 acl Safe_ports port 22 acl SSL_ports port 22 But I need to connect to an SFTP service that listens