Postgres 的加密彈性組態如下所述。
-
Postgres 密碼設定檔案的位置:
/data/db/postgresql.conf #ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers -
修改後,請使用下列命令重新啟動應用裝置中的 Postgres 服務:
sudo service postgresql restart
此頁面對您有幫助嗎?
2026 年 8 月 11 日
Postgres 的加密彈性組態如下所述。
Postgres 密碼設定檔案的位置:
/data/db/postgresql.conf
#ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers
修改後,請使用下列命令重新啟動應用裝置中的 Postgres 服務:
sudo service postgresql restart
此頁面對您有幫助嗎?