Re: TLS 1.3 Support for Jmeter

2019-03-11 Thread Samer Al Masri
I see, thanks for the info; it was really helpful!

Regards,
Samer

On Sun, Mar 10, 2019 at 9:17 AM Philippe Mouawad 
wrote:

> Hello,
>
> It should work as per this:
>
>- https://issues.apache.org/jira/browse/HTTPCLIENT-1967
>
> The issues you may encounter would be related to JDK11 bug mentioned in the
> JIRA and fixed in JDK12 (not officially supported by JMeter)
>
> If you try and face issue, please provide some details.
> Regards
>
> On Sun, Mar 10, 2019 at 11:28 AM sebb  wrote:
>
> > On Sat, 9 Mar 2019 at 17:53, Deepak Shetty  wrote:
> > >
> > > Probably if you use the Java Implementation (but which has other
> > limitation
> > > as in
> > >
> >
> https://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
> > )
> > > I dont think HTTPCLient supports TLS 1.3 (yet)
> >
> > That would be something to check with the HttpComponents project:
> >
> > hc.apache.org
> >
> > I had a very quick look at the website, and it does not seem to be
> > mentioned either way: try asking on the user list.
> >
> > > On Fri, Mar 8, 2019 at 8:52 AM Samer Al Masri 
> > wrote:
> > >
> > > > Hello everyone,
> > > >
> > > > I would like to know whether Jmeter supports TLSv1.3 or not.
> > > >
> > > > Basically, I am trying to benchmark a java implementation by using
> > > > Jmeter to send requests to Open Liberty. So I would like to know if
> > > > Jmeter supports TLS v1.3 encryption when used with JDK11.
> > > >
> > > > Thanks,
> > > >
> > > > Samer AL Masri
> > > >
> >
> > -
> > To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> > For additional commands, e-mail: user-h...@jmeter.apache.org
> >
> >
>
> --
> Cordialement.
> Philippe Mouawad.
>


Re: TLS 1.3 Support for Jmeter

2019-03-10 Thread Philippe Mouawad
Hello,

It should work as per this:

   - https://issues.apache.org/jira/browse/HTTPCLIENT-1967

The issues you may encounter would be related to JDK11 bug mentioned in the
JIRA and fixed in JDK12 (not officially supported by JMeter)

If you try and face issue, please provide some details.
Regards

On Sun, Mar 10, 2019 at 11:28 AM sebb  wrote:

> On Sat, 9 Mar 2019 at 17:53, Deepak Shetty  wrote:
> >
> > Probably if you use the Java Implementation (but which has other
> limitation
> > as in
> >
> https://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
> )
> > I dont think HTTPCLient supports TLS 1.3 (yet)
>
> That would be something to check with the HttpComponents project:
>
> hc.apache.org
>
> I had a very quick look at the website, and it does not seem to be
> mentioned either way: try asking on the user list.
>
> > On Fri, Mar 8, 2019 at 8:52 AM Samer Al Masri 
> wrote:
> >
> > > Hello everyone,
> > >
> > > I would like to know whether Jmeter supports TLSv1.3 or not.
> > >
> > > Basically, I am trying to benchmark a java implementation by using
> > > Jmeter to send requests to Open Liberty. So I would like to know if
> > > Jmeter supports TLS v1.3 encryption when used with JDK11.
> > >
> > > Thanks,
> > >
> > > Samer AL Masri
> > >
>
> -
> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> For additional commands, e-mail: user-h...@jmeter.apache.org
>
>

-- 
Cordialement.
Philippe Mouawad.


Re: TLS 1.3 Support for Jmeter

2019-03-10 Thread sebb
On Sat, 9 Mar 2019 at 17:53, Deepak Shetty  wrote:
>
> Probably if you use the Java Implementation (but which has other limitation
> as in
> https://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request )
> I dont think HTTPCLient supports TLS 1.3 (yet)

That would be something to check with the HttpComponents project:

hc.apache.org

I had a very quick look at the website, and it does not seem to be
mentioned either way: try asking on the user list.

> On Fri, Mar 8, 2019 at 8:52 AM Samer Al Masri  wrote:
>
> > Hello everyone,
> >
> > I would like to know whether Jmeter supports TLSv1.3 or not.
> >
> > Basically, I am trying to benchmark a java implementation by using
> > Jmeter to send requests to Open Liberty. So I would like to know if
> > Jmeter supports TLS v1.3 encryption when used with JDK11.
> >
> > Thanks,
> >
> > Samer AL Masri
> >

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



Re: TLS 1.3 Support for Jmeter

2019-03-09 Thread Deepak Shetty
Probably if you use the Java Implementation (but which has other limitation
as in
https://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request )
I dont think HTTPCLient supports TLS 1.3 (yet)

On Fri, Mar 8, 2019 at 8:52 AM Samer Al Masri  wrote:

> Hello everyone,
>
> I would like to know whether Jmeter supports TLSv1.3 or not.
>
> Basically, I am trying to benchmark a java implementation by using
> Jmeter to send requests to Open Liberty. So I would like to know if
> Jmeter supports TLS v1.3 encryption when used with JDK11.
>
> Thanks,
>
> Samer AL Masri
>


TLS 1.3 Support for Jmeter

2019-03-08 Thread Samer Al Masri
Hello everyone,

I would like to know whether Jmeter supports TLSv1.3 or not.

Basically, I am trying to benchmark a java implementation by using
Jmeter to send requests to Open Liberty. So I would like to know if
Jmeter supports TLS v1.3 encryption when used with JDK11.

Thanks,

Samer AL Masri