> For those reading this and assuming that using SSL is always a good thing,
> SSL data connections are up to 100 times slower, as all of the data has
> to be encrypted and decrypted by the server and the client. Running SSL
> connections to the same server you're hosting the web pages on would be
Peter Eisentraut wrote:
> Christian Marschalek writes:
> > well i ment over apache (with php) to a database :o)
> Apache encrypts the connection to the web user, PostgreSQL encrypts the
> connection to the database user, which in this case would be Apache.
> I.e.:
> Web user ---SSL---> Apache ---S