docker-splunk
docker-splunk copied to clipboard
Can't download files from github inside of docker container
trafficstars
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.