[
https://issues.apache.org/jira/browse/TS-3742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14616022#comment-14616022
]
ASF GitHub Bot commented on TS-3742:
------------------------------------
GitHub user shinrich opened a pull request:
https://github.com/apache/trafficserver/pull/241
TS-3742: ATS incorrectly advertises TLS ticket extension.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shinrich/trafficserver ts-3742
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/241.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #241
----
commit 1e4c0a22a125c4e52947315dfa0d98f9e169adab
Author: shinrich <[email protected]>
Date: 2015-07-07T01:15:16Z
TS-3742: ATS incorrectly advertises TLS ticket extension.
----
> 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)