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

AdditionalCA and InsecureSkipVerify #537

Merged
merged 2 commits into from
Jun 7, 2024
Merged

Conversation

coreyogburn
Copy link
Contributor

Detections will use the AdditionalCA if available to make outgoing requests. This is useful for networks behind a proxy that performs SSL Termination.

To help with debugging, an InsecureSkipVerify has been added that will not verify certs during requests.

Expanded tests.

Detections will use the RootCA if available to make outgoing requests. This is useful for networks behind a proxy that performs SSL Termination.

To help with debugging, an InsecureSkipVerify has been added that will not verify certs during requests.

Expanded tests.
RootCA has been renamed to AdditionalCA.

Strelka's IOManager had an unused function on it: MakeRequest. Removed.
@coreyogburn coreyogburn changed the title Cogburn/tls options AdditionalCA and InsecureSkipVerify Jun 7, 2024
@coreyogburn coreyogburn merged commit 8add717 into 2.4/dev Jun 7, 2024
3 checks passed
@coreyogburn coreyogburn deleted the cogburn/tls-options branch June 7, 2024 19:12
@github-actions github-actions bot locked and limited conversation to collaborators Jun 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants