PostgreSQL with TLS

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
infratec
Always Here
Always Here
Posts: 6817
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

PostgreSQL with TLS

Post by infratec »

Hi,

some of our programs connects the customer to our PostgreSQL server.
So TLS is/was needed.

I wrote a PosgreSQL-SSL-Proxy-Server for this (100% PB plus GNU TLS libraries)
But it would be much nicer if this is inbuild.

In general for all networking stuff TLS is needed:

Web
Mail
Database

Bernd
purenet
User
User
Posts: 30
Joined: Wed Oct 21, 2009 10:11 am

Re: PostgreSQL with TLS

Post by purenet »

+1

IMHO. TLS/SSL is necessary nowadays if want to connect other than localhost.
Post Reply