Re: how to record the HTTPS Requests Through Proxy server

2009-04-07 Thread Noel O'Brien
oxy server Regards, Noel On Tuesday 07 April 2009 14:26:20 M.Vijaya Bhaskar wrote: > Hi All, > > Can you please tell me how to record the HTTPS Request with Proxy server > settings. > > i am able to record the HTTPS Requests with BadBoy. > > But i want to Rcord the HTTPS Re

Re: compress POST data in HTTPS requests

2008-10-28 Thread sebb
On 28/10/2008, Andrej van der Zee <[EMAIL PROTECTED]> wrote: > Hi, > > > > > > You might find it easier in the long run to take a copy of an existing > > Sampler and add compression to it. > > > > > Do you mean add my own sampler to JMeter in Java and compile it with > JMeter? That might be an

Re: compress POST data in HTTPS requests

2008-10-28 Thread Andrej van der Zee
Hi, > > You might find it easier in the long run to take a copy of an existing > Sampler and add compression to it. > Do you mean add my own sampler to JMeter in Java and compile it with JMeter? That might be an easier option indeed. Cheers, Andrej --

Re: compress POST data in HTTPS requests

2008-10-28 Thread sebb
On 28/10/2008, Andrej van der Zee <[EMAIL PROTECTED]> wrote: > Hi, > > > > > > No, though you might be able to work round it by creating a suitable > > file containing the compressed data. > > > > > I can't do that. I have to compress XML data and certain > node/attribute values have to be rep

Re: compress POST data in HTTPS requests

2008-10-28 Thread Andrej van der Zee
Hi, > > No, though you might be able to work round it by creating a suitable > file containing the compressed data. > I can't do that. I have to compress XML data and certain node/attribute values have to be replaced by tokens run-time. I guess the last chance is to compress in these BeanShell sc

Re: compress POST data in HTTPS requests

2008-10-28 Thread sebb
On 28/10/2008, Andrej van der Zee <[EMAIL PROTECTED]> wrote: > Hi, > > I need to compress post data in HTTPS requests. I could not find such > functionality, but maybe I overlooked. Is this possible? No, though you might be able to work round it by creating a suitable f

compress POST data in HTTPS requests

2008-10-27 Thread Andrej van der Zee
Hi, I need to compress post data in HTTPS requests. I could not find such functionality, but maybe I overlooked. Is this possible? Cheers, Andrej - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: HTTPS requests failing

2008-09-16 Thread sebb
.http.HttpURLConnection.getInputStream(Unknown Source) > at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown > Source) at java.net.URLConnection.getHeaderFieldInt(Unknown Source) at > java.net.URLConnection.getContentLength(Unknown Source) at > > org.apache.jmeter.protocol.

HTTPS requests failing

2008-09-16 Thread laredotornado
org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler.java:203) ... 5 -- View this message in context: http://www.nabble.com/HTTPS-requests-failing-tp19513602p19513602.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: to record https requests

2008-09-01 Thread swevsw
: > > On 01/09/2008, Ronan Klyne <[EMAIL PROTECTED]> wrote: >> swevsw wrote: >> > Hi >> > Is there any other way i can record https requests...i am not >> able to >> > use BadBoy software >> >> >> Turn off HTTPS is the be

Re: to record https requests

2008-09-01 Thread Ronan Klyne
;> JMeter. >> You just have to work out what requests should be sent to your servlet - >> you may find that Firefox plugins like 'Tamper Data' would help work out >> what these should be. >> >>> Ronan Klyne-2 wrote: >>>> swevsw wrote: >>&

Re: to record https requests

2008-09-01 Thread swevsw
servlet - > you may find that Firefox plugins like 'Tamper Data' would help work out > what these should be. > >> >> Ronan Klyne-2 wrote: >>> swevsw wrote: >>>> Hi >>>> Is there any other way i can record https requests...i am not

Re: to record https requests

2008-09-01 Thread sebb
On 01/09/2008, Ronan Klyne <[EMAIL PROTECTED]> wrote: > swevsw wrote: > > Hi > > Is there any other way i can record https requests...i am not able to > > use BadBoy software > > > Turn off HTTPS is the best option. > > You could save the pa

Re: to record https requests

2008-09-01 Thread Ronan Klyne
pt in JMeter. You just have to work out what requests should be sent to your servlet - you may find that Firefox plugins like 'Tamper Data' would help work out what these should be. > > Ronan Klyne-2 wrote: >> swevsw wrote: >>> Hi >>> Is there any other

Re: to record https requests

2008-09-01 Thread swevsw
. So is it possible to write test cases manually?? Ronan Klyne-2 wrote: > > swevsw wrote: >> Hi >> Is there any other way i can record https requests...i am not able >> to >> use BadBoy software > > Turn off HTTPS is the best option. > > You

Re: to record https requests

2008-09-01 Thread Ronan Klyne
swevsw wrote: > Hi > Is there any other way i can record https requests...i am not able to > use BadBoy software Turn off HTTPS is the best option. You could save the pages from your web browser, and make a mock up website that is not encrypted, then record your tests there.

to record https requests

2008-09-01 Thread swevsw
Hi Is there any other way i can record https requests...i am not able to use BadBoy software -- View this message in context: http://www.nabble.com/to-record-https-requests-tp19253974p19253974.html Sent from the JMeter - User mailing list archive at Nabble.com

HTTPS requests are failed

2007-01-04 Thread Labudu Gopanna
Hi all, I have recorded HTTPS requests using badboy and imported in jmeter All HTTPS requests are failed. Below error is appeared. Can somebody help me? javax.net.ssl.SSLException: Received fatal alert: bad_record_mac at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a

RE: HTTPS requests are failed in jmeter!

2007-01-02 Thread git
Dood, I know this is not going to solve the problem, but it might get you up and running... How about using stunnel? http://www.stunnel.org/ I have used it and found it works quite nicely. Cheers AJ www.cubicalland.com www.nerds-central.blogspot.com

RE: HTTPS requests are failed in jmeter!

2007-01-01 Thread Labudu Gopanna
=com.sun.net.sll.internal.www.protocol javax.net.ssl.keyStorePassword=changeit it is giving the same errors what I have sent. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Sunday, December 31, 2006 9:24 PM To: JMeter Users List Subject: Re: HTTPS requests are failed in jmeter! On 29/12/06

Re: HTTPS requests are failed in jmeter!

2006-12-31 Thread sebb
jmeter/usermanual/get-started.html For compatibility with SSL. 1.4 or 1.5 will do better. Thanks Anjan -Original Message- From: Labudu Gopanna [mailto:[EMAIL PROTECTED] Sent: Friday, December 29, 2006 4:06 PM To: JMeter Users List Subject: HTTPS requests are failed in jmete

RE: HTTPS requests are failed in jmeter!

2006-12-29 Thread Labudu Gopanna
/jmeter/usermanual/get-started.html For compatibility with SSL. 1.4 or 1.5 will do better. Thanks Anjan -Original Message- From: Labudu Gopanna [mailto:[EMAIL PROTECTED] Sent: Friday, December 29, 2006 4:06 PM To: JMeter Users List Subject: HTTPS requests are

RE: HTTPS requests are failed in jmeter!

2006-12-29 Thread Anjaneyulu Aerrolla
: Friday, December 29, 2006 4:06 PM To: JMeter Users List Subject: HTTPS requests are failed in jmeter! Hi all, I have recorded HTTPS site using badboy and exported in jmeter In jmeter, HTTP requests are passed and HTTPS request are failed. And shown below exception

HTTPS requests are failed in jmeter!

2006-12-29 Thread Labudu Gopanna
Hi all, I have recorded HTTPS site using badboy and exported in jmeter In jmeter, HTTP requests are passed and HTTPS request are failed. And shown below exception javax.net.ssl.SSLException: Received fatal alert: bad_record_mac at com.sun.net.ssl.internal.ssl.Base

Re: Recording HTTPS requests with basic authentication

2006-12-13 Thread Masahiro Uchino
cc Subject Please respond to Re: Recording HTTPS requests with "JMeter Users basic authentication

Re: Recording HTTPS requests with basic authentication

2006-12-08 Thread I . B .
BadBoy is not a free, you have to pay for it if you work for money. think twice about it, before using for your employer ~i On 12/7/06, mahesh kumar <[EMAIL PROTECTED]> wrote: Hi, Q1 Answer: For pop up login.We ahve to add the HTTP authorization manager to the Thread group.In that u ahve to me

Re: Recording HTTPS requests with basic authentication

2006-12-07 Thread mahesh kumar
Hi, Q1 Answer: For pop up login.We ahve to add the HTTP authorization manager to the Thread group.In that u ahve to mention basic url,username and password.May be this will solve u r problem Q2 Answer: Generally JMETER will not record https request.For recording https we have to record the scri

Re: Recording HTTPS requests with basic authentication

2006-12-07 Thread Tobias Knierim
know if it helps. Regards Deepak From: Masahiro Uchino <[EMAIL PROTECTED]> Reply-To: "JMeter Users List" To: "JMeter Users List" Subject: Re: Recording HTTPS requests with basic authentication Date: Fri, 8 Dec 2006 11:20:12 +0900 Thank you very much. I find th

Re: Recording HTTPS requests with basic authentication

2006-12-07 Thread deepak va
Hey Masa, Here is what you i suggest. First do the recording using HTTP. Then change the protocol to HTTPS. Let me know if it helps. Regards Deepak From: Masahiro Uchino <[EMAIL PROTECTED]> Reply-To: "JMeter Users List" To: "JMeter Users List" Subject: Re: Rec

Re: Recording HTTPS requests with basic authentication

2006-12-07 Thread Masahiro Uchino
cc Please respond to Subject "JMeter Users Re: Recording HTTPS requests with List"

Re: Recording HTTPS requests with basic authentication

2006-12-07 Thread I . B .
use nightly build, it has https snoofing didnt work for me well. may be will do for you ~i On 12/5/06, Masahiro Uchino <[EMAIL PROTECTED]> wrote: Hi, I want to record the https request with basic authentication by using Jmeter's HTTP proxy server. But I couldnt do that. After receiving the

Recording HTTPS requests with basic authentication

2006-12-05 Thread Masahiro Uchino
Hi, I want to record the https request with basic authentication by using Jmeter's HTTP proxy server. But I couldnt do that. After receiving the first request,Jmeter made pop up dialog that ask key store password. (If its normal access,browser would make pop up dialog that ask id and password

RE: Running jmeter through Ant with HTTPS requests

2006-04-10 Thread Sonam Chauhan
ECTED] Sent: Monday, 10 April 2006 7:18 PM To: jmeter-user@jakarta.apache.org Subject: Re: Running jmeter through Ant with HTTPS requests Ok, I've found that the first HTTPS request always fails. If I send the same thing twice, then the second one always works. I think I've seen this thing

Re: Running jmeter through Ant with HTTPS requests

2006-04-10 Thread Per Ekman
eter-user@jakarta.apache.org Subject: Re: Running jmeter through Ant with HTTPS requests Date: Mon, 10 Apr 2006 09:25:19 +0200 I've also recevied this error in the jtl log tn="TC129_1_1 1-1" dt="text"> java.io.IOException: HTTPS hostname wrong: should be <130.100.1

Re: Running jmeter through Ant with HTTPS requests

2006-04-10 Thread Per Ekman
r installed From: sebb <[EMAIL PROTECTED]> Reply-To: "JMeter Users List" To: "JMeter Users List" Subject: Re: Running jmeter through Ant with HTTPS requests Date: Fri, 7 Apr 2006 17:07:25 +0100 Have you tried non-GUI mode without Ant? Any messages in jmeter.log? S

Re: Running jmeter through Ant with HTTPS requests

2006-04-09 Thread Per Ekman
quot;JMeter Users List" Subject: Re: Running jmeter through Ant with HTTPS requests Date: Fri, 7 Apr 2006 17:07:25 +0100 Have you tried non-GUI mode without Ant? Any messages in jmeter.log? S. On 07/04/06, Per Ekman <[EMAIL PROTECTED]> wrote: > Has anyone succeeded in running HTTPS

Re: Running jmeter through Ant with HTTPS requests

2006-04-07 Thread sebb
Have you tried non-GUI mode without Ant? Any messages in jmeter.log? S. On 07/04/06, Per Ekman <[EMAIL PROTECTED]> wrote: > Has anyone succeeded in running HTTPS requests through jmeter with Ant? > > I'm running a script that has the following target: > >

Running jmeter through Ant with HTTPS requests

2006-04-07 Thread Per Ekman
Has anyone succeeded in running HTTPS requests through jmeter with Ant? I'm running a script that has the following target: where I'm pointing to a keystore generated through: keytool -genkey -alias tomcat -keyalg RSA -keyst

Re: HTTPS requests and key store problem

2005-06-29 Thread Michael Stover
If you uncomment out the last line there: #javax.net.ssl.keyStorePassword=password and then remove "password", that may work for you. Or, sometimes the cacerts keystore password is "changeit". I would try both of them. As far as seeing that error only once and then never again, yes that is a t

Re: HTTPS requests and key store problem

2005-06-29 Thread srikanth peddireddy
Hi , Thanx for ur reply.Please clarify some more things regarding this. When I started implementing HTTPS on server side i created a ".keystore" file containing self signed certificate named "tomcat" and used it for HTTPS requests that are to be handled by my tomcat.

Re: HTTPS requests and key store problem

2005-06-28 Thread srikanth peddireddy
Hi , What values I have to give for them. I found lines like this in properties file #javax.net.ssl.trustStore=/path/to/cacerts #javax.net.ssl.keyStore=/path/to/keystore #The password to your keystore #javax.net.ssl.keyStorePassword=password I dont think its enough if I uncomment them. regards

Re: HTTPS requests and key store problem

2005-06-28 Thread Manjunath N.S.
Hi Srikanth, If you want to avoid each time when u run HTTPS Request Test Cases asking for password. Configure your jmeter.properties file for the javax.net.ssl.trustStore=.. and javax.net.ssl.trustStorePassword=..> In case if these values are not taken from the property file, pass these properti

HTTPS requests and key store problem

2005-06-28 Thread srikanth peddireddy
Hi All, My testplan contains a HTTPS request . When ever I am freshly opening the Jmeter and running this test, Jmeter is throwing a dailog box with title "keystore password" and message as "Please type your password". When I just press enter with out entering any pwd , the HTTPS request is f

Re: https requests

2005-05-18 Thread Michael Stover
Nope. Try BadBoy. -Mike On Wed, 2005-05-18 at 20:28 +0530, Brijesh Vinayak Anghan wrote: > Hi > > Is it possible to record https requests using JMeter ? > > Regards > Brijesh - To unsubscribe, e-mail

RE: https requests

2005-05-18 Thread Jonathan OLIVER
requests Hi Is it possible to record https requests using JMeter ? Regards Brijesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

https requests

2005-05-18 Thread Brijesh Vinayak Anghan
Hi Is it possible to record https requests using JMeter ? Regards Brijesh