set up windows client to connect via SSL

From: wei wang <openglperformer(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: set up windows client to connect via SSL
Date: 2003-06-25 03:15:37
Message-ID: 20030625031537.85734.qmail@web20514.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi, everybody,

I am trying to make connection from windows XP to our database server running on Linux Redhat 8 via SSL.
I installed the postgreSQL RPM and followed the instructions on the Administrator's Guide to set up the server to run with SSL. I can connect to the database from the server itself via SSL. But, I'm new to SSL and I don't know what I need to do on my windows machine to make it be able to connect to the database server with SSL.
I basically need to do two things on Windows machine:
1. use psql command-line client
2. use PQconnectdb() in C library to connect to the database from my C/C++ program.

Is there any good resource, such as website or cookbook that gives hands-on instruction? It seems most openssl resources didn't talk much about using it on Windows platform.

Thanks in advance!

Wei

---------------------------------
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

Browse pgsql-novice by date

  From Date Subject
Next Message Joe Conway 2003-06-25 04:35:19 Re: recursive function needs static variable
Previous Message Nabil Sayegh 2003-06-25 03:10:51 Re: recursive function needs static variable