[squid-users] Transparent HTTPS Squid proxy does not work!

2023-10-16 Thread Bud Miljkovic
Let me try one more time. Here is my system configuration: {HW-Box} --> Local Server{ (eth0[port 444]) -+ | +-+ | | +-> ([3129] Transparent Squid proxy) ---> (eth1[port443]) }--+

[squid-users] How to configure a transparent, pass-all, Squid proxy?

2023-10-19 Thread Bud Miljkovic
I am new to Squid and I'm trying to use it in a simple test case of a pass-all transparent proxy. My configuration is: Web-browser->Local_Server{eth0/port-443->(Transparent Proxy)->port-443/eth1}->{Internet} Squid version: 3.5.25 Below are the squid.conf file content, iptables -nvL and iptables

[squid-users] Squid quits while starting?!

2023-09-28 Thread Bud Miljkovic
I am trying to run Squid on the `open-embedded` pyro distro on my target. Here is the `squid-ota.conf` file which is during the squid start: ``` #Visible hostname visible_hostname ctct-r2 # An ACL named 'whitelist' acl whitelist dstdomain '/etc/squid/whitelist.ota' # Allow whitelisted URLs

[squid-users] No valid signing SSL certificate configured for HTTPS_port

2023-09-27 Thread Bud Miljkovic
Would you know anything about this Squid problem? Given the squid-ota.conf file: ``` # An ACL named 'whitelist' acl whitelist dstdomain '/etc/squid/whitelist.ota' # Allow whitelisted URLs through http_access allow whitelist # Block the rest http_access deny all # Intercept tranparent HTTPS

Re: [squid-users] [ext] Squid quits while starting?!

2023-09-29 Thread Bud Miljkovic
Ralf.Hildebrandt wrote to *Bud Miljkovic* : > # Intercept transparent HTTPS traffic > https_port 3129 intercept ssl-bump cert=/etc/squid/ssl_cert/myCA.pem > generate-host-certificates=on dynamic_cert_mem_cache_size=4MB > ssl_bump splice all > sslcrtd_program /usr/libexec/ssl_c

[squid-users] Squid 3.5.25 outgoing interface?

2023-10-01 Thread Bud Miljkovic
Does Squid have a configuration directive to forward the processed TCP traffic to one of the target's existing network interfaces? Or to put in another way, does Squid have a way to route the processed TCP traffic to one of the target's existing network interfaces, rather than to an IP address?

[squid-users] How to Initialize SSL database for Squid 3.5.25

2023-09-27 Thread Bud Miljkovic
I have created the `myCA.pem` and `myCA.der` files in my Linux open embedded `pyro` distribution. How should I then configure Squid for SSL Intercept? Any clue is appreciated. Buda www.trimble.com This email may contain confidential information that is intended only for the listed

[squid-users] Rebuilding Squid 3.5.25 with the `--with-openssl` option generates compilation error

2023-09-20 Thread Bud Miljkovic
Hello there, Using the *Squid 3.5.25* version from the Open Embedded *pyro* repository, I enabled the `*--with-openssl*` build option by adding the *squid_%.bbappend* file, please the attachment below. Then using *docker*, I tried to rebuild *squid* package but now I get the following

[squid-users] Squid not working properly ...

2023-10-17 Thread Bud Miljkovic
I have now made some changes based on suggestions from the community and would like a second look from the more experienced people. Here is my squid configuration file: visible_hostname ctct-r2 # 2) Initialize SSL database first sslcrtd_program /usr/libexec/ssl_crtd -s

[squid-users] Fwd: Squid does not pass HTTPS traffic transparently

2023-10-15 Thread Bud Miljkovic
Resending it without an image On Mon, Oct 16, 2023 at 1:59 PM Bud Miljkovic wrote: > Here is my system configuration > - > The setup and the problem > >- The HW box tries to establish an HTTPS transparent connection with a >server located within Internet. >- It