When using the official MISP ova, the baseurl is set to https://localhost:8443
.
This makes using the web interface difficult on any other machine than the VM
(which is the default, because the OVA doesn't come with Xwin/Xorg)
because every link on the web interface will attempt to redirect you
to `https://localhost:8443' instead of the actual URL you're using.
The solution is to modify the baseurl in MISP's config.php
file:
sudo -u www-data vim /var/www/MISP/app/Config/config.php
Once in vim, replace all instances of 'https://localhost:8443'
with ''
(empty string)