splunk / docker-splunk

Splunk Docker GitHub Repository
450 stars 245 forks source link

Can't download files from github inside of docker container #663

Open maszyk99 opened 2 months ago

maszyk99 commented 2 months ago

We are having issue with downloading any files inside of docker containers running based on splunk latest images (or 9.0). When trying to download files with curl from github (in our example https://github.com/splunk/sdk-app-collection/releases/download/v1.1.0/sdkappcollection.tgz) we get following error:

Request failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)>

From websites other than github we can use curl without any issues.