- When I make call from node server to mariadb secured with ssl from MySQL command it works - that means certificates are correct
- When I make SSL connection using node-MySQL I am able to make connection
- However, when I use sequelize to make connection, it gives error Possibly unhandled SequelizeConnectionError: SELF_SIGNED_CERT_IN_CHAIN sequelize version 2.0.4 I tried the following but did not help - SELF_SIGNED_CERT_IN_CHAIN error while using npm install Any help on this would be greatly appreciated. Thank you!
Asked
Active
Viewed 525 times
1
-
Did you ever find a solution to this? – jpodwys Feb 27 '16 at 22:02