-
Notifications
You must be signed in to change notification settings - Fork 149
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
Exception raised using MISP feature (proxy support) #6
Comments
It seems like a connection error. What is the output of
|
Thanks Florian, Regards |
PyMISP requires a manual proxy definition. I don't have that yet in my program. |
I would keep this open as a missing feature in munin |
Dear,
After pulling the latest version, I'm not able to run properly the MISP module:
cd /opt/munin/
sudo git pull
sudo vi /opt/munin/munin.ini
(to add/change my own API keys)sudo python3 -m pip install -r /opt/munin/requirements.txt
sudo python3 /opt/munin/munin.py --debug -i /opt/munin/munin.ini -f <input>
However, I reached the following exception:
I double checked the API key and it is good.
Any idea?
Thanks in advance,
Regards,
Julien
The text was updated successfully, but these errors were encountered: