Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Pgadmin + ssl (was ssh)


  • From: Jean-Michel Pouré <jm(at)poure(dot)com>
  • To: pgadmin-hackers(at)postgresql(dot)org
  • Subject: Re: Pgadmin + ssl (was ssh)
  • Date: Thu, 27 Aug 2009 16:59:09 +0200
  • Message-id: <1251385149.14076.5.camel@acer> <text/plain>

Le jeudi 27 août 2009 à 11:47 -0300, Master ProPG a écrit :
> anyone knows if there is a way to connect directly
> from pgadmin using tunneling without use a shell interface + ssh?

Please send your question to PostgreSQL users.

You can use PostgreSQL and pgAdmin3 with direct SSL connection.

pg_hba.conf:
hostssl all         username     0.0.0.0/0              md5
I restrict to some IP and set firewalling on.

postgresql.conf:
ssl = true  

pgAdmin3
configure a connection with "require SSL"

In case of further question, register postgresql users.

Kind regards,
Jean-Michel

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group