feat: Add support for Mux SSL mode and update related settings#11509
feat: Add support for Mux SSL mode and update related settings#11509ssongliu merged 2 commits into1Panel-dev:dev-v2from
Conversation
- Introduced a new SSL mode "Mux" in the settings, allowing for HTTP to HTTPS redirection. - Updated the `SSL` field in the `SettingUpdate` struct to include "Mux" as a valid option. - Modified the server logic to handle Mux connections, including certificate management and HTTP redirection. - Updated frontend components to reflect the new SSL options and improved user guidance in multiple languages.
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
…guidance in multiple languages
SSLfield in theSettingUpdatestruct to include "Mux" as a valid option.What this PR does / why we need it?
支持 Mux 方式监听端口,允许面板启用 ssl 的情况下支持 http 流量传入,然后将 http重定向到 https
Summary of your change
引入和使用一个新的依赖cmux 来分流流量 https://github.com/soheilhy/cmux
前端适配设置
Strict 为原来的方案, Mux 为新方案
Please indicate you've done the following: