Skip to content

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

Open
rolandwalker wants to merge 1 commit into
mainfrom
RW/remove-legacy-ssl-options
Open

Remove support for legacy --ssl/--no-ssl CLI arguments#1947
rolandwalker wants to merge 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
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 623faf7 to 21f0e88 Compare June 20, 2026 14:05
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

1 participant