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

Update test for have_ssl removal #425

Merged
merged 2 commits into from
May 1, 2024

Conversation

dveeden
Copy link
Collaborator

@dveeden dveeden commented May 1, 2024

Closes #424

From https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html

"The --ssl and --admin-ssl server options, as well as the have_ssl and have_openssl server system variables, were all deprecated in MySQL 8.0.26, and are all removed in this release. Use --tls-version and --admin-tls-version instead."

So testing for have_ssl no longer works as expected.

Also removal of --ssl/--skip-ssl makes testing this more difficult.

@dveeden dveeden self-assigned this May 1, 2024
dveeden added 2 commits May 1, 2024 11:18
From https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html

"The --ssl and --admin-ssl server options, as well as the have_ssl and
have_openssl server system variables, were all deprecated in MySQL
8.0.26, and are all removed in this release. Use --tls-version and
--admin-tls-version instead."

So testing for `have_ssl` no longer works as expected.

Also removal of `--ssl`/`--skip-ssl` makes testing this more difficult.
@dveeden dveeden force-pushed the mysql840_have_ssl branch from 4d94b53 to b2c2809 Compare May 1, 2024 09:18
@dveeden dveeden merged commit deba734 into perl5-dbi:master May 1, 2024
4 of 6 checks passed
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.

Test with MySQL 8.4.0
1 participant