What happened to SSL_CIPHERS?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Cc: Magnus Hagander <magnus(at)hagander(dot)net>
Subject: What happened to SSL_CIPHERS?
Date: 2010-10-29 05:33:11
Message-ID: 4CCA5C97.7090902@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Folks,

This doc says we ought to have the ssl_ciphers parameter:

http://www.postgresql.org/docs/9.0/static/runtime-config-connection.html#RUNTIME-CONFIG-CONNECTION-SECURITY

Nor is there anything in the 9.0 release notes about it going away.

Yet:

postgres=# select version();
version

---------------------------------------------------------------------------------------------------------
PostgreSQL 9.0.1 on x86_64-unknown-linux-gnu, compiled by GCC gcc
(Ubuntu 4.3.3-5ubuntu4) 4.3.3, 64-bit
(1 row)

postgres=# show ssl_ciphers;
ERROR: unrecognized configuration parameter "ssl_ciphers"

So, did ssl_ciphers go away on purpose? If so, why? If not, why isn't
it accessible?

--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2010-10-29 05:53:03 Re: What happened to SSL_CIPHERS?
Previous Message Tom Lane 2010-10-29 01:52:25 Re: BUG #5732: parsing of: "WHERE mycol=123AND ..."