Commit 9e87ff6
committed
Add SSL bypass for production runtime environment
- Add NODE_TLS_REJECT_UNAUTHORIZED=0 to runtime Docker image
- This fixes 'self-signed certificate in certificate chain' error in production
- Allows Prisma client to connect to RDS from production containers
The Prisma client file issue is now resolved, this addresses the SSL issue.1 parent e9940ce commit 9e87ff6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments