What ssl configuraiton for zmNinja?
Posted: Sun Feb 02, 2020 2:45 am
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 nginx reverse proxy but it is passing web requests with absolute_uri so nginx shouldn't be mangling the request.
When I try and login to zmNinja I get "Login validated but API failed"
I have done all of the suggested steps in the FAQ and they seem to check out.
I added ssl_ecdh_curve secp521r1:secp384r1:prime256v1; to the nginx config to make the curves less strict.
I am using signed LetsEncrypt certs.
This is on an android 6.0 phone.
getVersion.json returns version 1.34.0 and api version 2.0.
view-source also reveals both versions.
monitors.json and events.json also reveal valid info.
The user has access to view 'monitors' 'system' 'events' and 'stream' with api enabled. With a simple password.
I entered all the addresses into the expert mode for zmNinja for portal, path to cgi-bin and api url.
What versions of TLS or ssl cipher keys work with zmNinja? Perhaps my setup is too restrictive.
I am running through a nginx reverse proxy but it is passing web requests with absolute_uri so nginx shouldn't be mangling the request.
When I try and login to zmNinja I get "Login validated but API failed"
I have done all of the suggested steps in the FAQ and they seem to check out.
I added ssl_ecdh_curve secp521r1:secp384r1:prime256v1; to the nginx config to make the curves less strict.
I am using signed LetsEncrypt certs.
This is on an android 6.0 phone.
getVersion.json returns version 1.34.0 and api version 2.0.
view-source also reveals both versions.
monitors.json and events.json also reveal valid info.
The user has access to view 'monitors' 'system' 'events' and 'stream' with api enabled. With a simple password.
I entered all the addresses into the expert mode for zmNinja for portal, path to cgi-bin and api url.