Re: [squid-users] Sending CONNECT method requests over HTTPS

2020-05-20 Thread Ronan Lucio
Hi Alex, Good news. It's working now fine. I have it running on https_port and can successfully make requests using https://proxy. Just adding some comments: >> I can't trust the source network, it's on the cloud and sure it has >> other applications in the same public network. I also plan to

Re: [squid-users] Sending CONNECT method requests over HTTPS

2020-05-20 Thread Alex Rousskov
On 5/20/20 1:38 PM, Ronan Lucio wrote: >>> My scenario is: >>> I have a serverless API that needs to connect to a couple specific >>> targets from a static IP. >>> As this serverless API doesn't have a static IP, I thought to do this >>> through a proxy server. >>> That's why I need to enforce

Re: [squid-users] Sending CONNECT method requests over HTTPS

2020-05-20 Thread Ronan Lucio
Hi Alex, > > My scenario is: > > I have a serverless API that needs to connect to a couple specific > > targets from a static IP. > > As this serverless API doesn't have a static IP, I thought to do this > > through a proxy server. > > That's why I need to enforce security on the authentication

Re: [squid-users] Sending CONNECT method requests over HTTPS

2020-05-20 Thread Alex Rousskov
On 5/20/20 1:00 PM, Ronan Lucio wrote: > My main need is to encrypt/protect username and password (or > Proxy-Authentication header) sent on the first CONNECT to the proxy > server, in a way this username and password can't be sniffed. > > The other need is creating a rule allowing only some

Re: [squid-users] Sending CONNECT method requests over HTTPS

2020-05-20 Thread Ronan Lucio
OK guys, I think you got my point. @Alex, thank you for the well-detailed answer. My main need is to encrypt/protect username and password (or Proxy-Authentication header) sent on the first CONNECT to the proxy server, in a way this username and password can't be sniffed. The other need is

Re: [squid-users] Sending CONNECT method requests over HTTPS

2020-05-20 Thread Alex Rousskov
On 5/20/20 6:07 AM, Matus UHLAR - fantomas wrote: > On 20.05.20 05:07, Ronan Lucio wrote: >> I read a similar thread a couple of weeks ago, but my scenario has >> some differences. >> Anyway, my need is sending CONNECT method requests over HTTPS as well. > already possible. I assume that, here

Re: [squid-users] Sending CONNECT method requests over HTTPS

2020-05-20 Thread Matus UHLAR - fantomas
On 20.05.20 05:07, Ronan Lucio wrote: I read a similar thread a couple of weeks ago, but my scenario has some differences. Anyway, my need is sending CONNECT method requests over HTTPS as well. already possible. If read the docs and just would like to confirm with you if I got it right: 1)

[squid-users] Sending CONNECT method requests over HTTPS

2020-05-19 Thread Ronan Lucio
Hi all, I read a similar thread a couple of weeks ago, but my scenario has some differences. Anyway, my need is sending CONNECT method requests over HTTPS as well. If read the docs and just would like to confirm with you if I got it right: 1) To send CONNECT method requests over HTTPS I'm