RE: [GENERAL] ssl connections with psql

2001-03-17 Thread Christian Marschalek
> 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

Re: [GENERAL] ssl connections with psql

2001-03-16 Thread Ron Chmara
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