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
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
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
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
> >
>
>
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
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
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