Search found 5 matches

by SomeGuy
Tue Feb 04, 2020 1:53 pm
Forum: Mobile Apps and Event Server
Topic: No Stream or event feed
Replies: 1
Views: 2694

No Stream or event feed

After getting some ssl problems sorted out I am able to log into my server with zmNinja. It shows the monitor status and event logs but I cannot view a stream or recorded video. The errors I seem to be getting is (oldest first, newest last). AM INFO CACHE: error with http get [object Object] AM INFO ...
by SomeGuy
Tue Feb 04, 2020 1:44 pm
Forum: Mobile Apps and Event Server
Topic: What ssl configuraiton for zmNinja?
Replies: 2
Views: 3501

Re: What ssl configuraiton for zmNinja?

Looks like it only supports TLSv1.2. I was supporting all three TLSv1.3 256 ciphers and no 1.2 ciphers because the syntax between apache and nginx is slightly different and I just copy pasted the config and killed TLS1.2. I am not sure which cipher it prefers but these are the three TLSv1.2 ciphers ...
by SomeGuy
Sun Feb 02, 2020 2:45 am
Forum: Mobile Apps and Event Server
Topic: What ssl configuraiton for zmNinja?
Replies: 2
Views: 3501

What ssl configuraiton for zmNinja?

I am getting an error in the logs for getAPIversion error handler {"status":-2,":"TLS connection could not be established:javax.net.ssl.SSLHandshakeException: Handshake failed"} What versions of TLS or ssl cipher keys work with zmNinja? Perhaps my setup is too restrictive. I am running through a ...
by SomeGuy
Fri Aug 23, 2019 1:17 pm
Forum: ZoneMinder 1.32.x
Topic: Can only reach Apache test page with fqdn
Replies: 4
Views: 2618

Re: Can only reach Apache test page with fqdn

Sorry for the confusion. The DNS of the WAN IP is updated to mydomain.com. Certificate files are installed in the zoneminder vm and declared in the zoneminder vm's ssl.conf file. Port 443 is forwarded from the WAN to the zoneminder vm. I can reach the zoneminder vm from an external nextwork via ...
by SomeGuy
Wed Aug 21, 2019 11:08 pm
Forum: ZoneMinder 1.32.x
Topic: Can only reach Apache test page with fqdn
Replies: 4
Views: 2618

Can only reach Apache test page with fqdn

I have zoneminder running in a vm and can reach it on the local network using its private 10.x.x.x/zm address. I installed certs for a fqdn at mydomain.com in the ssl.conf file, forwarded port 443 and tried to reach it. The problem is that I can only access mydomain.com not mydomain.com/zm. And ...