dailai commented on PR #7622:
URL: https://github.com/apache/seatunnel/pull/7622#issuecomment-2340178962

   Good job. I often encounter authentication issues when using jdbc-pg to 
connect to opengauss. When the password_encryption_type=1 of the Opengauss 
database is used to encrypt the password in the sha256 mode, which is 
compatible with the MD5 user authentication mode of the postgres client, but 
when password_encryption_type=2 means that the password is encrypted using 
sha256, which is not compatible with the postgres open source driver and open 
source client. The postgres open source ecosystem gives an error, and the JDBC 
GaussDB gives the following error.
   <img width="1033" alt="1" 
src="https://github.com/user-attachments/assets/6508cc45-deb1-422f-b851-938fe7e1ccc6";>
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to