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

MISP SSL configuration updates #1053

Merged
merged 7 commits into from
Mar 27, 2024

Commits on Mar 21, 2024

  1. Fix error SSL: CERTIFICATE_VERIFY_FAILED when adding a MISP feed.

    Needed to add in the ssl cert verify to be able to connect to a MISP instance over SSL with a self signed cert.
    shannaniggans committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0085ed6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    9635f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab703c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e691b07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fac5d30 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Update misp.py

    Ran ruff format and got an ok on misp.py
    shannaniggans committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    46178c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1729d0c View commit details
    Browse the repository at this point in the history