For some reason, when I log in to xplico remotely using a valid login and password, it simply kicks me back to the login screen. (This is different from an incorrect login which displays the “incorrect login” banner.)
For the purpose of complicating this issue, I normally access xplico through an apache proxy
Me<-https://xplico.remote.org->apache<-https://host.local:9876->xplico
(two different ssl self-signed keys)
If I connect directly, I get a blank page
Me<-https://host.local:9876->xplico
And if I connect locally from the desktop of the security onion host, I log in normally.
Does anyone have any ideas? I proxy a couple other things (squert, snorby, splunk) through the apache server to the same security onion host. This is the only one that doesn’t seem to work.
(And to answer why I’m proxying it, I want to check it externally from locations that allow nothing in except port 80 and 443 and my IP is already used up with the said apache server.)
Thanks for the ideas.
Gabe
To change this behavior you must modify the PHP code:
- file /opt/xplico/xi/cake/dispatcher.php
- replace demo.xplico.org with your host name (used in the url)
Ciao.
Gianluca