Springboot 2.7.4 cannot connect to Postgres DB with sslmode=require – Postgresql
I am using springboot 2.7.4 when I try to connect to Postgres db on azure I met the error org.postgresql.util.PSQLException: FATAL: FIPS cipher suites are enforced for this >server. Please specify FIPS complying cipher suites in your SSL/TLS settings. How…