This is an automated email from the ASF dual-hosted git repository.
paziz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 5b94a62 proxy.config.ssl.number.threads does not exist
5b94a62 is described below
commit 5b94a62ed31827d90dcba024cbf2a72b133ff8b9
Author: Persia Aziz <[email protected]>
AuthorDate: Wed May 31 13:08:27 2017 -0500
proxy.config.ssl.number.threads does not exist
---
tests/gold_tests/h2/http2.test.py | 1 -
tests/gold_tests/remap/remap_https.test.py | 1 -
2 files changed, 2 deletions(-)
diff --git a/tests/gold_tests/h2/http2.test.py
b/tests/gold_tests/h2/http2.test.py
index d3f6f4d..d71b6f8 100644
--- a/tests/gold_tests/h2/http2.test.py
+++ b/tests/gold_tests/h2/http2.test.py
@@ -65,7 +65,6 @@ ts.Disk.records_config.update({
'proxy.config.diags.debug.tags': 'http|remap',
'proxy.config.ssl.server.cert.path':
'{0}'.format(ts.Variables.SSLDir),
'proxy.config.ssl.server.private_key.path':
'{0}'.format(ts.Variables.SSLDir),
- 'proxy.config.ssl.number.threads': 0,
'proxy.config.http.server_ports': '{0}
{1}:proto=http2;http:ssl'.format(ts.Variables.port,ts.Variables.ssl_port), #
enable ssl port
'proxy.config.ssl.client.verify.server': 0,
'proxy.config.ssl.server.cipher_suite' :
'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:AES128-GCM-SHA256:AES256-GCM-SHA384:ECDHE-RSA-RC4-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:RC4-SHA:RC4-MD5:AES128-SHA:AES256-SHA:DES-CBC3-SHA!SRP:!DSS:!PSK:!aNULL:!eNULL:!SSLv2',
diff --git a/tests/gold_tests/remap/remap_https.test.py
b/tests/gold_tests/remap/remap_https.test.py
index 84e6587..ae6981b 100644
--- a/tests/gold_tests/remap/remap_https.test.py
+++ b/tests/gold_tests/remap/remap_https.test.py
@@ -48,7 +48,6 @@ ts.Disk.records_config.update({
'proxy.config.diags.debug.tags': 'lm|ssl',
'proxy.config.ssl.server.cert.path':
'{0}'.format(ts.Variables.SSLDir),
'proxy.config.ssl.server.private_key.path':
'{0}'.format(ts.Variables.SSLDir),
- 'proxy.config.ssl.number.threads': 0,
'proxy.config.http.server_ports': '{0}
{1}:proto=http2;http:ssl'.format(ts.Variables.port,ts.Variables.ssl_port), #
enable ssl port
'proxy.config.ssl.client.verify.server': 0,
'proxy.config.ssl.server.cipher_suite' :
'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:AES128-GCM-SHA256:AES256-GCM-SHA384:ECDHE-RSA-RC4-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:RC4-SHA:RC4-MD5:AES128-SHA:AES256-SHA:DES-CBC3-SHA!SRP:!DSS:!PSK:!aNULL:!eNULL:!SSLv2',
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].