Closed wsguede closed 6 years ago
I see you are already doing that
Never mind!
in case anyone stumbles into this issue...
Setup:
Issue:
new WebSocket("wss://server.url.com:9000");
--> Fail Insecuretail -f /var/log/syslog | grep zmeventnotification
a29794a231f5 zmeventnotification[855]: INF [Websocket remotely disconnected from 19.19.19.19]
a29794a231f5 zmeventnotification[855]: INF [got a websocket connection from 19.19.19.19 (0) active connections]
a29794a231f5 zmeventnotification[855]: INF [Websocket remotely disconnected from 19.19.19.19]
a29794a231f5 zmeventnotification[855]: INF [got a websocket connection from 19.19.19.19(0) active connections]
a29794a231f5 zmeventnotification[855]: INF [Websocket remotely disconnected from 19.19.19.19]
a29794a231f5 zmeventnotification[855]: INF [got a websocket connection from 19.19.19.19(0) active connections]
...
Solution:
Originally I copied the wrong letsencrypt keys into /config/keys
----- Wrong -----
cp ../appdata/letsencrypt/keys/cert.key ../appdata/Zoneminder/keys/cert.key
cp ../appdata/letsencrypt/keys/cert.crt ../appdata/Zoneminder/keys/cert.crt
----- Works -----
cp ../appdata/letsencrypt/keys/letsencrypt/privkey.pem ../appdata/Zoneminder/keys/cert.key
cp ../appdata/letsencrypt/keys/letsencrypt/fullchain.pem ../appdata/Zoneminder/keys/cert.crt
How do you have zmeventnotification setup?
I am trying to update it with a different location for certs, or copy mine into it, but the image resets it after restart.
Could we move the path to