URI error with non-standard port
Posted: Thu Dec 06, 2018 2:00 am
I've been running ZoneMinder on Ubuntu for a couple of years. I'm currently on version 18.04 of Ubuntu. I've recently updated ZoneMinder to 1.32.2 using the package updater. I've discovered a new issue with this update.
This worked before. The server works correctly on my local network. However, on the internet, port 443 on mywebsite,com goes to another server on my local network. Thus, I have a port forwarded from port say 1234, to port 443. Thus I can access the ZoneMinder server like this:
This works and I can login. However, I cannot see the feeds. For example,
is broken. We can see the problem in the log:
Viewing the webpage source:
you can see the error (the port extension is repeated).
I suspect that someone familiar with some of the recent changes in the code could sort this out.
Please?
Thanks,
-Chris
This worked before. The server works correctly on my local network. However, on the internet, port 443 on mywebsite,com goes to another server on my local network. Thus, I have a port forwarded from port say 1234, to port 443. Thus I can access the ZoneMinder server like this:
Code: Select all
https://mywebsite.com:1234/zm/index.php
Code: Select all
https://mywebsite.com:1234/zm/index.php?view=watch&mid=6
Code: Select all
web_js ERR SyntaxError: The URI is malformed. https://mywebsite.com:1234/zm/tools/mootools/mootools-core.js
Code: Select all
<div id="imageFeed"><img id="liveStream6" src="https://mywebsite.com:1234:1234/zm/cgi-bin/zms?scale=100&width=640px&height=480px...
I suspect that someone familiar with some of the recent changes in the code could sort this out.
Please?
Thanks,
-Chris