【发布时间】:2018-11-12 16:48:20
【问题描述】:
在尝试调试我的其他问题时遇到此错误(NpgsqlConnection hangs for hours on opening connection)。
当我在连接字符串中提供 Require 的 SSL 模式参数时,出现以下异常:Npgsql.PostgresException: 42704: unrecognized configuration parameter "ssl_renegotiation_limit"
在网上寻找可能的解决方案时,我发现这个线程是由 Npgsql nuget 包所有者创建的。从它的外观来看,这可能是一个问题,处于功能请求状态:https://forums.aws.amazon.com/thread.jspa?threadID=229990
【问题讨论】:
-
postgres 还是 redshift?请删除 1 个标签。
标签: c# amazon-redshift npgsql