Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite984fb3

Browse files
committed
Don't listen to localhost in ssl_passphrase_callback test
Commit896fcdb contained an unnecessary setting that listened tolocalhost. Since the test doesn't actually try to make an SSL connectionto the database this isn't required. Moreover, it's a security hole.Per gripe from Tom Lane.
1 parent13c98bd commite984fb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"ssl_passphrase.passphrase = '$rot13pass'");
2929
$node->append_conf('postgresql.conf',
3030
"shared_preload_libraries = 'ssl_passphrase_func'");
31-
$node->append_conf('postgresql.conf',"listen_addresses = 'localhost'");
3231
$node->append_conf('postgresql.conf',"ssl = 'on'");
3332

3433
my$ddir =$node->data_dir;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp