Thread: Create an SSL connection using Npgsql in C#

Create an SSL connection using Npgsql in C#

From
Henry Rodriguez
Date:
Hi everyone,
I want to know how to create a Ssl connection using npgsql in C#.
I already made a post in the .NET forums but i did not receive an answer.

Hope some can help me.
Thanks

Re: Create an SSL connection using Npgsql in C#

From
Robert Haas
Date:
On Fri, Aug 7, 2009 at 6:49 PM, Henry Rodriguez<hajrodriguez@gmail.com> wrote:
> Hi everyone,
> I want to know how to create a Ssl connection using npgsql in C#.
> I already made a post in the .NET forums but i did not receive an answer.
> Hope some can help me.
> Thanks

I'm not sure why you think you're going to get an answer here; the
topic of this list is "Discussion of development and coordination of
the PostgreSQL websites."

You might want to try here, although it doesn't look there is a lot of activity:

http://pgfoundry.org/mailman/listinfo/npgsql-devel

...Robert