Closed scgsch closed 3 years ago
Hi mokaddem, thanks so much for replying. I indeed did all install step according to the manual. Both with the official OVA and a fresh MISP install.
I'll keep trying and debbuging. So weird for an official app and its dashboard...
Any other idea will be welcome ;) Thanks
Hi all,
I need to create a testing environment with MISP on a local machine. No need to access from external url. I downloaded the official MISP VM (MISP_v2.4.135@db463d3.ova) and installed MISP-DASHBOARD as described. The misp core is working fine except the misp dashboard. The site can't be reached on 127.0.0.1:8001.
Following lines include details on my setting: Host: WIN10 VM on VirtualBOX. Port forwarding as stablished by the original OVA file.
Changes on MISP WEB UI: Administration > Server Settings & Maintenance > Plugin settings > Plugin.ZeroMQ_enable: true Plugin.Zero_redis_port: 6250
Changes on /var/www/misp-dashboard/config/config.cfg [Server] host = localhost port = 8001 debug = False ssl = False
[RedisGlobal] host=localhost port=6250 misp_web_url = http://127.0.0.1 misp_instances = [{ "name": "misp1", "url": "http://localhost", "zmq": "tcp://localhost:50000"}]
./diagnostic.py ✔ Virtual environment and packages ✔ Configuration ✔ File permission ConnectionRefusedError: [Errno 111] Connection refused
Could anybody please, guide me on troubleshooting this issue?
Thank you so much.