-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Hello everybody,
am currently in the process of completely rebuilding SQUID on an Ubuntu 20.04.
I currently have the problem that if I take the standard version (apt install Squid), I get https_port 443 accel vhost cert = 'xy.cer' key = 'xy.key' connection-auth = on options = NO_SSLv3 cipher with the following command = HIG in Squid.conf the following error when starting SQUID: Unknown https_port option. I've tried a lot here, but I can't get it to work under 4.10.
So I was hoping that your package would help, but when I follow the steps from the Github I get the following errors.
apt-get update
N: Loading of the configured file »main / binary-i386 / Packages« is skipped because the depot »http://squid413.diladele.com/ubuntu bionic InRelease« does not support the architecture »i386«.
apt-get install squid
Some packages could not be installed. That can mean that
You have requested an impossible situation or when you have the
Unstable distro use that some required packages still
have not been created or have not yet left Incoming.
The following information may help you resolve the situation:
The following packages have unfulfilled dependencies:
squid: Depends on: libnettle6 but cannot be installed
E: Problems cannot be corrected, you have defective packages withheld.
Can you help me here?