Commit 6b73e67
committed
Fix SSL configuration for PrismaPg adapter in production
- Add ssl: { rejectUnauthorized: false } to PrismaPg adapter for production
- This properly configures SSL for the Prisma PostgreSQL adapter
- Should resolve 'self-signed certificate in certificate chain' error
The NODE_TLS_REJECT_UNAUTHORIZED approach wasn't working with the adapter,
this directly configures the adapter's SSL settings.1 parent 9e87ff6 commit 6b73e67
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments