feat: SSL/TLS implementation for require_secure_transport#3558
Merged
Helias merged 17 commits intoOct 6, 2025
Conversation
Contributor
Author
|
CC @FrancescoBorzi and @Helias |
Contributor
Author
|
This I may need help fixing, as I'm unsure now from the error, it does build fine in windows and works |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Helias
reviewed
Sep 27, 2025
Helias
reviewed
Sep 27, 2025
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Helias
approved these changes
Sep 28, 2025
Contributor
Author
| needs: get-package-version | ||
| name: Build and upload the Mac release assets | ||
| runs-on: macos-13 # it's the most recent version still running on Intel, we keep it for retro-compatibility | ||
| runs-on: macos-15 # it's the most recent version still running on Intel, we keep it for retro-compatibility |
Collaborator
There was a problem hiding this comment.
this does not seem right (also should be addressed in a separate PR, not here):
https://docs.github.com/en/actions/reference/runners/github-hosted-runners
the rest I will check soon! thanks @TheSCREWEDSoftware <3
FrancescoBorzi
approved these changes
Sep 29, 2025
Contributor
Author
Contributor
Author
|
I swear to god i wish keira worked with github desktop so i dont have to use the git cli which sometimes is stupid |
Contributor
Author
|
Can test this during the afternoon |
…ftware/Keira3 into secure_connection_2
Contributor
Author
|
All working |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




This implementation allows people that have require_secure_transport enabled.
Closes: #3556
#3556 (comment)
Being tested by the issue author also.
I tried following the current config sturcutre that's being used, I'm unsure about the description for the SSL/TLS, im just thinking of having it without a description, open to feedback.
This can be tested if you want on your side by using your super user for mysql and running the following:
And having TLS option off.

And having TLS option on