Search code examples
proxyjmetersettingsbehind

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


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


Solution

  • 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.