25 Nov
2015
25 Nov
'15
9:31 a.m.
On Nov 25, 2015, at 9:21 AM, Scott Armitage <S.P.Armitage@lboro.ac.uk> wrote:
I might be doing something wrong but I can’t seem to find the cache_ocsp module anywhere which is called in the tls-cache server:
/etc/raddb/sites-enabled/tls-cache[114]: Failed to find "cache_ocsp" as a module or policy. /etc/raddb/sites-enabled/tls-cache[114]: Please verify that the configuration exists in /etc/raddb/mods-enabled/cache_ocsp. /etc/raddb/sites-enabled/tls-cache[114]: Failed to parse "cache_ocsp" entry.
You need mods-available/cache_tls linked to mods-enabled. Looks like the module name was slightly off too, so if you already have a cache_tls file, s/cache_ocsp_session/cache_ocsp/ -Arran