Hi All, I am not getting the execption anymore, when in the Http(s) Test Script Recorder, the Http Sampler Settings type was selected as HttpClient 3.1. When the type selected was HttpClient4, I am still getting the execption. Going through the user manual it says the HTTPClient3.1 will not be supported in future versions. So just wondering why application does not work on Selecting Client and can anybody throw some light on HttpSampler types ?
Thanks -Venkat On Mon, Jun 29, 2015 at 1:50 PM, Venkataraman Narayanan < [email protected]> wrote: > > Hi All, > > I am trying to record the Script for a https site. I have followed the > steps as per the manual in > http://jmeter.apache.org/usermanual/component_reference.html#HTTP(S)_Test_Script_Recorder > . > > I have imported the Jmeter Certificate , and on accessing the application > I am getting the exception as below. When I am not using the Jmeter Proxy I > am not facing any issues in accessing the application. I am not sure how do > I get this to work. Any help on this is highly appreciated and Let me know > if I need to provide more info. > > I am using Jmeter Version 2.13 and using Java 1.8 > > > *Exception Displayed on accessing the Page* > > java.net.SocketException: Connection reset > at java.net.SocketInputStream.read(Unknown Source) > at java.net.SocketInputStream.read(Unknown Source) > at sun.security.ssl.InputRecord.readFully(Unknown Source) > at sun.security.ssl.InputRecord.read(Unknown Source) > at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) > at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) > at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) > at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) > at > org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:436) > at > org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180) > at > org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294) > at > org.apache.jmeter.protocol.http.sampler.MeasuringConnectionManager$MeasuredConnection.open(MeasuringConnectionManager.java:107) > at > org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643) > at > org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479) > at > org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906) > at > org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805) > at > org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.executeRequest(HTTPHC4Impl.java:517) > at > org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.java:331) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:74) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1146) > at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:240) > -- > With Regards > Venkataraman.N > -- With Regards Venkataraman.N
