Skip to content

feat: Add config option for disabling mcp server cert validation…#23530

Open
wdec wants to merge 2 commits intoanomalyco:devfrom
wdec:feature/insecure-config
Open

feat: Add config option for disabling mcp server cert validation…#23530
wdec wants to merge 2 commits intoanomalyco:devfrom
wdec:feature/insecure-config

Conversation

@wdec
Copy link
Copy Markdown

@wdec wdec commented Apr 20, 2026

…support self signed certs.

Issue for this PR

Closes #23506

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Proposed config schema addition and wrapper code for allowing MCP agent client to skip over server TLS certificate validation.

The MCP client config config is extended to allow:

"insecure": true

How did you verify your code works?

Unit test + manual validation

Screenshots / recordings

n/a

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

@github-actions github-actions bot added the needs:compliance This means the issue will auto-close after 2 hours. label Apr 20, 2026
@github-actions github-actions bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Apr 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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.

[FEATURE]: Add MCP client support for skipping certificate validation

1 participant