Re: [HACKERS] SSL mode annoyance

2004-05-15 Thread Christopher Kings-Lynne
This is 7.4.1, server and client. Then see "sslmode" in the libpq docs. Hmmm. I wonder how that's exposed via PHP's connect function... Chris ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your jo

Re: [HACKERS] SSL mode annoyance

2004-02-10 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: >> IIRC, that is the behavior pre-7.4, but you can choose other behaviors >> in 7.4. > This is 7.4.1, server and client. Then see "sslmode" in the libpq docs. regards, tom lane ---(end of broadca

Re: [HACKERS] SSL mode annoyance

2004-02-10 Thread Christopher Kings-Lynne
Does this mean that libpq always attempts to connect in SSL mode and then falls back? IIRC, that is the behavior pre-7.4, but you can choose other behaviors in 7.4. This is 7.4.1, server and client. Chris ---(end of broadcast)--- TIP 7: don't for

Re: [HACKERS] SSL mode annoyance

2004-02-10 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > Does this mean that libpq always attempts to connect in SSL mode and > then falls back? IIRC, that is the behavior pre-7.4, but you can choose other behaviors in 7.4. regards, tom lane ---(end

[HACKERS] SSL mode annoyance

2004-02-09 Thread Christopher Kings-Lynne
Hey guys, I just set up a remote SSL port to our production db servers. Yeah, yeah, it's iffy, but management... I generated a server.crt and server.key as per docs. I set ssl = true in postgresql.conf I put this in pg_hba.conf: hostnosslallall 127.0.0.1 255.255.255.255