fix: 绿色环境(:4434)启用HTTPS-代码硬编码端口列表+配置路径修正
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user