cloudflare-docs icon indicating copy to clipboard operation
cloudflare-docs copied to clipboard

Update error-526.mdx

Open Kiki-Y123 opened this issue 4 months ago • 1 comments

added this part:

If you are using self-signed SSL certificate at the origin server, use the following workaround to avoid an HTTP Error 526.

Add your self-signed SSL certificate to the Custom Origin Trust Store. This allows the Cloudflare edge to recognize your self-signed SSL certificate as valid. In your Worker's configuration, enable the cots_on_external_fetch compatibility flag. This flag enables the use of the Custom Origin Trust Store when making external (grey-clouded) subrequests from a Cloudflare Worker.

Summary

Screenshots (optional)

Documentation checklist

  • [ ] The documentation style guide has been adhered to.
  • [ ] If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • [ ] Files which have changed name or location have been allocated redirects.

Kiki-Y123 avatar Jun 13 '25 11:06 Kiki-Y123