dify
dify copied to clipboard
Add "Disable ssl verification" option in HTTP node
Self Checks
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- [x] Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Possibility of adding the "Disable ssl verification" option in the HTTP node, in order to be able to invoke development URLs that do not necessarily have https and their certificates. Obviously, under our own responsibility for security.
2. Additional context or comments
Example:
3. Can you help us with this feature?
- [x] I am interested in contributing to this feature.
Agreed! I also think this feature is very important, especially during debugging.
We really hope to add this option. We encountered the same problem when using it on the intranet and have not found a solution yet.