Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/750#discussion_r68693861 --- Diff: mgmt/RecordsConfig.cc --- @@ -1212,6 +1212,8 @@ static const RecordElement RecordsConfig[] = //############################################################################## {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.session.ticket.enabled", RECD_INT, "1", RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL} --- End diff -- ``RECU_RESTART_TS`` means you need to restart Traffic Server when you change this setting. AFAICT you just need to touch ``ssl_mulicert.config`` and reload config, so this probably should be ``RECU_DYNAMIC``.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---