Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/postgresql/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Postgresql AWS RDS API调用失败,WebException状态为SecureChannelFailure_Postgresql_Amazon Web Services_Amazon Rds - Fatal编程技术网

Postgresql AWS RDS API调用失败,WebException状态为SecureChannelFailure

Postgresql AWS RDS API调用失败,WebException状态为SecureChannelFailure,postgresql,amazon-web-services,amazon-rds,Postgresql,Amazon Web Services,Amazon Rds,我在AWS RDS上有一个PostgreSQL实例。我试图使用AWS SDK的托管C#包装器来描述DB实例,并得到以下错误: Exception - Amazon.Runtime.AmazonServiceException: A WebException with status SecureChannelFailure was thrown. ---> System.Net.WebException: Error: SecureChannelFailure (Unable to read

我在AWS RDS上有一个PostgreSQL实例。我试图使用AWS SDK的托管C#包装器来描述DB实例,并得到以下错误:

Exception - Amazon.Runtime.AmazonServiceException: A WebException with status SecureChannelFailure was thrown. ---> System.Net.WebException: Error: SecureChannelFailure (Unable to read data from the transport connection: Connection reset by peer.) ---> System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer. ---> System.Net.Sockets.SocketException: Connection reset by peer
  at System.Net.Sockets.Socket.EndReceive (System.IAsyncResult asyncResult) [0x00012] in <102ddc49e9884872921866bb2bd1bab6>:0
  at System.Net.Sockets.NetworkStream.EndRead (System.IAsyncResult asyncResult) [0x00057] in <102ddc49e9884872921866bb2bd1bab6>:0
   --- End of inner exception stack trace ---
异常-Amazon.Runtime.AmazonServiceException:引发了状态为SecureChannelFailure的WebException。-->System.Net.WebException:错误:SecureChannelFailure(无法从传输连接读取数据:由对等方重置连接。)-->System.IO.IOException:无法从传输连接读取数据:由对等方重置连接。-->System.Net.Sockets.SocketException:对等方重置连接
在0中的System.Net.Sockets.Socket.EndReceive(System.IAsyncResult asyncResult)[0x00012]处
在:0中的System.Net.Sockets.NetworkStream.EndRead(System.IAsyncResult asyncResult)[0x00057]处
---内部异常堆栈跟踪的结束---
还有更多的线路

以前没有错误。区域端点设置正确,没有防火墙设置,启用的安全协议类型为tls11、tls12。这是配置错误吗