I have installed Enketo Express with the most current git update on a Debian Jessie machine. When clicking through to the enketo web form from ODK, I'm getting a momentary spinnning wheel, then "unable to verify leaf signature."
Backstory:
The folks I'm building this for want a single server for everything, including an Apache install, so it includes that and Tomcat for Open Data Kit on the same box. ODK install seems fine. I have Apache reverse proxied to send data from 443 to 8055 for Enketo. The Enketo API responds as expected via curl. If I run Enketo via grunt develop, and then click Enketo Webform in ODK, in the grunt output I see an error:
Any suggestions? It seems like node.js isn't getting the certificate authority list? I tried npm install ssl-root-cas after researching that error online, doesn't seem to help.