mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-21 18:05:30 -04:00
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?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/282
Author: @Oscaner
Created: 1/16/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
a2a7533feat(#92): add configurable SSL/TLS support for httpx requests📊 Changes
5 files changed (+599 additions, -0 deletions)
View changed files
📝
python/dify_plugin/__init__.py(+3 -0)📝
python/dify_plugin/config/config.py(+14 -0)➕
python/dify_plugin/core/utils/ssl.py(+110 -0)➕
python/examples/.env.ssl.example(+33 -0)➕
python/tests/test_ssl_config.py(+439 -0)📄 Description
Add comprehensive SSL/TLS configuration capabilities to the plugin system:
This allows plugins to communicate securely with services using custom certificates or mutual TLS authentication without code changes in individual HTTP client implementations.
Pull Request Checklist
Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:
Compatibility Check
README.mdREADME.mdREADME.mdREADME.mdAvailable Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.