Re: HTTPS requests failing

2008-09-16 Thread sebb
On 16/09/2008, laredotornado <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to run a JMeter 2.3.2 test on WinXP using https as my default > protocol. My HTTP Default request looks like > http://screencast.com/t/GURvpHounaH. But when I run my test, I immediately > get the error below. Wh

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
On 29/12/06, Labudu Gopanna <[EMAIL PROTECTED]> wrote: Thanks for reply I am using java1.4 version. But which provider are you using? Not all javas are equal. Should I modify any thing in jmeter or browser? No. I have copied jsse .jar files also in jmeter/lib/ext directory This is no

RE: HTTPS requests are failed in jmeter!

2006-12-29 Thread Labudu Gopanna
Thanks for reply I am using java1.4 version. Should I modify any thing in jmeter or browser? I have copied jsse .jar files also in jmeter/lib/ext directory Can you help me to do the same? From Gopal, Which version of java you are using? Read at http://jakarta.apache.org/jme

RE: HTTPS requests are failed in jmeter!

2006-12-29 Thread Anjaneyulu Aerrolla
Which version of java you are using? Read at http://jakarta.apache.org/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: F

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. can i use the same ".keys

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

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: [EMAIL PROTECTED] For

RE: https requests

2005-05-18 Thread Jonathan OLIVER
Not with the proxy since the encryption is done between Client/server use something like Badboy to record what you are sending.. -jon -Original Message- From: Brijesh Vinayak Anghan [mailto:[EMAIL PROTECTED] Sent: May 18, 2005 7:59 AM To: jmeter-user@jakarta.apache.org Subject: https re