-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
443 when installing temurin11 #762
Comments
for additional context this is a transient issue, it will work after enough retries |
Just gonna note that 443 is not an error code, it's simply logging of the port that you're trying to connect to (https). |
Hi folks, we're aware of the issue and are investigating with our CDN and package repo providers. |
The packaging issue was resolved, but I seem to be hitting this kind of issue once in a while in the Apache Pulsar CI builds on GitHub Actions:
|
@lhotari can you run a ca-certificates update on that container first? |
@karianna The odd thing is that a docker file that doesn't install ca-certificates doesn't seem to have problems. The one that installs ca-certificates has the problem and fails much more often. This is in Apache Pulsar, Dockerfile without issues: The Dockerfile with "Error reading from server. Remote end closed connection" issues: There is a slight difference in the dockerfile that fails. It does change the default retries for apt, but I'm not sure if that is related or not. |
It might a problem of installing |
@gdams Does apache/pulsar@aaedf47 help your investigations? Looks like a subtle change in the no recommends package install set |
Failed to fetch https://packages.adoptium.net/artifactory/deb/pool/main/t/temurin-11/temurin-11-jdk_11.0.20.1.0%2b1_amd64.deb Error reading from server. Remote end closed connection [IP: 199.232.27.42 443]
I keep on receiving this error when trying to install on ubuntu22 using docker. Any help would be greatly appreciated. I'm installing it using:
The text was updated successfully, but these errors were encountered: