RE: [gdal-dev] Can I use ogr2ogr to postgresql with security? Yes I can!

2011-02-02 Thread Mike Axelrod
first ran into trouble, but I need to do more testing on this) Finally I had to add the following dependant dlls; comerr32.dll, gssapi32.dll, k5sprt32.dll, krb5_32.dll, libiconv-2.dll, libintl-8.dll along with libpq.dll and then all was good. Mike Mike Axelrod, Software Engineer Pictometry

RE: [gdal-dev] Can I use ogr2ogr to postgresql with security?

2011-01-27 Thread Mike Axelrod
quire" invalid when SSL support is not compiled in From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Mike Axelrod Sent: Thursday, January 27, 2011 3:21 PM To: Chaitanya kumar CH Cc: gdal-dev@lists.osgeo.org Subject: RE:

RE: [gdal-dev] Can I use ogr2ogr to postgresql with security?

2011-01-27 Thread Mike Axelrod
day, January 27, 2011 2:56 PM To: Mike Axelrod Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Can I use ogr2ogr to postgresql with security? Mike, OGR's postgresql/postgis driver makes the connection using PQconnectdb() method from the libpq library. You can set the option 'sslmode

[gdal-dev] Can I use ogr2ogr to postgresql with security?

2011-01-27 Thread Mike Axelrod
Does ogr2ogr (and ogrinfo) natively support secure connections to postgresql? I need to run ogrinfo and ogr2ogr where the target is a postgresql server elsewhere on the network (in a different domain) and secure the communication. Mike Mike Axelrod, Software Engineer Pictometry International