Re: BUG #13578: use cipher=NULL-SHA256 error when connect - Mailing list pgsql-bugs

From 德哥
Subject Re: BUG #13578: use cipher=NULL-SHA256 error when connect
Date
Msg-id 66111007.57e2.14f43f07b51.Coremail.digoal@126.com
Whole thread Raw
In response to Re: BUG #13578: use cipher=NULL-SHA256 error when connect  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
At 2015-08-19 05:32:40, "Tom Lane" <tgl@sss.pgh.pa.us> wrote:
>digoal@126.com writes:
>> why PostgreSQL 9.4.4 cann't use eNULL or NULL ciphers?
>
>I believe we intentionally disallow that, because those "ciphers"
>actually mean transmission in cleartext.  If you're okay with
>unencrypted connections, you needn't bother with SSL at all.
>
> regards, tom lane

yes, but when people hope to use SSL's compression function, and don't need encrypted these data?
the encryption will use some CPU, so it's performance will reduce little.

regards, digoal

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #13578: use cipher=NULL-SHA256 error when connect
Next
From: ppmichalakk@gmail.com
Date:
Subject: BUG #13579: Server crashes after executing plpythonu function