Problem with WDC

Hello all !

I have a problem since I added a certificate with letsencrypt (python3 run.py).

I am using this wdc: GitHub - iahmedani/kobo-wdc: Web Data Connector for Kobotoolbox and REST API

I reach the web page, I type exactly the same things than before on the form (url + key) and this error appears:

{ Error: certificate has expired
at TLSSocket. (_tls_wrap.js:1105:38)
at emitNone (events.js:106:13)
at TLSSocket.emit (events.js:208:7)
at TLSSocket._finishInit (_tls_wrap.js:639:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:469:38)
code: ‘CERT_HAS_EXPIRED’,

The certificate expire in december.

Do you guys have an idea ? :slight_smile:

Problem solved.

I needed to update npm and it worked.

@Dabertch, thank you for sharing the solution with the entire community! :clap: :heart: :partying_face: