We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: