[
https://issues.apache.org/jira/browse/TS-3742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14617366#comment-14617366
]
Reindl Harald commented on TS-3742:
-----------------------------------
just the certificates while the first is our wildcard
[root@proxy:~]$ cat /etc/trafficserver/ssl_multicert.config
ssl_cert_name=cert1.pem ssl_ca_name=godaddy_ca_sha256.crt ssl_ticket_enabled=0
ssl_cert_name=cert2.pem ssl_ca_name=godaddy_ca_sha256.crt ssl_ticket_enabled=0
ssl_cert_name=cert3.pem ssl_ca_name=godaddy_ca_sha256.crt ssl_ticket_enabled=0
> ATS advertises TLS ticket extension even when disabled
> ------------------------------------------------------
>
> Key: TS-3742
> URL: https://issues.apache.org/jira/browse/TS-3742
> Project: Traffic Server
> Issue Type: Bug
> Components: SSL
> Reporter: Susan Hinrichs
> Assignee: Susan Hinrichs
>
> Noted by [~hreindl]. Even if you have ssl_ticket_enabled=0 on the relevant
> line in ssl_multicert.config, the Server Hello message will still contain the
> ticket tls extension.
> The problem is the code is blindly resetting the ticket callback on the
> context.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)