Author: milamber
Date: Sat Apr 1 13:49:40 2017
New Revision: 1789799
URL: http://svn.apache.org/viewvc?rev=1789799&view=rev
Log:
Next version of JMeter will support at least Java 8
Modified:
jmeter/trunk/xdocs/changes.xml
Modified: jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1789799&r1=1789798&r2=1789799&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sat Apr 1 13:49:40 2017
@@ -518,7 +518,7 @@ You may encounter the following error:
<source>java.security.cert.CertificateException: Certificates does not conform
to algorithm constraints</source>
if you run a HTTPS request on a web site with a SSL certificate (itself or
one of SSL certificates in its chain of trust) with a signature
algorithm using MD2 (like md2WithRSAEncryption) or with a SSL certificate
with a size lower than 1024 bits.
-This error is related to increased security in Java 7 version u16 (MD2) and
version u40 (Certificate size lower than 1024 bits), and Java 8 too.
+This error is related to increased security in Java 8+.
<br></br>
To allow you to perform your HTTPS request, you can downgrade the security of
your Java installation by editing
the Java <code>jdk.certpath.disabledAlgorithms</code> property. Remove the MD2
value or the constraint on size, depending on your case.