in reply to Port Forwarding with Net::SSH::Perl?
This isn’t answering your question for Net::SSH::Perl, but if you’re simply interested in SSL connections to PostgreSQL you can do that through DBD::Pg.
To do that, follow these steps:
It might seem a bit complex, but it’s very easy when you step though it. And when you’re done, using SSL to connect is simple and transparent.
Note: Make sure to read the DBD::Pg README on including the SSL lib (linked above).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Port Forwarding with Net::SSH::Perl?
by justind (Initiate) on Jun 09, 2003 at 02:04 UTC | |
|
Re: Connecting to PostgreSQL with SSL using DBD::Pg
by justind (Initiate) on Jun 09, 2003 at 02:53 UTC |