文档问题: HTTP请求没有忽略证书选项 #33

Closed
opened 2026-02-16 05:18:57 -05:00 by yindo · 1 comment
Owner

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

建议修改

增加证书忽略参数

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 ## 建议修改 增加证书忽略参数
yindo closed this issue 2026-02-16 05:18:57 -05:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#33