0

I am trying to send one HTTPS Sampler Request. Getting the following while running

Thread Name: MCAB-UK 1-1 Sample Start: 2017-11-01 17:08:44 IST Load time: 21597 Connect Time: 21597 Latency: 0 Size in bytes: 2463 Sent bytes:0 Headers size in bytes: 0 Body size in bytes: 2463 Sample Count: 1 Error Count: 1 Data type ("text"|"bin"|""): text Response code: Non HTTP response code: java.net.ConnectException Response message: Non HTTP response message: Connection timed out: connect

Response headers:

HTTPSampleResult fields: ContentType: DataEncoding: null

bubu
  • 333
  • 2
  • 9
Balaji S
  • 1
  • 2

1 Answers1

0

I suspect you are hitting a website that is behind a proxy.

Did you configure the enterprise proxy for JMeter as per this:

Another possibility is you're using the wrong port or wrong scheme (http instead of https)

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116