[GH-ISSUE #4217] [FEAT]: Support for self-hosted Confluence to by-pass SSL certificate checking #2680

Closed
opened 2026-02-22 18:30:45 -05:00 by yindo · 2 comments
Owner

Originally created by @rickylwy on GitHub (Jul 30, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4217

What would you like to see?

For my case, I need to add:
process.env.NODE_TLS_REJECT_UNAUTHORIZED='0';

at the first line of collector.js to make the Confluence Data Connector work on my self-hosted Confluence with a self-signed SSL certificate... (And need to restart AnythingLLM :))
It would be fantastic if we could add a checkbox to enable bypassing the SSL certificate checking when choosing "Self-hosted" Confluence.

Thanks for the consideration :)

Originally created by @rickylwy on GitHub (Jul 30, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4217 ### What would you like to see? For my case, I need to add: `process.env.NODE_TLS_REJECT_UNAUTHORIZED='0';` at the first line of collector.js to make the Confluence Data Connector work on my self-hosted Confluence with a self-signed SSL certificate... (And need to restart AnythingLLM :)) It would be fantastic if we could add a checkbox to enable bypassing the SSL certificate checking when choosing "Self-hosted" Confluence. Thanks for the consideration :)
yindo added the enhancementfeature request labels 2026-02-22 18:30:46 -05:00
yindo closed this issue 2026-02-22 18:30:46 -05:00
Author
Owner

@naaa760 commented on GitHub (Jul 30, 2025):

HI @rickylwy
This PR adds a checkbox option for self-hosted confluence users to bypass ssl certificate validation when connecting to instances with self-signed certificates, resolving the connection issues described.

@naaa760 commented on GitHub (Jul 30, 2025): HI @rickylwy This PR adds a checkbox option for self-hosted confluence users to bypass ssl certificate validation when connecting to instances with self-signed certificates, resolving the connection issues described.
yindo changed title from [FEAT]: Support for self-hosted Confluence to by-pass SSL certificate checking to [GH-ISSUE #4217] [FEAT]: Support for self-hosted Confluence to by-pass SSL certificate checking 2026-06-05 14:47:56 -04:00
Author
Owner

@nehaaprasad commented on GitHub (Jul 30, 2025):

HI @rickylwy
This PR adds a checkbox option for self-hosted confluence users to bypass ssl certificate validation when connecting to instances with self-signed certificates, resolving the connection issues described.

<!-- gh-comment-id:3137461353 --> @nehaaprasad commented on GitHub (Jul 30, 2025): HI @rickylwy This PR adds a checkbox option for self-hosted confluence users to bypass ssl certificate validation when connecting to instances with self-signed certificates, resolving the connection issues described.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2680