Skip to content

Allow insecure TLS client connections#312

Open
MarSchif wants to merge 1 commit intoYakifo:mainfrom
MarSchif:feature/allow-insecure-tls-client-connections
Open

Allow insecure TLS client connections#312
MarSchif wants to merge 1 commit intoYakifo:mainfrom
MarSchif:feature/allow-insecure-tls-client-connections

Conversation

@MarSchif
Copy link
Copy Markdown

@MarSchif MarSchif commented Mar 4, 2026

Changes included in this PR

Feature: Allow insecure TLS client connections. Off by default, optionallay enabled via config option.

Current behavior

TLS certificates are validated with no option to skip validation e.g. for self-signed certificates.

New behavior

Option verify_cert for clients to skip TLS certificate validation (verify_cert is True by default). Aligns with "--insecure" options for curl, mosquitto and similar.

Impact

No impact on existing usage.

Checklist

  1. Does your submission pass the existing tests?
  2. Are there new tests that cover these additions/changes?
  3. Have you linted your code locally before submission? -> No, the Unix specific pre-commit hooks (.sh) of this project do not work locally on my platform (Windows 11).

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.

1 participant