简体   繁体   English

Tsung Secure Websockets支持

[英]Tsung Secure Websockets Support

Can someone give an example xml that configures Tsung to support secure websockets (wss)? 有人可以举一个配置Tsung以支持安全websocket(wss)的xml示例吗?
The default documentation doesn't say anything about whether wss is supported or not. 缺省文档没有说明是否支持wss。

To support WSS you should specify the server type to be 'ssl': 为了支持WSS,您应该将服务器类型指定为“ ssl”:

<servers>
<!-- wss -->
<server host="MY_TARGET_HOST.com" port="443" type="ssl"></server>
</servers>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Websockets使用Python中的标头进行保护 - Websockets Secure with headers in Python 如何在Netty Web服务器中保护WebSockets - How to secure websockets in netty webserver 如何通过websockets保护MQTT - How to secure MQTT over websockets Websocket对于网页之间的通信是否更安全? - Are Websockets more secure for communication between web pages? 通过Web服务的客户支持-如何保护Web服务? - Customer Support via Web Service - how to secure the Web Service? 服务器不支持安全连接asp.net - Server does not support secure connections asp.net JMX:如何同时支持安全访问和不安全访问(不同的URL) - JMX: How can I support both secure and insecure access at the same time (different URLs) 以安全的方式支持Facebook登录并避免被恶意用户窃听的最佳方法是什么? - What's the best way to support Facebook login in a secure way and avoiding eavesdropping from a malicious user? 有哪些论据支持Dojo JavasScript库安全,可访问和高效的立场? - What are some arguments to support the position that the Dojo JavasScript library is secure, accessible, and performant? 如何支持通过排队的作业通过外部API安全地创建用户帐户? - How to support secure creation of a user account over an external API via a queued job?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM