Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以提供一个配置 Tsung 以支持安全 websockets (wss) 的示例 xml 吗?默认文档没有说明是否支持 wss。
要支持 WSS,您应该将服务器类型指定为“ssl”:
<servers> <!-- wss --> <server host="MY_TARGET_HOST.com" port="443" type="ssl"></server> </servers>