This is an automated email from the ASF dual-hosted git repository.

shinrich 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 c096573  Remove ssl.enable flag
c096573 is described below

commit c09657323bd872d027d8684ab0be1f68562a5462
Author: Susan Hinrichs <[email protected]>
AuthorDate: Tue Nov 27 18:36:21 2018 +0000

    Remove ssl.enable flag
---
 mgmt/RecordsConfig.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 41fd5a1..5799a01 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -1085,8 +1085,6 @@ static const RecordElement RecordsConfig[] =
   //# SSL Termination
   //#
   
//##############################################################################
-  {RECT_CONFIG, "proxy.config.ssl.enabled", RECD_INT, "0", RECU_RESTART_TS, 
RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
-  ,
   {RECT_CONFIG, "proxy.config.ssl.server.session_ticket.enable", RECD_INT, 
"1", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
   ,
   {RECT_CONFIG, "proxy.config.ssl.TLSv1", RECD_INT, "1", RECU_RESTART_TS, 
RR_NULL, RECC_INT, "[0-1]", RECA_NULL}

Reply via email to