Skip to content

feat: implement skipping TLS verification #514

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

theseion
Copy link
Collaborator

@theseion theseion commented Jul 5, 2025

We had a CLI flag for wait4x to disable TLS verification but no such option for the HTTP client.

This change replaces the specific flag for wait4x with a global flag skip-tls-verification, that configures both wait4x and the HTTP client.

Fixes #503

We had a CLI flag for wait4x to disable TLS verification but no such
option for the HTTP client.

This change replaces the specific flag for wait4x with a global flag
`skip-tls-verification`, that configures both wait4x and the HTTP
client.

Fixes coreruleset#503
@theseion theseion requested a review from fzipi July 5, 2025 11:24
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.

tls: failed to verify certificate: x509
1 participant