https://github.com/postgres/postgres
Revision b06f1f286d5b9beb10cf7dc365cdb7150064e191 authored by Robert Haas on 20 October 2015, 13:56:04 UTC, committed by Robert Haas on 20 October 2015, 13:59:39 UTC
Per a report from Shay Rojansky, Npgsql sends ssl_renegotiation_limit=0
in the startup packet because it does not support renegotiation; other
clients which have not attempted to support renegotiation might well
behave similarly.  The recent removal of this parameter forces them to
break compatibility with either current PostgreSQL versions, or
previous ones.  Per discussion, the best solution is to accept the
parameter but only allow a value of 0.

Shay Rojansky, edited a little by me.
1 parent ed6c516
History
Tip revision: b06f1f286d5b9beb10cf7dc365cdb7150064e191 authored by Robert Haas on 20 October 2015, 13:56:04 UTC
Put back ssl_renegotiation_limit parameter, but only allow 0.
Tip revision: b06f1f2
File Mode Size
config
contrib
doc
src
.dir-locals.el -rw-r--r-- 738 bytes
.gitattributes -rw-r--r-- 1.7 KB
.gitignore -rw-r--r-- 428 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.6 KB
HISTORY -rw-r--r-- 283 bytes
Makefile -rw-r--r-- 1.5 KB
README -rw-r--r-- 1.2 KB
README.git -rw-r--r-- 727 bytes
aclocal.m4 -rw-r--r-- 385 bytes
configure -rwxr-xr-x 450.6 KB
configure.in -rw-r--r-- 71.5 KB

README

back to top