PluginDaemonBadRequestError: plugin verification has been enabled, and the plugin you want to install has a bad signature #39

Closed
opened 2026-02-22 17:16:47 -05:00 by yindo · 1 comment
Owner

Originally created by @bode135 on GitHub (May 19, 2025).

  • To solve the problem that occurs when I upload my custom LLM provider plugin, which triggers the error "PluginDaemonBadRequestError: plugin verification has been enabled, and the plugin you want to install has a bad signature"

Image

  • I set all occurrences of FORCE_VERIFYING_SIGNATURE to "false", but it didn't take effect.
    Image

Image

  • How can I solve this problem?
Originally created by @bode135 on GitHub (May 19, 2025). - To solve the problem that occurs when I upload my custom LLM provider plugin, which triggers the error "PluginDaemonBadRequestError: plugin verification has been enabled, and the plugin you want to install has a bad signature" ![Image](https://github.com/user-attachments/assets/cfc80d2c-bbb9-4d4d-92c8-675a6824459c) - I set all occurrences of FORCE_VERIFYING_SIGNATURE to "false", but it didn't take effect. ![Image](https://github.com/user-attachments/assets/44f07735-7b8f-4837-9f73-07e0f0a8088e) ![Image](https://github.com/user-attachments/assets/f446e0a1-4bc5-43a2-831a-97a47b1403f1) - How can I solve this problem?
yindo closed this issue 2026-02-22 17:16:47 -05:00
Author
Owner

@bode135 commented on GitHub (May 19, 2025):

Complete by this "please read our docs https://docs.dify.ai/plugins/faq".

  • and use this commands to restart docker-compose
cd docker
docker compose down
docker compose up -d
  • Do not use docker-compose restart, as it will not reload the environment variables!
@bode135 commented on GitHub (May 19, 2025): Complete by this "please read our docs https://docs.dify.ai/plugins/faq". - and use this commands to restart docker-compose ``` cd docker docker compose down docker compose up -d ``` - Do not use `docker-compose restart`, as it will not reload the environment variables!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#39