Force update of TLS cache

Alan DeKok aland at deployingradius.com
Mon Feb 29 17:02:31 CET 2016


On Feb 29, 2016, at 10:59 AM, Jonathan Gazeley <Jonathan.Gazeley at bristol.ac.uk> wrote:
> I added code as you suggested. It seems to be unable to copy the TLS-Session-Id attribute. The following was executed in inner post-auth section, but also choked with the same result when being executed in the inner authorize section.
> 
> (8)        update request {
> (8)          TLS-Session-Id skipped: No values available
> (8)        } # update request (noop)
> (8)        cache_tls_session (fail)
> 
> Any suggestions?

  The TLS-Session-Id is available once the TLS session is set up.  You should be able to update the "default" virtual server to see when the attribute is available.  Or, the debug output should tell you when it's created.

  Alan DeKok.




More information about the Freeradius-Users mailing list