fix: 绿色环境(:4434)启用HTTPS-代码硬编码端口列表+配置路径修正

This commit is contained in:
2026-06-02 12:16:27 +08:00
parent f8da9ff8f7
commit 832a2003f5
2 changed files with 6 additions and 6 deletions

View File

@@ -302,7 +302,7 @@ async fn main() -> std::io::Result<()> {
let http_client_clone = http_client.clone();
let app_state_clone = app_state.clone();
if *port == 443 || *port == 8443 || *port == 4433 {
if *port == 443 || *port == 8443 || *port == 4433 || *port == 4434 {
let ssl_builder = match create_ssl_acceptor() {
Ok(builder) => builder,
Err(e) => {