From 268d37a0f724c5a16a640fc5db629752b124e12c Mon Sep 17 00:00:00 2001 From: Philippe Mouawad Date: Tue, 29 Dec 2015 21:12:57 +0000 Subject: [PATCH] Bug 58236 - SSLException on protocol_version using HTTPS Bugzilla Id: 58236 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1722236 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: 0804c3145f2a7978d130b105991dc121c6031689 --- bin/jmeter.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/jmeter.properties b/bin/jmeter.properties index 589f6eac9a..c1183706a0 100644 --- a/bin/jmeter.properties +++ b/bin/jmeter.properties @@ -83,6 +83,9 @@ xml.parser=org.apache.xerces.parsers.SAXParser # 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: