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
Hi, I have a Redis instance with SSL but I'm not able to make it working, logs being flooded with:
Error: self-signed certificate in certificate chain
at TLSSocket.onConnectSecure (node:_tls_wrap:1677:34)
at TLSSocket.emit (node:events:518:28)
at TLSSocket._finishInit (node:_tls_wrap:1076:8)
at ssl.onhandshakedone (node:_tls_wrap:862:12) {
code: 'SELF_SIGNED_CERT_IN_CHAIN'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a Redis instance with SSL but I'm not able to make it working, logs being flooded with:
I'm properly using the URL:
But I'm wondering if:
postiz-app/libraries/nestjs-libraries/src/redis/redis.service.ts
Lines 25 to 30 in ad7f7d9
Should allow something like passing TLS settings, like:
or as a fallback:
Curious to know if someone has succeeded without this?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions