<div dir="ltr">Hi All,<div><br></div><div>I'm trying to configured kamailio as TLS server with below configuration (tls.cfg) and TLS server is started successfully.</div><div><br></div><div><div>[server:default]</div><div>method = TLSv1+</div><div>verify_certificate = yes</div><div>require_certificate = yes</div><div>private_key = ./sip/server.key</div><div>certificate = ./sip/server.crt</div><div>ca_list = ./bundle.crt</div><div>crl = ./sip_crl.pem</div><div>verify_depth = 9<br></div><div><br></div><div>[client:default]</div><div>verify_certificate = no</div><div>require_certificate = no</div></div><div><br></div><div>TLS connection works fine.</div><div>Later i have updated the sip_crl.pem with server certificate revoked details and performed tls.reload command to load the latest update. </div><div>After this I expect any TLS client trying to establish TLS connection should fail, as the client and server certificates are signed by same authority and server certificate is revoked. But the clients are able to establish TLS connection without any errors.</div><div><br></div><div>I'm not getting any traces to confirm CRL validation has been performed before accepting the TLS connection. </div><div><br></div><div>Any advice would be help to proceed with evaluating CRL functionality.</div><div><br></div><div>-Amar</div></div>