Disable TLS/SSL verification with continue remote server SSL #3659
Labels
area:configuration
Relates to configuration options
kind:enhancement
Indicates a new feature request, imrovement, or extension
"needs-triage"
Validations
Problem
Hi Continue team 👋
Our team works with models that changes frequently, so we set up a Continue Remote Server to maintain up-to-date models across all collaborators, but we're running into an issue with it
The issue: When configuring the remote server in VSCode, we get a "fetch failed" error. However, the server works correctly on Windows when setting the environment variable NODE_TLS_REJECT_UNAUTHORIZED=0.
I assume this suggests an SSL/TLS certificate issue ? Is there an option in Continue Remote Server configuration to disable SSL verification for remote continue server, rather than using NODE_TLS_REJECT_UNAUTHORIZED=0 ? I think there is something similar that can be put in config.json "verifySsl: false"
Thanks in advance 🙏
Solution
Adding a option to disable SSL verification for remote continue server
The text was updated successfully, but these errors were encountered: