响应代码:非HTTP响应代码:org.apache.http.conn.HttpHostConnectException

时间:2015-10-12 16:17:51

标签: jmeter

我正在尝试用jmeter运行脚本。但是,我面临以下错误

响应代码:非HTTP响应代码:org.apache.http.conn.HttpHostConnectException

它说,该网站拒绝连接。但是,我可以手动打开网站。

请帮忙。

感谢。

1 个答案:

答案 0 :(得分:0)

我的期望是你坐在公司代理人后面。浏览器使用代理连接到Internet,而JMeter没有。

如果是这种情况,你可以告诉" JMeter使用与浏览器相同的代理服务器通过以下命令行参数:

-H, --proxyHost <argument>
    Set a proxy server for JMeter to use
-P, --proxyPort <argument>
    Set proxy server port for JMeter to use
-N, --nonProxyHosts <argument>
    Set nonproxy host list (e.g. *.apache.org|localhost)
-u, --username <argument>
    Set username for proxy server that JMeter is to use
-a, --password <argument>
    Set password for proxy server that JMeter is to use