Hello, if phped does not allow remote postgresql access with SSL please ignore this post as I must have misunderstood something.
I'm having some troubles accessing a secure postgresql db sitting on a remote server. I can access it using pgAdmin III with no problems but am having trouble getting phped to connect with SSL On.
The error message is:
[No pga_hba.conf entry for host xx.xx.xx.xx, user "foo", database "bar", SSL Off]
Which makes sense - from what I can tell I need to get that SSL to On and it should work. For anyone who hasn't used pgAdmin III, I simply switch SSL to "allow" and it works, looks mighty different in phped and after looking over the FAQ's and docs, I'm a bit lost
Any help would be greatly appreciated, thanks.