Remove sslverify parameter again, replacing it with two new sslmode values:
Magnus Hagander <magnus@hagander.net>
Remove sslverify parameter again, replacing it with two new sslmode values: "verify-ca" and "verify-full". Since "prefer" remains the default, this will make certificate validation off by default, which should lead to less upgrade issues.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +68 −58 |
| doc/src/sgml/runtime.sgml | modified | +3 −3 |
| src/interfaces/libpq/fe-connect.c | modified | +10 −32 |
| src/interfaces/libpq/fe-secure.c | modified | +7 −7 |
| src/interfaces/libpq/libpq-int.h | modified | +1 −2 |