-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
doesn't support encrypted database connections #297
Labels
Comments
Thanks for reporting this! A simple fix will probably involve:
This is a pretty straightforward fix, so please feel free to submit a pull request for it! |
joicemjoseph
pushed a commit
to joicemjoseph/writefreely
that referenced
this issue
Apr 15, 2020
1 task
joicemjoseph
pushed a commit
to joicemjoseph/writefreely
that referenced
this issue
Apr 15, 2020
joicemjoseph
pushed a commit
to joicemjoseph/writefreely
that referenced
this issue
Apr 16, 2020
fixing writefreely#297: tls for mysql connections
joicemjoseph
added a commit
to joicemjoseph/writefreely
that referenced
this issue
Apr 16, 2020
1 task
1 task
thebaer
added a commit
that referenced
this issue
Jul 23, 2020
fix: #297 - tls for mysql connections
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
if you start MySQL with
--ssl
mode enabled writefreely won't connect to the database.Steps to reproduce (if necessary)
Steps to reproduce the behavior:
--ssl
mode.writefreely --config
and set the proper database credentialsthis authentication plugin is not supported
Expected behavior
What should've happened?
During the config I'd expect it to ask if it will require ssl mode or not and be able to work properly with it.
Application configuration
Version or last commit:
0.11.2
The text was updated successfully, but these errors were encountered: