Hello,
SSL renegotiation is error prone in PostgreSQL version 9.3 and below.
You can either upgrade your PostgreSQL server or as a work around ,if
network security is not your major concern SSL renegotiation parameter can
be switched off to avoid connection lost errors due to SSL renegotiation.
Hello All,
I am using OpenSSH compression for compressing data between
PostgreSQL servers. I am using following command,
ssh -c arcfour,blowfish-cbc -4 -2 -v -C -L 3304:localhost:5432 user@server2
I want to know if vulnerability CRIME which attacks SSL deflate
compression algorithm is a thre