[GH-ISSUE #3726] [FEAT]: Support inference endpoint signed by custom CA #2398

Closed
opened 2026-02-22 18:29:30 -05:00 by yindo · 1 comment
Owner

Originally created by @eranco74 on GitHub (Apr 27, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3726

What would you like to see?

When working with generci/local openapi inference endpoint that is using a self signed cert anything llm fail to query the endpoint.
While it's easy to workaround for the docker deployment using:
NODE_EXTRA_CA_CERTS=/etc/ssl/certs/my-ca.pem
This env isn't working for the desktop app.

Originally created by @eranco74 on GitHub (Apr 27, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3726 ### What would you like to see? When working with generci/local openapi inference endpoint that is using a self signed cert anything llm fail to query the endpoint. While it's easy to workaround for the docker deployment using: `NODE_EXTRA_CA_CERTS=/etc/ssl/certs/my-ca.pem` This env isn't working for the desktop app.
yindo added the enhancementfeature requestDesktop labels 2026-02-22 18:29:30 -05:00
yindo closed this issue 2026-02-22 18:29:30 -05:00
Author
Owner

@timothycarambat commented on GitHub (Apr 27, 2025):

In the interim, cant you add it to your OS-level keychain/cert store?

@timothycarambat commented on GitHub (Apr 27, 2025): In the interim, cant you add it to your OS-level keychain/cert store?
yindo changed title from [FEAT]: Support inference endpoint signed by custom CA to [GH-ISSUE #3726] [FEAT]: Support inference endpoint signed by custom CA 2026-06-05 14:46:20 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2398