Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

MongoDB BI コネクタに接続するときのエラー "ssl is required when using cleartext authentication"

公開日: Aug 24, 2022
説明

MongoDB BI コネクタに接続すると、次のエラーが発生する場合があります。

Unable to connect to the server. Check that the server is running and that you have access privileges to the requested database. (サーバーに接続できません。サーバーが実行されており、要求したデータベースに対してアクセス権限を持っていることを確認してください。)
Error Code: 37CE01A3
There was an unknown connection error to the database. The error message below has additional information, but you might need to ask the database administrator to review the database logs. (データベースへの不明な接続エラーが発生しました。以下のエラーメッセージには追加情報がありますが、データベースログを確認するようにデータベース管理者に依頼する必要がある場合があります。)
[MySQL][ODBC 8.0(w) Driver]ssl is required when using cleartext authentication
Unable to connect to the MongoDB BI Connector server "
<server name>". Check that the server is running and that you have access privileges to the requested database. (サーバー "<server address>" に接続できません。サーバーが実行されており、要求したデータベースに対してアクセス権限を持っていることを確認してください。)

Cause

セキュリティ上の理由から、パススルー認証(--authを有効にした状態)では、BI コネクタと Tableau の間で暗号化された SSL 接続を確立する必要があります。
解決策
このエラーのトラブルシューティングを行うには、次のオプションを試してください。

オプション 1

mongosqld を --auth オプションなしで起動します。
 

オプション 2

--auth フラグと、BI コネクタをクライアントに対して認証するために必要な SSL 証明書を使用して、mongosqld を起動します。例:
--auth --sslPEMKeyFile=/mongosqld-server.pem

 
その他のリソース
.pem ファイルを作成する 1 つの方法は、MongoDB チュートリアル「Tableau を MongoDB に接続する」で提供されているシェル スクリプトを実行することです。
ナレッジ記事番号

001534402

 
読み込み中
Salesforce Help | Article