Re: Need help on Non HTTP response code: java.net.SocketException

Dmitri T <[email protected]> Fri, 17 Nov 2023 09:10:08 +0100
Newsgroups gmane.comp.jakarta.jmeter.user
Message-ID <PH7PR12MB71391EE225DA3708212A850BC0B7A@PH7PR12MB7139.namprd12.prod.outlook.com>
Shah, Himanshu wrote:
> Hi,
>
> I am new to JMeter and trying to run simple test on internal site but getting following error. There are so many online knowledge sharing about updating jmeter.properties and system.properties files but no luck. Could someone assist me? Your help would be highly appreciated. My sincere apologies if I am reaching out to wrong group. Feel free to direct me correct group in that case.
>
> Connected to company network thru VPN and able to access internal site successfully on browser but not thru JMeter. No luck with adding port = 443 since its https.
>
> OS - Windows 10 Enterprise
> Apache JMeter 5.6.2
> Java version 20.0.2
>
> Error message
>
> Response code:Non HTTP response code: java.net.SocketException
> Response message:Non HTTP response message: Connection reset
>
>
> HIMANSHU SHAH
> Quality Assurance Sr Analyst
>
>
>
>
>
>
>
> ****************************************************************************************************
> This e-mail is sent by a law firm and may contain information that is privileged or confidential.
> If you are not the intended recipient, please delete the e-mail and any attachments and notify us
> immediately.
>
> ****************************************************************************************************
Most probably you're behind a corporate proxy or firewall 
<https://en.wikipedia.org/wiki/Firewall_(computing)>. You need to make 
JMeter aware of this proxy either by passing proxy details via 
command-line arguments 
<https://jmeter.apache.org/usermanual/get-started.html#proxy_server> or 
do the same via JMeter system properties 
<https://jmeter.apache.org/usermanual/get-started.html#proxy_server>.