Ask a Question related to Coldfusion Database Access, Design and Development.
-
autoprof #1
SSL access of Postgres
Hi all, I am trying to ssl all transactions between my CFMX 6.1 server and a
remote server running Postgres. Is there a way to do this without using the
cfhttp tags? I was hoping there was some method, via the datasources and
secured JDBC but haven't found much. Any ideas would be greatly appreciated.
Tom
autoprof Guest
-
php + postgres
I've got this connection script for my database: <?php $password = md5("xxxxx"); $user = "user"; $host = "localhost"; $database = "base"; $link... -
Mac OS X and ruby-postgres again
Hello, Yes I am new around here and to ruby in general. I have checked the archive enough to know this question has come up before. I post it... -
postgres
I'm trying to access a PostgreSQL database on my machine, however, I get the following error: irb(main):003:0> conn = PGconn.connect("localhost",... -
[OT] postgres
> I can connect through DBI, but not using the postgres module. Very Hm. Does your postgres startup command have a "-i" in it somewhere? Tom -
[OT] postgres
> It doesn't appear to. ps aux | grep postgresql doesn't show anything You might try adding a "-i" to the "postmaster start" command. That'll... -
Jochem van Dieten - TMM #2
Re: SSL access of Postgres
autoprof wrote:
You should be able to just add ?SSL=true to the JDBC URL. (Maybe> Hi all, I am trying to ssl all transactions between my CFMX 6.1 server and a
> remote server running Postgres. Is there a way to do this without using the
> cfhttp tags? I was hoping there was some method, via the datasources and
> secured JDBC but haven't found much. Any ideas would be greatly appreciated.
it should be lowercase.)
Jochem
--
Jochem van Dieten
Team Macromedia Volunteer for ColdFusion, beer and fun.
Jochem van Dieten - TMM Guest



Reply With Quote

