Open HerbertKoelman opened 1 year ago
FYI if I replace the failing dnf command with RUN dnf --setopt sslverify=false install -y java-11-openjdk-devel
then the command is successful. It's not safe :-(
Hi :wave:
Cannot reproduce the issue. Please, run this command to make sure the TLS certificate chain is intact:
openssl s_client -showcerts -connect mirrors.almalinux.org:443
You can run it inside and the outside the network you having the issue, then compare the Certificate chain
part in the output.
We usually, get such reports from the users who is behind some firewall which injects some TLS certificates into the chain as a part of the TLS inspection feature.
Hello,
I want to create a docker image based on AlmaLinux 6 with:
This what my Dockerfile looks like:
When I build this Dockerfile I get this error message: Curl error (60): Peer certificate cannot be authenticated with given CA certificates
I'm running this build on an AlmaLinux 8
Any idea ?