You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSL can be used through a SSL tunnel that terminates SSL communication and forwards traffic to a database server. We should allow SSL tunnel usage so setups like GCP Postgres can be used. Ideally, we introduce another SSLMode constant (SSLMode.TUNNEL) to support this case.
The text was updated successfully, but these errors were encountered:
SSL can be used through a SSL tunnel that terminates SSL communication and forwards traffic to a database server. We should allow SSL tunnel usage so setups like GCP Postgres can be used. Ideally, we introduce another
SSLMode
constant (SSLMode.TUNNEL
) to support this case.The text was updated successfully, but these errors were encountered: