You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: error:0480006C:PEM routines::no start line
at node:internal/tls/secure-context:70:13
at Array.forEach (<anonymous>)
at setCerts (node:internal/tls/secure-context:68:3)
at configSecureContext (node:internal/tls/secure-context:191:5)
at Object.createSecureContext (node:_tls_common:114:3)
at connect (node:_tls_wrap:1764:48)
at /usr/src/app/node_modules/ioredis/built/connectors/StandaloneConnector.js:51:57
at processTicksAndRejections (node:internal/process/task_queues:85:11) {
library: 'PEM routines',
reason: 'no start line',
code: 'ERR_OSSL_PEM_NO_START_LINE'
}
The Redis server is up in docker. The certificates are valid, I connected using them via an extension in VScode.
The text was updated successfully, but these errors were encountered:
I'm trying to connect from the application ...
I get this answer...
The Redis server is up in docker. The certificates are valid, I connected using them via an extension in VScode.
The text was updated successfully, but these errors were encountered: