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
in the RHCOS pipeline if I start a debug pod and then try to cosa buildfetch --url <RHCOS builds browser URL> I get SSL errors:
cosa buildfetch --url <RHCOS builds browser URL>
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)
I thought that pipeutils.addOptionalRootCA() would have taken care of this but apparently not?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in the RHCOS pipeline if I start a debug pod and then try to
cosa buildfetch --url <RHCOS builds browser URL>
I get SSL errors:I thought that pipeutils.addOptionalRootCA() would have taken care of this but apparently not?
The text was updated successfully, but these errors were encountered: