Skip to content
Snippets Groups Projects

Remove SSL verification from MySQL

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
# Database settings
db.url=jdbc:mysql://localhost:3306/tam_database
db.url=jdbc:mysql://localhost:3306/tam_database?verifyServerCertificate=false&useSSL=true
db.user=tam_manager
db.pass=tam_password
Loading