連接到需要SSL的AWS Postgres數據庫時收到以下錯誤。我最近從npgsql 2.3.2(這是buggy)升級到不能連接的3.0.3。任何建議,將不勝感激。Power BI Desktop中的Npgsql 3.0.3錯誤
DataSource.Error: TlsClientStream.ClientAlertException: CertificateUnknown: Server certificate was not accepted. Chain status: A certificate chain could not be built to a trusted root authority. . at TlsClientStream.TlsClientStream.ParseCertificateMessage(Byte[] buf, Int32& pos) at TlsClientStream.TlsClientStream.TraverseHandshakeMessages() at TlsClientStream.TlsClientStream.GetInitialHandshakeMessages(Boolean allowApplicationData) at TlsClientStream.TlsClientStream.PerformInitialHandshake(String hostName, X509CertificateCollection clientCertificates, RemoteCertificateValidationCallback remoteCertificateValidationCallback, Boolean checkCertificateRevocation) Details: DataSourceKind=PostgreSQL
我已經執行了所有這3個步驟,但仍然沒有連接。錯誤依然存在。可能的原因是什麼? – Luv33preet