docker-squid icon indicating copy to clipboard operation
docker-squid copied to clipboard

Use OpenSSL package & Rootless image

Open allir opened this issue 4 years ago • 0 comments

To use SSLBump features, switch to debian base image and install squid-openssl package instead.

Updated image to run as proxy user instead of root. The entrypoint script has been updated acordingly.

Entrypoint script also modified to initalize ssl_db in case SSLBump is used.

Logging moved to stdout. Since the process is no longer started by root it enables logging to stdout without issue.

Also added default allow rule for local networks.

allir avatar Oct 14 '21 18:10 allir