0

I am working in a company which has a proxy to connect to internet and I want to do simple load test on www.google.com. So I tried to setup behind the proxy in Jmeter as below:

enter image description here

When I am trying to run the test it shows up below error. Can anyone help me out in this issue?

enter image description here

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Vishal Chepuri
  • 306
  • 5
  • 26
  • 1
    How about remove the protocol from your Proxy Server's input. In other word, replace `http://proxyconf.my-it-solutions.net/` to `proxyconf.my-it-solutions.net`. I guess "/" at the end of your host is also not needed. – tkhm Jan 18 '17 at 12:00
  • Great! Resolved question should be closed in here. I will post the answer which is the same with comment, so please accept and close your question. Thanks. – tkhm Jan 20 '17 at 08:41

1 Answers1

0

How about remove the protocol from your Proxy Server's input.

In other word, replace http://proxyconf.my-it-solutions.net/ to proxyconf.my-it-solutions.net.

I guess / at the end of your host is also not needed.

tkhm
  • 860
  • 2
  • 10
  • 30