This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 85580b4 Whitespace change (remove tab, as we normally use spaces here)
85580b4 is described below
commit 85580b49ee2f06505129ebccac5d382e412c58e2
Author: Felix Schumacher <[email protected]>
AuthorDate: Mon Jan 24 20:51:01 2022 +0100
Whitespace change (remove tab, as we normally use spaces here)
---
xdocs/usermanual/properties_reference.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xdocs/usermanual/properties_reference.xml
b/xdocs/usermanual/properties_reference.xml
index d4b05a2..e373627 100644
--- a/xdocs/usermanual/properties_reference.xml
+++ b/xdocs/usermanual/properties_reference.xml
@@ -117,7 +117,7 @@ defined in the <code>system.properties</code> file or on
the command-line. The
JVM does not support the specified cipher suites, or if the cipher suites
supported by the HTTPS server do not overlap this list. See the
<a
href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#Customization">JSSE
- Reference Guide.</a><br/>
+ Reference Guide.</a><br/>
For example:
<source>https.cipherSuites=TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_RSA_WITH_AES_128_GCM_SHA256</source>
If not specified, JMeter will use the default list of cipher suites
supported by the JVM.