mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
HTTP_REQUEST_NODE_SSL_VERIFY dify parameter #25
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 @nicho2 on GitHub (Apr 14, 2025).
Hello,
I use the docker dify , my version is 1.2.0, and i use HTTPS with a self-signed certifiate
I want use the plugin minerU to parse PDF, but i have the error below
I have set the parameter HTTP_REQUEST_NODE_SSL_VERIFY to false with no result
in fact , i don't see in the code a relation with HTTP_REQUEST_NODE_SSL_VERIFY
there is not the possibility to add a verify=false " httpx.get(self.url)" in the code
@l241025097 commented on GitHub (Jul 4, 2025):
https://github.com/l241025097/local_dify_plugin
@vvanglro commented on GitHub (Jul 10, 2025):
The same problem.
@vvanglro commented on GitHub (Jul 10, 2025):
One solution, Place the following code into the file in your tools.
@Mairuis commented on GitHub (Dec 9, 2025):
This issue should be submitted to the Dify official plugin repository https://github.com/langgenius/dify-official-plugins