-
Notifications
You must be signed in to change notification settings - Fork 290
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
MISP SSL configuration updates #1053
Conversation
Needed to add in the ssl cert verify to be able to connect to a MISP instance over SSL with a self signed cert.
This reverts commit 9635f43.
SORRY!!!!!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you use ruff linter ?
you can launch at the root of project like that
ruff format .
Ran ruff format and got an ok on misp.py
I ran ruff, looked fine on misp.py, no errors and said updated. |
Perfect thanks for your contribution ! |
Added in the misp verify cert option to the sample config.
i'm also going to do a PR for the documentation for showing the
.env
variables for docker.I'm bad at github so i'm sorry for multiple branches/PRs and this replaces #1046 that i accidentally closed while trying to do another one.