I am trying to install AdoptOpenJDK Java version 8 with OpenJ9 as the JVM on Debian 10.4. I used these instructions to install it. But when i do sudo apt-get update
to refresh my package list I recieve this error:
Err:6 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb buster Release
Unknown date format Bad header data [IP: 35.231.52.82 443]
This is how my /etc/apt/sources.list file looks like (I removed all commands to make it shorter):
deb http://deb.debian.org/debian buster main
deb-src http://deb.debian.org/debian buster main
deb http://security.debian.org/ buster/updates main
deb-src http://security.debian.org/ buster/updates main
deb http://deb.debian.org/debian buster-updates main
deb-src http://deb.debian.org/debian buster-updates main
deb http://deb.debian.org/debian buster-backports main
deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ buster main
deb-src http://deb.debian.org/debian buster-backports main
What can I do to fix it?