You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@solr.apache.org by S G <sg...@gmail.com> on 2021/12/03 18:29:25 UTC

How to enforce client hostname verification when using mutual TLS in Solr?

Hello,

Does anyone know how to enforce client hostname verification when using
mutual TLS in Solr?
Without that feature, any host with a certificated could connect to Solr
using m-TLS and there is no authentication (the primary use-case of m-TLS).

Also, if Solr is secured by m-TLS, is there a way to extend the same to
zookeeper as well ?

Thanks,