Skip to content

Commit ca1180e

Browse files
Phil Whittakerclaude
andcommitted
Add NODE_TLS_REJECT_UNAUTHORIZED configuration documentation
Added documentation for NODE_TLS_REJECT_UNAUTHORIZED setting with warning about local HTTPS connections requiring this to be set to 0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 87dd9b8 commit ca1180e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

16/umbraco-cms/reference/developer-mcp/configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ The Developer MCP Server can be configured in several ways to manage authenticat
1515
| `UMBRACO_CLIENT_ID` | The username of the Umbraco API user. |
1616
| `UMBRACO_CLIENT_SECRET` | The client secret for the Umbraco API user. |
1717
| `UMBRACO_BASE_URL` | The base URL of your Umbraco instance (e.g. `https://localhost:44391`). |
18+
| `NODE_TLS_REJECT_UNAUTHORIZED` | Set to `"0"` to disable TLS certificate validation when connecting to HTTP URLs or self-signed certificates. |
1819

19-
{% hint style="info" %}
20-
Keep these values secure — they provide access to your Umbraco Management API.
20+
{% hint style="warning" %}
21+
If you are connecting to th secure endpoint of Umbraco locally then **always** set the NODE_TLS_REJECT_UNAUTHORIZED to 0
2122
{% endhint %}
2223

2324
### Tool and Tool Collection configuration

0 commit comments

Comments
 (0)