fermyon / feedback

Centralized repository for Fermyon Cloud feedback and bug reports
3 stars 1 forks source link

TLS support for outbound-postgres and outbound-mysql on Fermyon Cloud #45

Open macolso opened 8 months ago

macolso commented 8 months ago

A Fermyon Cloud user on Discord recently reported that they were receiving an SSL cert error when trying to connect to postgres RDS. To unblock the user, it was recommended that they turn off SSL validation as Fermyon Cloud doesn't support it at the time of creating this issue.

Request: add TLS support for outbound-postgres and outbound-mysql requests to support production workloads

itowlson commented 8 months ago

One of the users who reported this indicated that the workaround didn't work for them because it actually turns off SSL (not just skips validation), and RDS rejects non-SSL requests. (I'm not sure if this was a different workaround though!)