Re: jmeter 1.9.1 not recording https(SSL) pages

2003-08-29 Thread Jordi Salvat i Alabart
03 PM To: JMeter Users List Subject: RE: jmeter 1.9.1 not recording https(SSL) pages Turning https on and off is a server-side thing. The developers of the server app should know how to do this. Ideally, the app could run with both http and https simultaneously so you could record via http and

RE: jmeter 1.9.1 not recording https(SSL) pages

2003-08-29 Thread Sandeep Rao
Subject: RE: jmeter 1.9.1 not recording https(SSL) pages Hi Mike, I can record things with http. But my question is, once I have all the recorded http requests in my jmeter testplan, how to run that as https? Because I just have to click Remote Start inside Jmeter to replay what I've recorde

RE: jmeter 1.9.1 not recording https(SSL) pages

2003-08-28 Thread Parekh, Hardik (IndSys, GE Interlogix)
t and change it to https inside my testplan in jmeter? Thanks, hp. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 4:03 PM To: JMeter Users List Subject: RE: jmeter 1.9.1 not recording https(SSL) pages Turning https on and off is a server

RE: jmeter 1.9.1 not recording https(SSL) pages

2003-08-28 Thread mstover1
D] [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 28, 2003 11:41 AM > To: JMeter Users List > Subject: Re: jmeter 1.9.1 not recording https(SSL) pages > > > JMeter can test https, but the proxy can't record it. It's pretty much > not possible to write such a proxy.

Re: jmeter 1.9.1 not recording https(SSL) pages

2003-08-28 Thread Mike Lindsey
[EMAIL PROTECTED] wrote: JMeter can test https, but the proxy can't record it. It's pretty much not possible to write such a proxy. Badboy can record ssl because it works from within IE, and you can export a jmeter script that jmeter can run. Alternatively, you can turn https off during rec

RE: jmeter 1.9.1 not recording https(SSL) pages

2003-08-28 Thread Parekh, Hardik (IndSys, GE Interlogix)
: JMeter Users List Subject: Re: jmeter 1.9.1 not recording https(SSL) pages JMeter can test https, but the proxy can't record it. It's pretty much not possible to write such a proxy. Badboy can record ssl because it works from within IE, and you can export a jmeter script that jmet

RE: jmeter 1.9.1 not recording https(SSL) pages

2003-08-28 Thread mstover1
I've included this as a FAQ question: http://nagoya.apache.org/wiki/apachewiki.cgi?JMeterFAQ -Mike On 28 Aug 2003 at 17:37, Brandon Ulrich wrote: > You can't record ssl pages through the proxy. > > Brandon > > From the jmeter-user archive: > > Date: Fri, 22 Aug 2003 19:46:09 -0700 > > Not i

RE: jmeter 1.9.1 not recording https(SSL) pages

2003-08-28 Thread Brandon Ulrich
You can't record ssl pages through the proxy. Brandon >From the jmeter-user archive: Date: Fri, 22 Aug 2003 19:46:09 -0700 Not in JMeter. -Mike On 22 Aug 2003 at 17:50, Desai, Mehul P wrote: > Hi, > > I am using version 1.9.1 - I am unable to record ssl pages - I get a page > cannot be di

Re: jmeter 1.9.1 not recording https(SSL) pages

2003-08-28 Thread mstover1
JMeter can test https, but the proxy can't record it. It's pretty much not possible to write such a proxy. Badboy can record ssl because it works from within IE, and you can export a jmeter script that jmeter can run. Alternatively, you can turn https off during recording and turn it back on

Re: jmeter 1.9.1 not recording https(SSL) pages

2003-08-28 Thread Jordi Salvat i Alabart
The proxy does not support SSL (and it's highly unlikely that it ever will). You need to do the recording on HTTP and switch to HTTP later for the test. -- Salut, Jordi. Parekh, Hardik (IndSys, GE Interlogix) wrote: Hi, According to documentation, jmeter 1.9.1 should handle ssl(https) itself