Could not handshake problem with proxy

Hi,
I have a weird problem. I'm on Zorin 16.1 Pro
I'm behind a business proxy (185.46.212.88:80) and configured it in

  • the network settings
  • etc/apt/apt.conf
  • etc/profiles

Everything seemed to work fine, but when running apt update I have this terminal message:

Ign:1 Index of /stable/ focal InRelease
OK:2 Index of /ubuntu focal InRelease
OK:3 Index of /ubuntu focal InRelease
OK:4 Index of /fish-shell/release-3/ubuntu focal InRelease
OK:5 Index of /ubuntu focal-updates InRelease
Ign:6 Index of /patches/ focal InRelease
OK:7 Index of /ubuntu focal-backports InRelease
OK:8 Index of /zorinos/apps/ubuntu focal InRelease
OK:9 Index of /ubuntu focal-security InRelease
Ign:10 Index of /apps/ focal InRelease
OK:11 Index of /zorinos/drivers/ubuntu focal InRelease
Ign:12 Index of /drivers/ focal InRelease
OK:13 Index of /zorinos/patches/ubuntu focal InRelease
Ign:14 Download - Zorin OS focal InRelease
Fehl:15 Index of /stable/ focal Release
Could not handshake: Fehler in der Pull-Funktion. [IP: 185.46.212.88 80]
OK:16 Index of /zorinos/stable/ubuntu focal InRelease
Fehl:17 Index of /patches/ focal Release
Could not handshake: Fehler in der Pull-Funktion. [IP: 185.46.212.88 80]
Fehl:18 Index of /apps/ focal Release
Could not handshake: Fehler in der Pull-Funktion. [IP: 185.46.212.88 80]
Fehl:19 Index of /drivers/ focal Release
Could not handshake: Fehler in der Pull-Funktion. [IP: 185.46.212.88 80]
Fehl:20 Download - Zorin OS focal Release
Could not handshake: Fehler in der Pull-Funktion. [IP: 185.46.212.88 80]
Paketlisten werden gelesen... Fertig
E: Das Depot »Index of /stable/ focal Release« enthält keine Release-Datei mehr.
N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
E: Das Depot »Index of /patches/ focal Release« enthält keine Release-Datei.
N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
E: Das Depot »Index of /apps/ focal Release« enthält keine Release-Datei.
N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
E: Das Depot »Index of /drivers/ focal Release« enthält keine Release-Datei.
N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
E: Das Depot »Download - Zorin OS focal Release« enthält keine Release-Datei.
N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).

It seems to me this is not a problem of the proxy-apt-configuration as the ubuntu updates are working, but not the Zorin ones.
Anyone an idea what to do?

Thanks

Did you set for http or https?

Both.

Acquire::http::proxy "http://proxy-IP:port/";
Acquire::https::proxy "https://proxy-IP:port/";
Acquire::ftp::proxy "ftp://proxy-IP:port/";

Can it be the apt config as update from Ubuntu worked?

This should be:

Acquire::http::proxy "http://proxy-IP:port/";
Acquire::https::proxy "http://proxy-IP:port/";
1 Like

Thanks, that was the problem. It was wrong in Proxyserver › Wiki › ubuntuusers.de
I changed it there

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.