タイプ: | bool |
デフォルト: | off |
コンテキスト: | sighup |
再起動: | false |
SSLによる接続を有効にします。このパラメータは、postgresql.confファイルか、サーバのコマンドラインでのみ設定可能です。デフォルトはoff
です。
推奨事項 [EN]
One of several different settings to turn on SSL connections for PostgreSQL. SSL is a very good idea for highly secure setups. In addition, you must compile in SSL support and set SSL connections in pg_hba.conf, as well as configuring SSL itself.
On StackOverflow
On pgsql-hackers
- Remove backend warnings from SSL tests
- Refactor ssl tests to avoid using internal PostgreSQL::Test::Cluster methods
- Re: Avoid generating SSL certs for LDAP tests
- Re: Refactor ssl tests to avoid using internal PostgreSQL::Test::Cluster methods
- Re: [PATCH] fix race condition in libpq (related to ssl connections)