Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: f81244faf90c3203b1b50cbfa0f9f3ca8c923c0c
https://github.com/pgjdbc/pgjdbc/commit/f81244faf90c3203b1b50cbfa0f9f3ca8c923c0c
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java
Log Message:
-----------
fix: we will ask the server if it supports GSS Encryption if gssEncryption is prefer or require (#2396)
* fix: we will ask the server if it supports GSS Encryption if gssEncryption is prefer or require
* remove the need to have a ticket in the cache before asking the server if gss encryptions are supported