Just a simple note. This error is not related to ABP, but for categorization purposes, I will associate it with ABP.
ABP uses the MySQL ORM Pomelo.EntityFrameworkCore.MySql
.
The solution is to add the following to the connection string:
SslMode=Preferred;