Enketo Express error: certificate has expired

Hi @finlay

  1. Quick but dangerous (enketo won’t verify the SSL certificates for any connections) solution:
    set environment variable on the enketo-express container NODE_TLS_REJECT_UNAUTHORIZED="0"

  2. 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.

1 Like