雾聪
2023-11-16 29ce4c1526b9da6a14018b8ecdb18d55b75cc3df
update ssl
2个文件已修改
4 ■■■■ 已修改文件
runtime/websocket/bin/funasr-wss-server-2pass.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/websocket/bin/funasr-wss-server.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/websocket/bin/funasr-wss-server-2pass.cpp
@@ -439,7 +439,7 @@
    funasr::ExtractHws(hotword_path, hws_map_);
    bool is_ssl = false;
    if (!s_certfile.empty()) {
    if (!s_certfile.empty() && access(s_certfile.c_str(), F_OK) == 0) {
      is_ssl = true;
    }
runtime/websocket/bin/funasr-wss-server.cpp
@@ -419,7 +419,7 @@
    funasr::ExtractHws(hotword_path, hws_map_);
    bool is_ssl = false;
    if (!s_certfile.empty()) {
    if (!s_certfile.empty() && access(s_certfile.c_str(), F_OK) == 0) {
      is_ssl = true;
    }