You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/12/29 22:12:58 UTC

svn commit: r1722236 - /jmeter/trunk/bin/jmeter.properties

Author: pmouawad
Date: Tue Dec 29 21:12:57 2015
New Revision: 1722236

URL: http://svn.apache.org/viewvc?rev=1722236&view=rev
Log:
Bug 58236 - SSLException on protocol_version using HTTPS
Bugzilla Id: 58236

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1722236&r1=1722235&r2=1722236&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Tue Dec 29 21:12:57 2015
@@ -83,6 +83,9 @@ xml.parser=org.apache.xerces.parsers.SAX
 # The original behaviour can be enabled by setting the JMeter property:
 #https.sessioncontext.shared=true
 
+# Be aware that https default protocol may vary depending on the version of JVM
+# See https://blogs.oracle.com/java-platform-group/entry/diagnosing_tls_ssl_and_https
+# See https://bz.apache.org/bugzilla/show_bug.cgi?id=58236
 # Default HTTPS protocol level:
 #https.default.protocol=TLS
 # This may need to be changed here (or in user.properties) to: