29 Feb
2016
29 Feb
'16
10:22 a.m.
On Feb 29, 2016, at 10:09 AM, Jonathan Gazeley <Jonathan.Gazeley@bristol.ac.uk> wrote:
cache cache_tls_session { driver = "rlm_cache_rbtree" key = &TLS-Session-Id
Which is the *outer* TLS-Sesson-Id. i.e. you can't use the module inside of the TLS tunnel, because the TLS-Session-Id doesn't exist. That's why the module is failing. So... you've got to copy it: server inner-tunnel { ... update request { TLS-Session-Id := &outer.request:TLS-Session-Id } ... cache_tls_session }
I don't think all of the lines in the update{} block are required - we were experimenting with what we could put into the cache.
Anything. They're just attributes. Alan DeKok.