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

MySql Driver Configuration Bug Fix (EnableSsl) #1271

Merged
merged 1 commit into from
Apr 12, 2024
Merged

MySql Driver Configuration Bug Fix (EnableSsl) #1271

merged 1 commit into from
Apr 12, 2024

Conversation

Fludem
Copy link
Contributor

@Fludem Fludem commented Jan 1, 2024

If enableSSL is ticked but object is left empty we now disable enableSSL

If enableSsl is false, we delete the object.

I'm not sure if their is use case for having enableSsl as true but not specifying parameters. Sorry!

Fixes #1270

Set SSL as disabled and delete empty object if no SSL details supplied
@Fludem Fludem changed the title Delete SSL Object if enableSsl is false & set enableSsl as false if SSL Object is empty. MySql Driver Configuration Bug Fix (EnableSsl) Jan 1, 2024
Copy link
Collaborator

@gjsjohnmurray gjsjohnmurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution.

@gjsjohnmurray gjsjohnmurray merged commit 228f93e into mtxr:dev Apr 12, 2024
2 checks passed
gjsjohnmurray pushed a commit to gjsjohnmurray/vscode-sqltools that referenced this pull request Apr 12, 2024
Also set SSL as disabled and delete empty object if no SSL details supplied
gjsjohnmurray added a commit to gjsjohnmurray/vscode-sqltools that referenced this pull request Apr 12, 2024
@Fludem Fludem deleted the fix-bug-in-mysql-driver-ssl-logic branch April 16, 2024 03:57
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

Successfully merging this pull request may close these issues.

MySql requiring self-signed cert when enableSsl is disabled/false
2 participants