Skip to content

Commit 43b435f

Browse files
authored
Merge pull request #83 from a-oren/auth
docs: Add note for local n8n env
2 parents 0ac4ec2 + 744bcbc commit 43b435f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ This node supports Client Credentials OAuth2 type for authenticating with Red Ha
8888

8989
For more information refer to the [Trustify - OIDC Docs](https://github.com/guacsec/trustify/blob/main/docs/oidc.md)
9090

91+
> **Note:** If you are running n8n locally and see the error *"The connection cannot be established, this usually occurs due to an incorrect host (domain) value"*, try:
92+
> ```bash
93+
> export NODE_TLS_REJECT_UNAUTHORIZED=0
94+
> n8n start
95+
> ```
96+
97+
9198
9299
## Usage
93100

0 commit comments

Comments
 (0)