Hi Team,
Trying to get the trial version working properly. everything works well but I am struggling getting the web server working behind a apache SSL reverse proxy as I have a major issue with the xeoma web interface open to internet with no encryption.
Here is the setup:
Server running xeoma with webport 10090
Server also has apache installed which does a reverse proxy of the xeoma web server to 443
So
Here is my apache config:
ProxyPass /xeoma http://localhost:10090/
ProxyPassReverse /xeoma http://localhost:10090/
This allows me to access the xeoma web interface via a public ip with https. e.g https://mydomain.com/xeoma
The only issue I have is that the images from the camera feeds do not show as the links are hard coded with http and port 10090. eg
http://mydomain:10090/xeoma/video0.mjpg?fps=1&oneframe=1&resolution=320x240&user&rnd=xxxxxxxx
Can you please help with getting xeoma working behind SSL. This is the only issue I have and only item stopping me from buying a commerical license
Many thanks,