Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 15859 invoked from network); 23 Mar 2009 17:38:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Mar 2009 17:38:26 -0000 Received: (qmail 38481 invoked by uid 500); 23 Mar 2009 17:38:25 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 38457 invoked by uid 500); 23 Mar 2009 17:38:25 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 38447 invoked by uid 99); 23 Mar 2009 17:38:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 17:38:25 +0000 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of himanshughai@gmail.com designates 209.85.198.232 as permitted sender) Received: from [209.85.198.232] (HELO rv-out-0506.google.com) (209.85.198.232) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 17:38:16 +0000 Received: by rv-out-0506.google.com with SMTP id g9so1891288rvb.13 for ; Mon, 23 Mar 2009 10:37:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=al/0x1a6GDzay7jEA6F+DRqmy4nwpv/opHs7tLs42iM=; b=GVc9khoHKZn15FsbJxCh/gzUeEzeFyoujlsBiQe+CTmWsUTelxq/SYySzauz3lCa0Q mN/x6yXvxZ1UYwGVA8upgV8Wcy4yBd7Nxv3digLYKszoxBfWvWb8uueFCYK9BhFY8v2w qlD5lBBeh7kSYQ9tYytpv9bGqhcYOV7+V2leg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=QQdQyoU8+fiVvisu7zIlNhxWs4KzQ9jx9uq4wF9n2VaLDJ6LNiDWxRbjR3bB5PJemk 2IH0TVLq4Lmnvh8mGos3ag5N5hUGUNTbQMX4M+JaDIloZog2gyibozH5aUSVt4MFBf35 6ijkOc0Ia3Rp6mY/rrMVYAk6tEqb4l7iN1HOE= MIME-Version: 1.0 Received: by 10.115.32.18 with SMTP id k18mr4938987waj.98.1237829874788; Mon, 23 Mar 2009 10:37:54 -0700 (PDT) In-Reply-To: <22663870.post@talk.nabble.com> References: <22435611.post@talk.nabble.com> <22663870.post@talk.nabble.com> Date: Mon, 23 Mar 2009 10:37:54 -0700 Message-ID: <40d9d4a10903231037n21b3bf2ah2d56d6487c73ec1f@mail.gmail.com> Subject: Re: HTTPS problem From: Himanshu Ghai To: JMeter Users List Content-Type: multipart/alternative; boundary=0016364571c0fab1790465ccb934 X-Virus-Checked: Checked by ClamAV on apache.org --0016364571c0fab1790465ccb934 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit on linux..modify jmeter file under bin or jmeter.sh to use full path for java instead of default. instead of java $.... use /usr/lib/jvm/java-1.5.0-sun/jre/bin/java you need to trace the path on your machine and replace in above.. on windows i think jmeter.bat should have similar information. I had errors with ssl on my machine as well but changing to 1.5 java version resolved it.. Himanshu On Mon, Mar 23, 2009 at 9:40 AM, vnc wrote: > > HI, How did you managed to configure the Jmeter for HTTPS requests. > I am having problem with configuration. I am not able to connec to https > using jmeter. > Can you let me know what are the steps need to be done for jmeter to > connect > to Https. > I am using jmeter 2.3.2 and jdk 1.6 > Please let me know . > > Thanks in Advance > N > > > > dirweis wrote: > > > > Hi, > > > > I'm using JMeter 2.3.2 and try to run tests with an https connect. > > Connecting in my browser to the https pages is working fine and the > JMeter > > tutorial told me: > > Making HTTPS Requests > > JMeter can make HTTPS requests - just create an HTTP Request Sampler, and > > set the protocol to https (instead of blank). > > --- > > > > Well, of course in my HTTP Request Default I entered 'https' into the > > protocol field but the result file tells me > > rc="Non HTTP response code: javax.net.ssl.SSLHandshakeException" rm="Non > > HTTP response message: Received fatal alert: bad_certificate" > > > > Can you help me here? > > Many thanks and best regards, > > Dirk > > > > -- > View this message in context: > http://www.nabble.com/HTTPS-problem-tp22435611p22663870.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --0016364571c0fab1790465ccb934--