我正在使用jmeter 4.0
在公司网络内外的网站上测试SSO。
当所有URL都在公司站点内并且我不使用任何Internet代理时,我能够执行测试。 http和https网址都可以正常工作。
但是当我尝试访问外部网址时,我必须为jmeter指定互联网代理(否则外部网址不可用)。当我指定互联网代理时,http的外部网址工作正常。但是,当我尝试访问https网址时,我收到了400 error
Bad request
。例如http://www.google.com工作正常,https://www.google.com给出400 error
。
以下是jmeter"采样器请求"的详细信息。标签
Thread Name: Thread Group 1-1
Sample Start: 2018-06-18 14:37:01 AEST
Load time: 5
Connect Time: 3
Latency: 5
Size in bytes: 503
Sent bytes:149
Headers size in bytes: 179
Body size in bytes: 324
Sample Count: 1
Error Count: 1
Data type ("text"|"bin"|""): text
Response code: 400
Response message: Bad Request
Response headers:
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Mon, 18 Jun 2018 04:37:01 GMT
Connection: close
Content-Length: 324
HTTPSampleResult fields:
ContentType: text/html; charset=us-ascii
DataEncoding: us-ascii
感谢您的帮助,