mirror of https://github.com/apache/jmeter.git
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: 0804c3145f
This commit is contained in:
parent
7117e8708c
commit
268d37a0f7
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue