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
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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)
We are closing this issue because it has been inactive for a few months.
This probably means that it is not reproducible or it has been fixed in a newer version.
If it’s an enhancement and hasn’t been taken on since it was submitted, then it seems other issues have taken priority.
If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines
Overview
Currently there is no way to use TLS with MySQLSessionStorage.
Type
Motivation
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
Area: <area>
labels to this issueChecklist
The text was updated successfully, but these errors were encountered: