Behind the proxy setting in Jmeter cant recognize HostName :java.net.UnknownHostException error thrown

1.3k Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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.