Amazon web services – SpringBoot, Hibernate and AWS RDS (Aurora) with new CA rds-ca-ecc384-g1
I have a SpringBoot application that communicates to PostgreSQL with the following configuration, deployed via AWS BeanStalk: spring.datasource.url=jdbc:postgresql://{SUBDOMAIN}.us-east-2.rds.amazonaws.com:5432/{DATABASE_NAME} spring.datasource.username={USER} spring.datasource.password={PASSWORD} spring.datasource.hikari.maximum-pool-size=2 spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation= true spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.show_sql=true spring.jpa.open-in-view=false spring.jpa.hibernate.ddl-auto=create Everything was going well until I have updated the AWS Aurora certificate…