Overview
Currently there is no way to use TLS with MySQLSessionStorage.
Type
Motivation
What inspired this feature request? What problems were you facing?
I'm trying to connect my Azure MySQL database to MySQLSessionStorage and I need it to work with tls, but in the current iteration the dburl is coded in as a string and there is no way for me to add the option.
What I would like is to be able to add the tls option in like:
SESSION_STORAGE: new Shopify.Session.MySQLSessionStorage({ url: dbUrl, ssl: SSL_OPTIONS })
Area
Checklist
Originally posted by @liwson in Shopify/shopify-api-js#461 (comment)
Originally posted by @liwson in Shopify/shopify-api-js#461 (comment)