Douglas Wilson

Results 1985 comments of Douglas Wilson

Right, but that would be the same if you connected to both Amazon RDS and a non Amazon SSL server. The SSL profiles are supposed to reflect each different type...

Gotcha, that's what I'm trying to understand. So by you don't know which you are connecting to, does that mean that Amazon just as a single "object" to create on...

So it does sound like from the SSL profile perspective they are just as different as if you stood up your own MySQL sevrer -- the certificate for your own...

I mean, the page I linked to above seems to say they are separate "engines": > and provides you with six familiar database engines to choose from, including Amazon Aurora,...

The RDS page https://aws.amazon.com/rds/ lists 6 different "database engines" to choose from: > and provides you with six familiar database engines to choose from, including Amazon Aurora, PostgreSQL, MySQL, MariaDB,...

Oh, sorry, I didn't realize that. Which certs in the current profile are Aurora certs?

Thanks for that information @sehrope . So it sounds like the serverless RDS is set up with different certificate chains because it seems like the profile this module has is...

Yea, providing a `socket` option does nothing and it's really desired at this time with how the module works. Instead a config option will be added to enable / control...

What are the auth methods set to for your mysql user?

Hi @jleedev ! Being that this is a base driver, the goal is to support all possible Node.js versions, even when the Node.js mantainers no longer support them. This is...