Re: [ADMIN] SSL question

2013-02-05 Thread Albe Laurenz
CS DBA wrote: > We have a client that is asking for a service as follows: > > - a virtual machine in our data center > - they want to upload files to the VM via sftp > - they want to connect to a local db server on the VM via SSL > > Here's my question; > Do I need to pay for an official SSL cert

Re: [ADMIN] SSL question

2013-02-04 Thread Johnny Tan
On Feb 4, 2013 8:50 PM, "CS DBA" wrote: > > All; > > We have a client that is asking for a service as follows: > > - a virtual machine in our data center > - they want to upload files to the VM via sftp > - they want to connect to a local db server on the VM via SSL > > Here's my question; > Do I

[ADMIN] SSL question

2013-02-04 Thread CS DBA
All; We have a client that is asking for a service as follows: - a virtual machine in our data center - they want to upload files to the VM via sftp - they want to connect to a local db server on the VM via SSL Here's my question; Do I need to pay for an official SSL cert? If so, they seem to b

Re: [ADMIN] SSL question

2010-04-23 Thread Jeffrey Gaynor
0 12:04:43 PM Subject: [ADMIN] SSL question I am trying to get SSL to to work with Postgres 8.1 under CentOS 5. The situation is that I have a key and cert I must use (so no self-signing) and attempting to access the database yields the message that no client cert was found in the ~/.postgresql

[ADMIN] SSL question

2010-04-20 Thread Jeffrey Gaynor
I am trying to get SSL to to work with Postgres 8.1 under CentOS 5. The situation is that I have a key and cert I must use (so no self-signing) and attempting to access the database yields the message that no client cert was found in the ~/.postgresql directory. It is my understanding that I do

Re: [ADMIN] SSL question

2008-02-03 Thread Peter Koczan
On Feb 1, 2008 9:08 AM, Bronson, Allan B. (Mission Systems) <[EMAIL PROTECTED]> wrote: > I am trying to create a SSl connection to PostGres using JDBC and am not > sure if it is working. > > I read that you must have openssl on the client machine for the connection > to take place. I have turned s

Re: [ADMIN] SSL question

2008-02-03 Thread Tino Schwarze
On Fri, Feb 01, 2008 at 09:08:23AM -0600, Bronson, Allan B. (Mission Systems) wrote: > I am trying to create a SSl connection to PostGres using JDBC and am not > sure if it is working. > > I read that you must have openssl on the client machine for the > connection to take place. You don't

[ADMIN] SSL question

2008-02-01 Thread Bronson, Allan B. (Mission Systems)
I am trying to create a SSl connection to PostGres using JDBC and am not sure if it is working. I read that you must have openssl on the client machine for the connection to take place. I have turned ssl = on in the config file, created a cert and key file and placed them in the correct directo