adoptium / adoptium/installer

443 when installing temurin11

Open
#762 8 comments 1 reaction 0 assignees View on GitHub
Dominant language
Jinja
Stars
168
Forks
77
Avg merge
2d 14h
Merged PRs (30d)
12

Description

`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:

```
wget -nv -qO - "https://packages.adoptium.net/artifactory/api/gpg/key/public" | apt-key add - \
&& add-apt-repository --yes https://packages.adoptium.net/artifactory/deb \
&& apt-get update -qq \
&& apt-get -qq install temurin-11-jdk
```

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the shown apt setup and temurin-11-jdk install in an Ubuntu 22 Docker image, then inspect the packages.adoptium.net fetch failure and repository/package path. Done means identifying a reproducible cause and documenting or validating a fix for the 443 remote-close error.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, java, shell, ubuntu
Domain
devops, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.