-
- Downloads
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.
Showing
- doc/src/sgml/libpq.sgml 68 additions, 58 deletionsdoc/src/sgml/libpq.sgml
- doc/src/sgml/runtime.sgml 3 additions, 3 deletionsdoc/src/sgml/runtime.sgml
- src/interfaces/libpq/fe-connect.c 10 additions, 32 deletionssrc/interfaces/libpq/fe-connect.c
- src/interfaces/libpq/fe-secure.c 7 additions, 7 deletionssrc/interfaces/libpq/fe-secure.c
- src/interfaces/libpq/libpq-int.h 1 addition, 2 deletionssrc/interfaces/libpq/libpq-int.h
Loading
Please register or sign in to comment