Dockerfile to create a Docker container image for Squid proxy server
-
Updated
May 31, 2021 - Shell
Add a description, image, and links to the squid topic page so that developers can more easily learn about it.
To associate your repository with the squid topic, visit your repo's landing page and select "manage topics."
Is it possible to use this image as an http proxy. When the following statement
http_port 3128 ssl-bump
generate-host-certificates=on
dynamic_cert_mem_cache_size=4MB
cert=/etc/config/myca.pem
key=/etc/config/myca.pem
is added to the config file, then the following error occurs
2019/01/29 20:49:39 kid1| WARNING: no_suid: setuid(0): (1) Operation not permitted
2019/