2

PostgreSQL データベースを Power BI デスクトップに接続しようとしています。

ここに画像の説明を入力

証明書をダウンロードして https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem、自分のマシンにインストールしました。次のように同じエラーが発生します

Details: "An error happened while reading data from the provider: 'Npgsql.Tls.ClientAlertException: CertificateUnknown: Server certificate was not accepted. 
 Chain status: A certificate chain processed,
 but terminated in a root certificate which is not trusted by the trust provider.
. The specified hostname was not present in the certificate.
   at Npgsql.Tls.TlsClientStream.SendAlertFatal(AlertDescription description, String message)
   at Npgsql.Tls.TlsClientStream.ParseCertificateMessage(Byte[] buf, Int32& pos)
   at Npgsql.Tls.TlsClientStream.TraverseHandshakeMessages()
   at Npgsql.Tls.TlsClientStream.<GetInitialHandshakeMessages>d__43.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Npgsql.Tls.TlsClientStream.<PerformInitialHandshake>d__72.MoveNext()'"

私の Npgsql のバージョンは 3.2.2 です。

証明書はこのように正常にインポートされます。

MMC

なぜまだエラーが表示されるのか、私には本当にわかりません。誰かがこれで私を助けることができますか?

4

1 に答える 1