Skip to content
New issue

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

Fetch Kiwi TCMS' CA certificate and install it locally during testing #65

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 4, 2024

  1. Fetch Kiwi TCMS' CA certificate and install it locally during testing

    that should allow Python to verify the HTTPS certificate on the other
    side of the connection and not complain about it!
    atodorov committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8c5b816 View commit details
    Browse the repository at this point in the history
  2. Add reference during testing how to override CA trust stores

    however this won't go into official documentation because it is not a
    supported method of consuming Kiwi TCMS, users should always have valid
    SSL certificates.
    
    Closes #56
    atodorov committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e7cd8e9 View commit details
    Browse the repository at this point in the history