Re: What happened to SSL_CIPHERS?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: What happened to SSL_CIPHERS?
Date: 2010-10-29 05:53:03
Message-ID: AANLkTi=eL4SbrjkivT8a22bPQ5gmOeAkV6qY9DjoQYnM@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Oct 28, 2010 at 22:33, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> 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?

Are you sure you're on an SSL enabled build?

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2010-10-29 16:23:39 Re: BUG #5707: Cross compilation for windows is broken
Previous Message Josh Berkus 2010-10-29 05:33:11 What happened to SSL_CIPHERS?