Browse Community
Help
Log In
Responses(3)
Solutions(0)
user90943
1 Rookie
•
7 Posts
0
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)
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:
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...
Dell Support Resources
View All
Top
user90943
1 Rookie
•
7 Posts
0
November 11th, 2024 10:43
The forum does not let me post URLs it seems. To reproduce:
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)
user90943
1 Rookie
•
7 Posts
0
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>
user90943
1 Rookie
•
7 Posts
0
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...