-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Description
I am trying to connect to a mysql amazon RDS connection over ssl from sequelize:
my config looks like this:
"production": {
"username": "aa",
"password": "aa",
"database": "db",
"host": "hots.eu-west-1.rds.amazonaws.com",
"dialect": "mysql",
"port": "3306",
"logging": true,
"pool": { "maxConnections": 5, "maxIdleTime": 30 },
"language": "en",
"ssl": true,
"dialectOptions": { "ssl": true }
}
I am getting a SequelizeConnectionError: connect ETIMEDOUT error.
Do I have to reference the ca in the dialiectOptions or is ssl: true enough?
Is there a way to get more logging as to what is going on?
ceefour, LucassvTI and aptarmy
Metadata
Metadata
Assignees
Labels
No labels