You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by dirweis <di...@web.de> on 2009/03/10 15:38:56 UTC

HTTPS problem

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-tp22435611p22435611.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


Re: HTTPS problem

Posted by raveees <mv...@gmail.com>.
HI Himan, I am facing the same problem with https and SSL, can you please
explain me in details how did you setup and able to run.

Great thanks and expecting your response,

Thanks
Ravi


Himanshu Ghai wrote:
> 
> 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 <vn...@gmail.com> 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
>>
>>
> 
> 

-- 
View this message in context: http://old.nabble.com/HTTPS-problem-tp22435611p26135219.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


Re: HTTPS problem

Posted by Himanshu Ghai <hi...@gmail.com>.
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 <vn...@gmail.com> 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
>
>

RE: HTTPS problem

Posted by "Oliver Erlewein [DATACOM]" <Ol...@datacom.co.nz>.
Excellent. Thanks sebb!

-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Tuesday, March 24, 2009 9:10 AM
To: JMeter Users List
Subject: Re: HTTPS problem

This has been fixed in SVN, and will be in the next JMeter release
(it's in the nightly builds).

On 23/03/2009, Oliver Erlewein [DATACOM] <Ol...@datacom.co.nz>
wrote:
> https doesn't work with Java 1.6.0. Use 1.5.x. (see
>  http://www.erlewein.net/2009/no-https-with-jmeter-and-java-160/)
>
>  Cheers Oliver
>
>
>  -----Original Message-----
>  From: vnc [mailto:vncherukumalli@gmail.com]
>  Sent: Tuesday, March 24, 2009 5:41 AM
>  To: jmeter-user@jakarta.apache.org
>
> Subject: Re: HTTPS problem
>
>
>  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
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: HTTPS problem

Posted by sebb <se...@gmail.com>.
This has been fixed in SVN, and will be in the next JMeter release
(it's in the nightly builds).

On 23/03/2009, Oliver Erlewein [DATACOM] <Ol...@datacom.co.nz> wrote:
> https doesn't work with Java 1.6.0. Use 1.5.x. (see
>  http://www.erlewein.net/2009/no-https-with-jmeter-and-java-160/)
>
>  Cheers Oliver
>
>
>  -----Original Message-----
>  From: vnc [mailto:vncherukumalli@gmail.com]
>  Sent: Tuesday, March 24, 2009 5:41 AM
>  To: jmeter-user@jakarta.apache.org
>
> Subject: Re: HTTPS problem
>
>
>  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
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: HTTPS problem

Posted by sebb <se...@gmail.com>.
On 24/03/2009, vnc <vn...@gmail.com> wrote:
>
>  Hi,
>   Do i need to change any settings in jmeter.properties or system.properties
>  or user.properties ?

No.

>  My system has already installed java 1.6 , how do i tell the jmeter to use
>  jre 1.5?

Same as for any other Java application.

Make sure it is on the PATH before Java 1.6.

>
>  Please let me know
>
>  Thanks
>
>
>
> Oliver Erlewein [DATACOM] wrote:
>  >
>  > https doesn't work with Java 1.6.0. Use 1.5.x. (see
>  > http://www.erlewein.net/2009/no-https-with-jmeter-and-java-160/)
>  >
>  > Cheers Oliver
>  >
>  > -----Original Message-----
>  > From: vnc [mailto:vncherukumalli@gmail.com]
>  > Sent: Tuesday, March 24, 2009 5:41 AM
>  > To: jmeter-user@jakarta.apache.org
>  > Subject: Re: HTTPS problem
>  >
>  >
>  > 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
>  >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>  >
>
>  --
>
> View this message in context: http://www.nabble.com/HTTPS-problem-tp22435611p22678580.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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: HTTPS problem

Posted by vnc <vn...@gmail.com>.
Hi,
  Do i need to change any settings in jmeter.properties or system.properties
or user.properties ?
My system has already installed java 1.6 , how do i tell the jmeter to use
jre 1.5?

Please let me know

Thanks


Oliver Erlewein [DATACOM] wrote:
> 
> https doesn't work with Java 1.6.0. Use 1.5.x. (see
> http://www.erlewein.net/2009/no-https-with-jmeter-and-java-160/)
> 
> Cheers Oliver
> 
> -----Original Message-----
> From: vnc [mailto:vncherukumalli@gmail.com] 
> Sent: Tuesday, March 24, 2009 5:41 AM
> To: jmeter-user@jakarta.apache.org
> Subject: Re: HTTPS problem
> 
> 
> 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
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/HTTPS-problem-tp22435611p22678580.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


RE: HTTPS problem

Posted by "Oliver Erlewein [DATACOM]" <Ol...@datacom.co.nz>.
https doesn't work with Java 1.6.0. Use 1.5.x. (see
http://www.erlewein.net/2009/no-https-with-jmeter-and-java-160/)

Cheers Oliver

-----Original Message-----
From: vnc [mailto:vncherukumalli@gmail.com] 
Sent: Tuesday, March 24, 2009 5:41 AM
To: jmeter-user@jakarta.apache.org
Subject: Re: HTTPS problem


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


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: HTTPS problem

Posted by vnc <vn...@gmail.com>.
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


RE: HTTPS problem

Posted by bruce <ch...@symbio-group.com>.
Hi
Maybe you used jdk1.6 for your JMeter. I have met the same problem. But when
I use JDK1.5, it words fine now.

-----Original Message-----
From: dirweis [mailto:dirweis@web.de] 
Sent: Thursday, March 12, 2009 4:37 PM
To: jmeter-user@jakarta.apache.org
Subject: RE: HTTPS problem


Uhm, why do you tell me that I should check the URL in my browser? I already
wrote:
Connecting in my browser to the https pages is working fine

There is no certificate problem when I connect through my browser (including
any warnings).

But thx anyway & regards Dirk



Sirish_Chandra wrote:
> 
> Hi,
> 
> Yes, jmeter can able to send the https request through a http request
> sampler nicely but the error you are getting, seems like the certificate
> error itself in the url that you are accessing. It needs the installation
> of the required certificate for authentication. You can check the the url
> in your browser whether it is  opening or not. If it is giving the
> certificate error there then install the required certificate. Hope this
> will help you...
> 
> Thanks and Regards
> Sirish
> 
> 
> 
> -----Original Message-----
> From: dirweis [mailto:dirweis@web.de]
> Sent: Tuesday, March 10, 2009 8:09 PM
> To: jmeter-user@jakarta.apache.org
> Subject: HTTPS problem
> 
> 
> 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-tp22435611p22435611.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
> 
> 
> 
> DISCLAIMER:
> This email (including any attachments) is intended for the sole use of the
> intended recipient/s and may contain material that is CONFIDENTIAL AND
> PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying
> or distribution or forwarding of any or all of the contents in this
> message is STRICTLY PROHIBITED. If you are not the intended recipient,
> please contact the sender by email and delete all copies; your cooperation
> in this regard is appreciated.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/HTTPS-problem-tp22435611p22471272.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

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 3929 (20090311) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


 

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 3929 (20090311) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: HTTPS problem

Posted by dirweis <di...@web.de>.
Uhm, why do you tell me that I should check the URL in my browser? I already
wrote:
Connecting in my browser to the https pages is working fine

There is no certificate problem when I connect through my browser (including
any warnings).

But thx anyway & regards Dirk



Sirish_Chandra wrote:
> 
> Hi,
> 
> Yes, jmeter can able to send the https request through a http request
> sampler nicely but the error you are getting, seems like the certificate
> error itself in the url that you are accessing. It needs the installation
> of the required certificate for authentication. You can check the the url
> in your browser whether it is  opening or not. If it is giving the
> certificate error there then install the required certificate. Hope this
> will help you...
> 
> Thanks and Regards
> Sirish
> 
> 
> 
> -----Original Message-----
> From: dirweis [mailto:dirweis@web.de]
> Sent: Tuesday, March 10, 2009 8:09 PM
> To: jmeter-user@jakarta.apache.org
> Subject: HTTPS problem
> 
> 
> 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-tp22435611p22435611.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
> 
> 
> 
> DISCLAIMER:
> This email (including any attachments) is intended for the sole use of the
> intended recipient/s and may contain material that is CONFIDENTIAL AND
> PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying
> or distribution or forwarding of any or all of the contents in this
> message is STRICTLY PROHIBITED. If you are not the intended recipient,
> please contact the sender by email and delete all copies; your cooperation
> in this regard is appreciated.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/HTTPS-problem-tp22435611p22471272.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


RE: HTTPS problem

Posted by Sirish_Chandra <Si...@satyam.com>.
Hi,

Yes, jmeter can able to send the https request through a http request sampler nicely but the error you are getting, seems like the certificate error itself in the url that you are accessing. It needs the installation of the required certificate for authentication. You can check the the url in your browser whether it is  opening or not. If it is giving the certificate error there then install the required certificate. Hope this will help you...

Thanks and Regards
Sirish



-----Original Message-----
From: dirweis [mailto:dirweis@web.de]
Sent: Tuesday, March 10, 2009 8:09 PM
To: jmeter-user@jakarta.apache.org
Subject: HTTPS problem


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-tp22435611p22435611.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



DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org