Also mention that streaming replication check may use SSL too.
This should have been added since 2010.
Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2022-August/004188.html
-->
<productname>Pgpool-II</productname>はサーバやネットワークの障害を検知するために、設定されたバックエンドに定期的に接続を試みます。
この障害チェックの手続きを「ヘルスチェック」と言います。
+ </para>
+ <para>
+ <!--
+ If <link linkend="runtime-ssl">SSL</link> is enabled, health check
+ process may use SSL connection.
+ -->
+ <link linkend="runtime-ssl">SSL</link>が有効なら、ヘルスチェックプロセスはSSL接続を使うかもしれません。
+ </para>
+ <para>
障害が検知されると、<productname>Pgpool-II</productname>は設定に基づいてフェイルオーバや縮退運転を試みます。
<caution>
<para>
ストリーミングレプリケーションのチェックを行う<productname>PostgreSQL</>ユーザ名を指定します。
このユーザは、すべてのバックエンドに存在しなければなりません。
</para>
+ <para>
+ <!--
+ If <link linkend="runtime-ssl">SSL</link> is enabled, the
+ streaming replication check process may use SSL connection.
+ -->
+ <link linkend="runtime-ssl">SSL</link>が有効なら、ストリーミングレプリケーションチェックプロセスはSSL接続を使うかもしれません。
+ </para>
<note>
<para>
<!--
<productname>Pgpool-II</productname> periodically connects to the configured
PostgreSQL backends to detect any error on the servers or networks.
This error check procedure is called "health check".
+ </para>
+ <para>
+ If <link linkend="runtime-ssl">SSL</link> is enabled, health check
+ process may use SSL connection.
+ </para>
+ <para>
If an error is detected, <productname>Pgpool-II</productname> performs failover
or degeneration depending on the configurations.
<caution>
Specifies the <productname>PostgreSQL</> user name to perform streaming replication check.
The user must exist on all the <productname>PostgreSQL</> backends.
</para>
+ <para>
+ If <link linkend="runtime-ssl">SSL</link> is enabled, the
+ streaming replication check process may use SSL connection.
+ </para>
<note>
<para>
<varname>sr_check_user</varname>> and <xref linkend="guc-sr-check-password">