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

feat(transport): Add option to disable SSL verification #508

Merged
merged 5 commits into from Oct 17, 2022

Commits on Oct 17, 2022

  1. feat(transport): Add option to disable SSL verification

    Adding this option will allow to use self-signed certificates in the
    user's self-hosted environments.
    
    Using this option also allows to use any types of certs, even experired
    which can introduce vulnerabilities, since all the certificates are
    trusted by default. That's why we must make clear
    that it's a last resort if there is no possibility to use legitimate
    certificate (e.g. Let's Encrypt or similar).
    olksdr committed Oct 17, 2022
    Copy the full SHA
    2fe0e56 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9a09f5c View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG entry

    olksdr committed Oct 17, 2022
    Copy the full SHA
    d9ae05d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4393dfa View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6ff6767 View commit details
    Browse the repository at this point in the history