You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no way to use TLS with MySQLSessionStorage.
Type
New feature
Changes to existing features
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
Add any relevant Area: <area> labels to this issue
Checklist
I have described this feature request in a way that is actionable (if possible)
Originally posted by @liwson in Shopify/shopify-api-js#461 (comment)
The text was updated successfully, but these errors were encountered: