docs: improve SSL certificate troubleshooting guidance#11354
Open
fahe1em1 wants to merge 1 commit intocontinuedev:mainfrom
Open
docs: improve SSL certificate troubleshooting guidance#11354fahe1em1 wants to merge 1 commit intocontinuedev:mainfrom
fahe1em1 wants to merge 1 commit intocontinuedev:mainfrom
Conversation
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This improves the SSL/TLS troubleshooting path by making the common certificate errors searchable and actionable. It adds exact error strings to the FAQ, a dedicated troubleshooting section with
curlandopenssldiagnosis steps plus acaBundlePathexample, and a cross-link from the self-hosting guide. It also softens the Windows guidance sowin-cais not presented as the only fix and points readers back tocaBundlePathas the reliable option.Testing
npx --yes prettier --check docs/faqs.mdx docs/troubleshooting.mdx docs/guides/how-to-self-host-a-model.mdxnpx mintlify broken-linksWhy this is small and safe
This is a docs-only change scoped to three existing pages. It does not change runtime behavior or config parsing, but it should make a recurring support issue much easier to diagnose and fix.
Fixes #9175
Summary by cubic
Improves SSL/TLS troubleshooting docs with exact error strings, step-by-step
curl/openssldiagnosis, and a clearrequestOptions.caBundlePathexample, plus a cross-link from self-hosting. Updates Windows guidance to notewin-caas optional and point tocaBundlePathas the reliable fix. Fixes #9175.Written for commit 0c3792e. Summary will update on new commits.