We are using JMeter 2.4 and trying to use an HTTP proxy to collect a test plan.
"HTTPS spoofing attempt" is not marked.
The error we get in the JMeter log:
2010/08/02 14:46:02 ERROR - jmeter.protocol.http.proxy.Proxy: Problem with SSL certificate? Make sure your browser is configured to accept the JMeter proxy certificate:
Connection closed by remote host 2010/08/02 14:46:02 INFO - jmeter.protocol.http.sampler.HTTPSampler: Error response code: 404
2010/08/02 14:46:02 INFO - jmeter.protocol.http.sampler.HTTPSampler: Error response code: 404
2010/08/02 14:46:02 ERROR - jmeter.protocol.http.proxy.Proxy: java.net.SocketException: connection closed by remote host
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkWrite (Unknown source)
at com.sun.net.ssl.internal.ssl.AppOutputStream.write (Unknown source)
in java.io.BufferedOutputStream.flushBuffer (Unknown source)
in java.io.BufferedOutputStream.flush (Unknown source)
at org.apache.jmeter.protocol.http.proxy.Proxy.writeToClient (Proxy.java:443)
at org.apache.jmeter.protocol.http.proxy.Proxy.run (Proxy.java:264)
Any ideas?
source share