I tried setting up NODE_TLS_REJECT_UNAUTHORIZED, but it just not working. Tried to mount base64 as secret but getting
setUpConnection (R:10.12.15.24:6378:0) Redis error Error: unable to verify the first certificate
at TLSSocket.onConnectSecure (node:_tls_wrap:1535:34)
at TLSSocket.emit (node:events:513:28)
at TLSSocket._finishInit (node:_tls_wrap:949:8)
at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:730:12)
Having issues with TLS, seems like arguments like insecure or TLS CA location are not propagated at all to node cli
I tried setting up NODE_TLS_REJECT_UNAUTHORIZED, but it just not working. Tried to mount base64 as secret but getting
I dont see that envs are propagated to CLI
When I try to connect to via redis-cli; It all works
I am not sure what I am doing wrong, but it seems to me that ENVs dont propagate to CLI arguments?