Classified (C Hilde)
MManifest
•Created by Classified (C Hilde) on 2/20/2025 in #questions-🙋
Postgres envs
Our production dbs require ssl and reject non secure connnections. However manifest seems to only use a self signed ca cert when connecting. I don't want to have to inject a cert into the containers or the os (when developing). I would rather just have the ca cert in the project and reference it in config instead.
[Nest] 11528 - 02/25/2025, 1:19:01 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (3)...
Error: self-signed certificate in certificate chain
at TLSSocket.onConnectSecure (node:_tls_wrap:1679:34)
at TLSSocket.emit (node:events:520:28)
at TLSSocket._finishInit (node:_tls_wrap:1078:8)
at ssl.onhandshakedone (node:_tls_wrap:864:12)
11 replies
MManifest
•Created by Classified (C Hilde) on 2/20/2025 in #questions-🙋
Postgres envs
Hey @brunobuddy is there anyway to specify a path to the ssl ca-certificate for the db?
11 replies
MManifest
•Created by Classified (C Hilde) on 2/20/2025 in #questions-🙋
Postgres envs
Yeah no problems dude. You are doing some great work. Dont let a little thing worry you. If you didnt respond on here that would be a pity, but I tried for a bit, in various combos that I normally use, and then sent a post up, for a pretty quick resolution. 🙂 Good work dude. Thank you!
11 replies
MManifest
•Created by Classified (C Hilde) on 2/20/2025 in #questions-🙋
Postgres envs
On your next doc update you should put db_host in there. 🙂
11 replies
MManifest
•Created by Classified (C Hilde) on 2/20/2025 in #questions-🙋
Postgres envs
Ah db_host cheers dude I will give that a shot.
All the other envs I obfuscated for here ;p
11 replies
MManifest
•Created by Classified (C Hilde) on 2/20/2025 in #questions-🙋
Postgres envs
This is the error
[Nest] 75824 - 02/20/2025, 1:20:22 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)...
AggregateError [ECONNREFUSED]:
at internalConnectMultiple (node:net:1116:18)
at afterConnectMultiple (node:net:1683:7)
There is not connection request reaching the db
11 replies
MManifest
•Created by Classified (C Hilde) on 1/31/2025 in #questions-🙋
Custom Logic
Thank you so much!
4 replies