1 Rookie

 • 

7 Posts

November 11th, 2024 10:43

The forum does not let me post URLs it seems. To reproduce:

# docker run -ti centos curl https colon slash slash linux.dell.com
curl: (60) SSL certificate problem: unable to get local issuer certificate

While this works:

# docker run -ti centos bash -c "curl -sS https colon slash slash cacerts.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crt.pem >>/etc/ssl/certs/ca-bundle.crt; curl https colon slash slash linux.dell.com" | grep TITLE
<TITLE>Dell - Dell Linux - Community Web</TITLE>

(edited)

1 Rookie

 • 

7 Posts

November 11th, 2024 10:48

This does not work:

# docker run -ti centos curl https colon slash slash linux.dell.com

curl: (60) SSL certificate problem: unable to get local issuer certificate

This works:

# docker run -ti centos bash -c "curl -sS https colon slash slash cacerts.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crt.pem >>/etc/ssl/certs/ca-bundle.crt; curl https colon slash slash linux.dell.com" | grep TITLE
<TITLE>Dell - Dell Linux - Community Web</TITLE>

1 Rookie

 • 

7 Posts

November 11th, 2024 15:17

Something is really weird with this website, I struggled to get any comments posted and then it took it three times. Oh well...

No Events found!

Top