Skip to content

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
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