gpt4 book ai didi

ssl - 谁能发布一个如何在 Tsung 中启用 SSL 的示例?

转载 作者:太空宇宙 更新时间:2023-11-03 12:47:48 25 4
gpt4 key购买 nike

我正在使用 Tsung 从另一台机器对 CouchDB 服务器进行负载测试,需要建立安全连接。不幸的是,我无法在文档或在线中找到语法示例...

如有任何帮助,我们将不胜感激!

最佳答案

在 tsung.xml 中:

<servers>
<server host="HOSTNAME_HERE" port="443" type="ssl"></server>
</servers>

来自 current Tsung documentation 的引用文献:

6.2. Clients and Server > Basic setup :

Type can be tcp, ssl, udp (for IPv6, use tcp6, ssl6 or udp6 ; only available in version 1.4.2 and newer) or websocket (only available in version 1.5.0 and newer)):

<servers>
<server host="server1" port="80" type="ssl" weight="4"></server>
<server host="server2" port="80" type="ssl" weight="1"></server>
</servers>

10. FAQ > Tsung crashes when I start it

Does your Erlang system has SSL support enabled?
To test it:

erl
Eshell V5.2 (abort with ^G)
1> ssl:start().
you should see 'ok'

关于ssl - 谁能发布一个如何在 Tsung 中启用 SSL 的示例?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14809554/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com