RE: JMeter proxy server supporting HTTPS

2006-08-17 Thread Sen, Kakoli
Hi, Regarding black-box testing of secured sites : No, it just means that you cannot use the JMeter proxy to generate the test plan. You can always generate the samplers manually, or by using Badboy. If we have to generate samplers manually, then we need to know the exact action that happens whe

Re: JMeter proxy server supporting HTTPS

2006-08-17 Thread Sunento_Agustiar
guys, alternatively, you can create a sampler through HTTP. After that, for play back, you can reuse HTTPS. rgds, sunento sebb <[EMAIL PROTECTED]> 08/17/2006 06:21 PM Please respond to "JMeter Users List" To "JMeter Users List" cc Subject Re: JMeter proxy server supporting HTTPS

Re: JMeter proxy server supporting HTTPS

2006-08-17 Thread sebb
On 17/08/06, Sen, Kakoli <[EMAIL PROTECTED]> wrote: Hi Sebb, Your reason on JMeter proxy not supporting HTTPS : No, this is because it is not possible to extract the information needed to construct the samplers from HTTPS traffic. If it was, then HTTPS would not be secure. Can you throw some mor

Re: JMeter proxy server supporting HTTPS

2006-08-17 Thread sebb
On 17/08/06, Sen, Kakoli <[EMAIL PROTECTED]> wrote: Hi Sebb, 'There is a bug in the handling of HTTPS via a Proxy (the CONNECT is not handled correctly). See Java bugs 6226610'. If this refers to JMeter using a proxy to contact remote servers , then running HTTPS request via proxy should not wo

RE: SSL Manager

2006-08-17 Thread Brian Swackhamer
Have you read the user manual? If not go to this link: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#SSL_Manager You need to have SSL configured when you are using a non-trusted certificate in order to playback HTTPS tests. I only used the SSL configurations in the jmet

Re: JMeter proxy server supporting HTTPS

2006-08-17 Thread Peter Lin
there was an enhancement contributed recently for faking HTTPS recording. I don't know if it was added before the last release. it might have been after. peter On 8/17/06, Sen, Kakoli <[EMAIL PROTECTED]> wrote: Hi Sebb, Your reason on JMeter proxy not supporting HTTPS : No, this is because i

RE: SSL Manager

2006-08-17 Thread Massimo Forno
Thanks, But I'd also like to know how to use the SSL Manager feature and in particular when I could need to use it. Thanks, Massimo. -Original Message- From: Brian Swackhamer [mailto:[EMAIL PROTECTED] Sent: giovedì 17 agosto 2006 14.51 To: JMeter Users List Subject: RE: SSL Manager J

RE: SSL Manager

2006-08-17 Thread Brian Swackhamer
JMeter can not record HTTPS it can only record HTTP. You can use a tool called Badboy to record HTTPS and then export it out to use with JMeter. -Original Message- From: Massimo Forno [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 7:18 AM To: jmeter-user@jakarta.apache.org Su

RE: JMeter proxy server supporting HTTPS

2006-08-17 Thread Sen, Kakoli
Hi Sebb, Your reason on JMeter proxy not supporting HTTPS : No, this is because it is not possible to extract the information needed to construct the samplers from HTTPS traffic. If it was, then HTTPS would not be secure. Can you throw some more light on this since I am not so conversant with the

RE: JMeter proxy server supporting HTTPS

2006-08-17 Thread Sen, Kakoli
Hi Sebb, 'There is a bug in the handling of HTTPS via a Proxy (the CONNECT is not handled correctly). See Java bugs 6226610'. If this refers to JMeter using a proxy to contact remote servers , then running HTTPS request via proxy should not work with JMeter. Is that so? Regards, Kakoli -Ori

SSL Manager

2006-08-17 Thread Massimo Forno
Hi, Even if I know that JMeter is not able to record session using https I'd like to understand if the SSL Manager can help me in some way to register https pages. If not can somebody explain me better the meaning of that feature and how to use it? Thanks in advance. Massimo

Re: One or more invalid email addresses

2006-08-17 Thread sebb
Try using 2.2 On 17/08/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: i provided on the GUI side, however from the JMeter log, I know you cant see what I have put in. Using version 2.1.1. Or we have to set them at the config level ? thx sebb <[EMAIL PROTECTED]> 08/16/2006 07:10 PM Please

Re: JMeter proxy server supporting HTTPS

2006-08-17 Thread sebb
On 17/08/06, Sen, Kakoli <[EMAIL PROTECTED]> wrote: Hi, JMeter's proxy server does not support HTTPS. Is it because of jdk bug? No, this is because it is not possible to extract the information needed to construct the samplers from HTTPS traffic. If it was, then HTTPS would not be secure.

JMeter proxy server supporting HTTPS

2006-08-17 Thread Sen, Kakoli
Hi, JMeter's proxy server does not support HTTPS. Is it because of jdk bug? The manual says : 'There is a bug in the handling of HTTPS via a Proxy (the CONNECT is not handled correctly). See Java bugs 6226610' Is it that a fundamental protocol like HTTPS is not supported even in Jdk1.5? Rega

How can I do some actions after test plan execution has been finished?

2006-08-17 Thread Vitaliy Obmanjuk
Hi! Is there some way to do it? I want to get access to TestPlanResults.jtl file in my current test plan which has tag. If I use BeanShell sampler there is not tag in jtl file yet. Regards, Vitaliy

RE: Making a JDBC with MS Access

2006-08-17 Thread Sen, Kakoli
Depends on the driver. You can get it from driver manual. -Original Message- From: Sabrina [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 7:59 PM To: jmeter-user@jakarta.apache.org Subject: Making a JDBC with MS Access I was just wondering where I would be able to find the por

Re: How can I do some actions after test plan execution has been finishe

2006-08-17 Thread vetalok
I want to convert *.jtl file into *.html. I need to get complete TestResult.jtl file in my current test plan and currently convert it into *.html file. I have succesfully converted TestResult.html file if I run another plan (with convert code), but I need to do it in current plan. -- View this m