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

DM-48214: Unset ssl.VERIFY_X509_STRICT flag on Kafka SSl contexts #361

Merged

Conversation

fajpunk
Copy link
Member

@fajpunk fajpunk commented Dec 18, 2024

Python 3.13 sets this flag by default and Strimzi-generated certs are not strictly valid because they are missing an Authority Key Identifier

Python 3.13 [sets this flag by
default](https://docs.python.org/3/library/ssl.html#ssl.create_default_context)
and Strimzi-generated certs are not strictly valid because [they are
missing an Authority Key
Identifier](https://github.com/orgs/strimzi/discussions/10771)
@fajpunk fajpunk requested a review from rra December 18, 2024 22:44
@fajpunk fajpunk merged commit 97ce7c7 into main Dec 18, 2024
7 checks passed
@fajpunk fajpunk deleted the tickets/DM-48214/disable-kafka-x509-strict-verification branch December 18, 2024 23:32
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.

2 participants