Github user bryancall commented on the pull request: https://github.com/apache/trafficserver/pull/400#issuecomment-169395997 Both HTTPD and NGiNX return a 0 in this case: https://svn.apache.org/repos/asf/httpd/httpd/tags/2.4.9/modules/ssl/ssl_engine_kernel.c - search for ssl_callback_SessionTicket https://trac.nginx.org/nginx/browser/nginx/src/event/ngx_event_openssl.c#L2867 However, looking at the documentation it does sound like a 1 should be returned. Does the behavior change when you return a 1? OpenSSL docs: https://www.openssl.org/docs/manmaster/ssl/SSL_CTX_set_tlsext_ticket_key_cb.html
--- 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. ---