TLS Support

Marcus French <[email protected]> Fri, 4 Mar 2016 12:52:07 -0500
Newsgroups gmane.comp.java.grinder.user
Message-ID <CAGMi+eNUbZgDc3tZjykffkNT9W35Bry5B2KvdoWgA6fFxK0Aqw@mail.gmail.com>
--===============1752733527611478943==
Content-Type: multipart/alternative; boundary=001a1141e31e087f03052d3cc6da

--001a1141e31e087f03052d3cc6da
Content-Type: text/plain; charset=UTF-8

Thought this might be of interest to others:
- Infrastructure Team turned off SSL support on the servers and my grinder
tests were failing with "wrong cipher suite" error messages.
- After some digging I saw that you need to enable TLS support specifically
in the grinder py scripts in order to handle TLS on the client side
- Adding this seemed to do the trick: System.setProperty("https.protocols",
"TLSv1,TLSv1.1,TLSv1.2");
- This document was of particular interest:
http://www.oracle.com/technetwork/java/javase/documentation/cve-2014-3566-2342133.html


Thanks,

Marcus French

--001a1141e31e087f03052d3cc6da
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><font face=3D"arial, helvetica, sans-serif">Thought this m=
ight be of interest to others:</font><div><font face=3D"arial, helvetica, s=
ans-serif">- Infrastructure Team turned off SSL support on the servers and =
my grinder tests were failing with &quot;wrong cipher suite&quot; error mes=
sages.</font></div><div><font face=3D"arial, helvetica, sans-serif">- After=
 some digging I saw that you need to enable TLS support specifically in the=
 grinder py scripts in order to handle TLS on the client side</font></div><=
div><font face=3D"arial, helvetica, sans-serif">- Adding this seemed to do =
the trick: <span style=3D"color:rgb(51,51,51);line-height:16.8px;white-spac=
e:pre">System.setProperty(&quot;https.protocols&quot;, &quot;TLSv1,TLSv1.1,=
TLSv1.2&quot;);</span></font></div><div><font face=3D"arial, helvetica, san=
s-serif"><span style=3D"color:rgb(51,51,51);line-height:16.8px;white-space:=
pre">- This document was of particular interest: </span><font color=3D"#333=
333"><span style=3D"line-height:16.8px;white-space:pre"><a href=3D"http://w=
ww.oracle.com/technetwork/java/javase/documentation/cve-2014-3566-2342133.h=
tml">http://www.oracle.com/technetwork/java/javase/documentation/cve-2014-3=
566-2342133.html</a></span></font></font></div><div><span style=3D"color:rg=
b(51,51,51);line-height:16.8px;white-space:pre"><font face=3D"arial, helvet=
ica, sans-serif"><br></font></span></div><div><span style=3D"color:rgb(51,5=
1,51);line-height:16.8px;white-space:pre"><font face=3D"arial, helvetica, s=
ans-serif"><br></font></span></div><div><span style=3D"color:rgb(51,51,51);=
line-height:16.8px;white-space:pre"><font face=3D"arial, helvetica, sans-se=
rif">Thanks,</font></span></div><div><span style=3D"color:rgb(51,51,51);lin=
e-height:16.8px;white-space:pre"><font face=3D"arial, helvetica, sans-serif=
"><br></font></span></div><div><span style=3D"color:rgb(51,51,51);line-heig=
ht:16.8px;white-space:pre"><font face=3D"arial, helvetica, sans-serif">Marc=
us French</font></span></div></div>

--001a1141e31e087f03052d3cc6da--


--===============1752733527611478943==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------

--===============1752733527611478943==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
grinder-use mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/grinder-use

--===============1752733527611478943==--