FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
How OpenClaw's Built-in SSRF Protection Blocked My Self-Hosted Mattermost Images
NewsTools

How OpenClaw's Built-in SSRF Protection Blocked My Self-Hosted Mattermost Images

via Dev.tolinou5182h ago

TL;DR After connecting OpenClaw to a self-hosted Mattermost instance, agents completely ignored images sent in chat. The culprit: OpenClaw's built-in SSRF (Server-Side Request Forgery) protection was automatically blocking all fetches to private 192.168.x.x addresses. The fix was a single line of code — but tracking down the cause took a while. Background My home lab runs Mattermost on a self-hosted server. The OpenClaw Mattermost plugin connected and text chat worked perfectly. But the moment a user sent an image, the agent acted like it didn't exist. Manual curl fetched the image just fine. Agent config looked correct. So what was happening? Investigation Grepping the Gateway logs revealed the cause immediately: blocked URL fetch target=http://192.168.x.x:8065/api/v4/files/xxxxx reason=Blocked hostname or private/internal/special-use IP address OpenClaw's fetchRemoteMedia function has built-in SSRF protection. This is entirely correct security design — since agents can fetch arbitrar

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

Thunderbird: Introducing our Public Roadmaps
News

Thunderbird: Introducing our Public Roadmaps

Lobsters • 25m ago

How I Scraped Most Dark Stores in India — Blinkit, Zepto & Swiggy Instamart
News

How I Scraped Most Dark Stores in India — Blinkit, Zepto & Swiggy Instamart

Medium Programming • 33m ago

Claude Code /branch Command Turned My Sessions Into Decision Trees
News

Claude Code /branch Command Turned My Sessions Into Decision Trees

Medium Programming • 48m ago

Much ado about protein
News

Much ado about protein

The Verge • 49m ago

I'm OK being left behind, thanks
News

I'm OK being left behind, thanks

Lobsters • 55m ago

Discover More Articles