mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
文档问题: HTTP请求没有忽略证书选项 #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @spyqa on GitHub (May 20, 2025).
问题描述
HTTP请求工具没有忽略证书选项
页面链接
https://github.com/langgenius/dify-docs-mintlify/blob/main/zh-hans/guides/workflow/node/http-request.mdx
建议修改
增加证书忽略参数
@AllenWriter commented on GitHub (May 20, 2025):
Regarding the concern that the HTTP request tool does not include an option to ignore certificate verification — we understand that in some testing scenarios or when using self-signed certificates, skipping verification may seem desirable. However, we currently do not support disabling certificate verification for security reasons:
Bypassing certificate validation can expose you to security risks, such as man-in-the-middle attacks or data leaks. We strongly recommend keeping certificate checks enabled in any production environment.
If you’re encountering issues during testing, one alternative is to use the http:// protocol instead of https://, which does not involve certificate validation.