You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/03/04 12:11:18 UTC

DO NOT REPLY [Bug 50869] New: Need directive to control use and timeout of session ticket

https://issues.apache.org/bugzilla/show_bug.cgi?id=50869

           Summary: Need directive to control use and timeout of session
                    ticket
           Product: Apache httpd-2
           Version: 2.2.15
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: matty.roland1@gmail.com


FireFox 3.6 supports session cache as a ticket based on RFC5077.
When FireFox 3.6 contacts Apache 2.2.15, SSLSessionCacheTimeout
does not work even if NoSessionIdContext option in SSLOptions
directive is set.

In this case, the timeout is always 300 seconds and renegotiation
happens after that.

We want Apache to be able to control the use and timeout of
the ticket used as the session cache.

We want:

1. Want to control the timeout of the session even if tickets of
    RFC4507/RFC5077 are used.
2. Want to have a directive to disable using ticket at Apache side
    This is "SSLSessionTicketExtension" in the discussion at following
    thread:

    http://www.mail-archive.com/dev@httpd.apache.org/msg46133.html

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org