{{theTime}}

Search This Blog

Total Pageviews

Mysql - java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

Add allowPublicKeyRetrieval=true to the JDBC URL.

jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false

No comments:

Setup AWS Application Load Balancer Https

Setting up HTTPS for an AWS Application Load Balancer (ALB) involves configuring an HTTPS listener, deploying an SSL certificate, and defini...