Skip to content

Remove support for legacy --ssl/--no-ssl CLI arguments#1947

Merged
rolandwalker merged 1 commit into
mainfrom
RW/remove-legacy-ssl-options
Jun 22, 2026
Merged

Remove support for legacy --ssl/--no-ssl CLI arguments#1947
rolandwalker merged 1 commit into
mainfrom
RW/remove-legacy-ssl-options

Conversation

@rolandwalker

Copy link
Copy Markdown
Contributor

Description

Remove support for legacy --ssl/--no-ssl CLI arguments, which have enjoyed a lengthy deprecation cycle. The new form is --ssl-mode=<on,off,auto>.

Fixes #1507.

Preparation for release 2.0.

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

@rolandwalker rolandwalker self-assigned this Jun 20, 2026
@rolandwalker rolandwalker force-pushed the RW/remove-legacy-ssl-options branch from 623faf7 to 21f0e88 Compare June 20, 2026 14:05

@scottnemes scottnemes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Might add a note to the changelog to tell people to use ssl-mode instead, like:

* Remove support for legacy `--ssl/--no-ssl` CLI arguments (use ssl-mode instead).

which have enjoyed a lengthy deprecation cycle.  The new form is
--ssl-mode=<on,off,auto>.

Fixes #1507.

Preparation for release 2.0.
@rolandwalker rolandwalker force-pushed the RW/remove-legacy-ssl-options branch from 21f0e88 to 108d82a Compare June 22, 2026 08:46
@rolandwalker

Copy link
Copy Markdown
Contributor Author

add a note to the changelog to tell people to use ssl-mode instead

Done!

@rolandwalker rolandwalker merged commit f9a676a into main Jun 22, 2026
19 of 20 checks passed
@rolandwalker rolandwalker deleted the RW/remove-legacy-ssl-options branch June 22, 2026 08: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.

Complete deprecation cycle for --ssl/--no-ssl CLI options

2 participants