Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

> ## Overview #6

Open
liwson opened this issue Aug 23, 2022 · 0 comments
Open

> ## Overview #6

liwson opened this issue Aug 23, 2022 · 0 comments

Comments

@liwson
Copy link
Owner

liwson commented Aug 23, 2022

Overview

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant