[squid-users] Fwd: HTTP X-FORWARDED HEADER

2020-06-21 Thread Monika Avalur
Hello, I am using squid proxy to test some application in my company. I have a use cases where I need to use the X-Forwarded-For header from squid proxy I tried by editing the squid configuration file and including acl localhost src 127.0.0.1 forwarded_for on follow_x_forwarded_for allow loca

Re: [squid-users] Fwd: HTTP X-FORWARDED HEADER

2020-06-21 Thread Amos Jeffries
On 21/06/20 10:27 pm, Monika Avalur wrote: > Hello, > > I am using squid proxy to test some application in my company. > > I have a use cases where I need to use the X-Forwarded-For header from > squid proxy  > > I tried by editing the squid configuration file and including > > acl localhost sr

Re: [squid-users] Fwd: HTTP X-FORWARDED HEADER

2020-06-21 Thread Amos Jeffries
On 21/06/20 10:40 pm, Amos Jeffries wrote: > On 21/06/20 10:27 pm, Monika Avalur wrote: >> Hello, >> >> I am using squid proxy to test some application in my company. >> >> I have a use cases where I need to use the X-Forwarded-For header from >> squid proxy  >> >> I tried by editing the squid conf

Re: [squid-users] squid-users Digest, Vol 70, Issue 27

2020-06-21 Thread Monika Avalur
7;s sort of urgent. > > Thanks & Best Regards, > Monika > -- next part -- > An HTML attachment was scrubbed... > URL: < > http://lists.squid-cache.org/pipermail/squid-users/attachments/20200621/eb7fa2ac/attachment-0001.html > > > >

Re: [squid-users] squid-users Digest, Vol 70, Issue 27

2020-06-21 Thread Amos Jeffries
On 22/06/20 1:24 am, Monika Avalur wrote: > Hello Amos, > > Thank you so much for your reply. > > So my use case is, in my application I have a switch which when turned > ON, reads the client IP address from the header I configured in the > application (i.e. X-Forwarded-For in Squid) and based on

[squid-users] Error: (71) Protocol error (TLS code: SQUID_ERR_SSL_HANDSHAKE)

2020-06-21 Thread Eliezer Croitoru
I have tested 4.12 and with default settings I am getting an error on some local common web pages. (71) Protocol error (TLS code: SQUID_ERR_SSL_HANDSHAKE)Handshake with SSL server failed: error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small In my search for users who had a similar issue

Re: [squid-users] Error: (71) Protocol error (TLS code:SQUID_ERR_SSL_HANDSHAKE)

2020-06-21 Thread Loučanský Lukáš
Sorry - but how is your solution different from: 1) openssl dhparam -outform PEM -out dhparam.pem 2048 2) https_port 3128 ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/usr/local/squid/etc/rootCA.crt key=/usr/local/squid/etc/rootCA.key options=SINGLE_DH_USE,SINGLE_E