Hi @finlay
-
Quick but dangerous (enketo won’t verify the SSL certificates for any connections) solution:
set environment variable on the enketo-express containerNODE_TLS_REJECT_UNAUTHORIZED="0"
-
the
node.js
command, that starts enketo-express should include--use-openssl-ca
argument, and the docker image to have up to date openssl client.