I'm trying to connect to RDS PostgreSQL Proxy with enabled "Require Transport Layer Security" from .NET Core 3.1 Web API, using Npgsql 3.1.2
When I set SSLMode=Require in ConnectionString, I receive "RDS Proxy currently doesn’t support the option ssl_renegotiation_limit.". There was no problem setting up the SSL connection to the DB instance before introducing the proxy.