On Thu, Apr 13, 2006 at 01:20:09AM +0300, Mike Khristoforov wrote: > Hello, > > Does anyone know how to tell GnuGK not to use SSL while connecting to > Postgres database where ssl = on. We need both type of connections (SSL and > not SSL) simultaneously to have remote users administer database via SSL > connection and in the same time have GnuGK to connect database locally > without SSL use. If ssl option in pgsql is enabled GnuGK is always use SSL > connection, it tries to check a certificate (also have no idea where GnuGK > looks for it) and fail without producing connection to the database. With > ssl = off set in postgresql.conf connection establishes successfully. We use > binary version 2.2.3 build Aug 25 2005, 12:47:09 running on 2.6.13 kernel > (SuSe 10) with pgsql 8.1.2 > > Thanks in advance for your help Maybe you could define virtual hosts in PostgreSQL's configuration : localhost could be without SSL, and the remotely accessible one would require SSL. Although I'm not sure if both virtual hosts could access to the same database... Another option would be to not use "ssl = on" but instead pipe all remote connections through stunnel or ssh. Not sure if this helps, I've never tried any of these things :-) bye Jerome Alet ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/