cocos 2.4.7安卓调试显示socket无连接

D/WebSocket.cpp: WebSocket thread start, helper instance: 0xb400007ac3670580
D/WebSocket.cpp: scheme: wss, host: h5notice.cn, port: 0, path: /conn3020/
D/WebSocket.cpp: WARNING: CA Root file isn’t set. SSL connection will not peer server certificate
D/WebSocket.cpp: NOTICE: Creating Vhost ‘default’ port -1, 1 protocols, IPv6 on
D/WebSocket.cpp: NOTICE: created client ssl context for default
D/WebSocket.cpp: NOTICE: lws_client_connect_2: 0xb400007b2ab62580: address
D/WebSocket.cpp: NOTICE: uplevelling AF_INET to AF_INET6
D/WebSocket.cpp: WebSocket (0xb400007b1d340e00) Unhandled websocket event: 32
D/WebSocket.cpp: WebSocket (0xb400007b1d340e00) Unhandled websocket event: 29
D/WebSocket.cpp: NOTICE: lws_client_connect_2: 0xb400007b2ab62580: address
D/WebSocket.cpp: NOTICE: uplevelling AF_INET to AF_INET6

看起来像是CA Root file isn’t set. SSL connection will not peer server certificate
请问这个该如何配置?

可能是没有设置证书吧。可以参考 mirrors_cocos-creator/example-cases - Gitee.com 中的 network 场景