Re: [GENERAL] Universal certificate for verify-full ssl connection

2011-05-31 Thread Magnus Hagander
On Tue, May 31, 2011 at 12:44, Asia wrote: > > > W dniu 2011-05-31 11:09:10 użytkownik Magnus Hagander > napisał: >> On Tue, May 31, 2011 at 10:06, Craig Ringer >> wrote: >> > On 31/05/11 15:40, Asia wrote: >> > >> >> Would you please advise what I am doing wrong? Or maybe there is other >> >

Re: [GENERAL] Universal certificate for verify-full ssl connection

2011-05-31 Thread Magnus Hagander
On Tue, May 31, 2011 at 10:06, Craig Ringer wrote: > On 31/05/11 15:40, Asia wrote: > >> Would you please advise what I am doing wrong? Or maybe there is other way >> to generate wildcard certificate ? Or maybe this is a possible bug? > > I wouldn't be surprised if libpq didn't support wildcard c

Re: [GENERAL] Universal certificate for verify-full ssl connection

2011-05-31 Thread Craig Ringer
On 31/05/11 15:40, Asia wrote: > Would you please advise what I am doing wrong? Or maybe there is other way to > generate wildcard certificate ? Or maybe this is a possible bug? I wouldn't be surprised if libpq didn't support wildcard certificates at all. I doubt there's ever been any demand for

[GENERAL] Universal certificate for verify-full ssl connection

2011-05-31 Thread Asia
Hi, I am trying to generate self-signed certificate for full ssl authentication. I need to have universal version of this certificate for development purposes (so any client can connect with any postgresql server with ssl on and verify-full flag). I am using IP while connecting, I mean host=.

Re: [GENERAL] Universal certificate for verify-full ssl connection

2011-05-30 Thread Craig Ringer
On 05/30/2011 03:58 PM, Asia wrote: Would you please advise what I am doing wrong? Or maybe there is other way to generate wildcard certificate ? I wouldn't be surprised if libpq didn't support wildcard certificates at all. I doubt there's ever been any demand for them. Have you checked in

[GENERAL] Universal certificate for verify-full ssl connection

2011-05-30 Thread Asia
Hi, I am trying to generate self-signed certificate for full ssl authentication. I need to have universal version of this certificate for development purposes (so any client can connect with any postgresql server with ssl on). I am using IP while connecting, I mean host=. However verify-full co