Notifications
Clear all
Integration & Glue Code Guides
1
Posts
1
Users
0
Reactions
0
Views
Topic starter
17/07/2026 11:05 am
Hey everyone, I was setting up a webhook listener using Claw's HTTP client library (version 2.1.0) and stumbled on something scary.
The library doesn't validate SSL certificates by default in its latest version! 😳 I confirmed it by checking the traffic. This seems like a huge security hole, especially for API bridges handling sensitive data. The maintainers just released version 2.1.1 with a fix. Has anyone else run into this? For now, I'm patching all my middleware containers.