-
+
Operating System Environment
ciphers can be specified in the
OpenSSL
configuration file, you can specify ciphers specifically for use by
the database server by modifying in
- postgresql .conf>. It is possible to have authentication
- without the overhead of encryption by using NULL-SHA> or
- NULL-MD5> ciphers. However, a man-in-the-middle could read
- and pass communications between client and server.
+ postgresql .conf>.
+
+ It is possible to have authentication without encryption overhead by
+ using NULL-SHA> or NULL-MD5> ciphers. However,
+ a man-in-the-middle could read and pass communications between client
+ and server. Also, encryption overhead is minimal compared to the
+ overhead of authentication. For these reasons NULL ciphers are not
+ recommended.
+
+
+
To start in
SSL> mode, the files server.crt>
and server.key> must exist in the server's data directory.