authenticate - Search results in mailing lists
Mailing lists >> pgsql-jdbc >> Thread
2022-06-08 18:24:09 | Can't connect to Postgres on GCP, except through DataGrip (Ben Pracht)
Authentication is User & Password User: myuser-dev Password: hidden Database: mydatabase URL: jdbc:postgresql:///myuser-dev
Mailing lists >> pgsql-jdbc >> Thread
2022-03-22 23:25:06 | Re: Java client connection problem on FIPS enabled hosts (with password_encryption = scram-sha-256 (Michael Paquier)
authentication (first SHA-2 computed in the exchange so the backend would crash first with
Mailing lists >> pgsql-jdbc >> Thread
2022-02-01 20:53:28 | Security Release announcement versions 42.2.25 and 42.3.2 have been released (Dave Cramer)
authentication code paths that internally were already converting the String password into a char[] for internal
Mailing lists >> pgsql-jdbc >> Thread
2022-01-28 18:46:06 | [pgjdbc/pgjdbc] dd6000: feat: Change AuthenticationPlugin interface to use... (Sehrope Sarkuni)
authentication. Users implementing that interface must ensure that each invocation of the method provides a new char
Mailing lists >> pgsql-jdbc >> Thread
2021-12-28 21:26:04 | [pgjdbc/pgjdbc] bf04e3: refactor: Use multi-catch for exceptions in Connec... (Sehrope Sarkuni)
authentication that is being requested by the server, e.g. MD5 or SCRAM. Compare: https:///pgjdbc/pgjdbc/compare/922d4f11b258...473091ad3d60
Mailing lists >> pgsql-jdbc >> Thread
2021-12-17 16:25:55 | [pgjdbc/pgjdbc] 6ece41: fix: rework gss authentication to use the principa... (Dave Cramer)
rework gss authentication to use the principal name to get the credentials fixes Issue #2235 (#2352)
Mailing lists >> pgsql-jdbc >> Thread
2021-10-12 09:58:31 | [pgjdbc/pgjdbc] 624ac5: fix: Provide useful error message for empty or mis... (Sehrope Sarkuni)
authentication and no or an empty password was specified. Fixes things so that the driver
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (2)
2021-10-08 12:44:26 | Re: BUG #17216: No Password Provided Error - uncaught exception (Sehrope Sarkuni)
authentication request message. FYI, the driver does support SCRAM authentication, the issue here is it does
Mailing lists >> pgsql-jdbc >> Thread
2021-10-06 10:39:22 | Re: [Compatibilty][PSQL 13][JDBC 9.1-902] Novice tries to know compatibility issues. (Thomas Kellerer)
authentication protocol that the outdated JDBC driver does not understand. The better strategy would probably
Mailing lists >> pgsql-jdbc >> Thread
2021-10-01 14:47:35 | Re: Supported PostgreSQL version (Mark Rotteveel)
authentication used by PostgreSQL 13. It is probably better update to a newer version of the driver
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (3)
2021-04-29 14:15:09 | RE: SSPI connection on a remote server : (LE MENTEC, SANDRINE)
authentication SSPI failed for the user « ». This userloginwindows exists as a user in postgres, the AD and is the user
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (2)
2021-04-16 09:09:39 | sspi connection throws NoSuchMethodError: com.such.jna.platform.win32.Sspi$SecBufferDesc with Waffle 2.3.0 (LE MENTEC, SANDRINE)
authentication on a windows server. I use the jdbc postgresql-42.2.18.jar with
Mailing lists >> pgsql-jdbc >> Thread
2021-02-10 16:59:05 | [pgjdbc/pgjdbc] 61af1b: fix: Use SASLprep normalization for SCRAM authenti... (Jorge Solórzano)
authentication (#2054) Using NO_PREPARATION the handling of spaces was incorrect, the driver should use SASL
Mailing lists >> pgsql-jdbc >> Thread
2021-02-10 13:20:15 | [pgjdbc/pgjdbc] b48000: fix: Use SASLprep normalization for SCRAM authenti... (Jorge Solórzano)
authentication (#2052) Using NO_PREPARATION the handling of spaces was incorrect, the driver should use SASL
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (3)
2020-08-26 22:59:31 | GSSAPI Authentication using a CNAME (Jason Breitman)
Authentication failed $ java -Djava.security.krb5.realm=EXAMPLE.COM -Djava.security.krb5.kdc=EXAMPLE.COM -Djava