epugh commented on PR #3840:
URL: https://github.com/apache/solr/pull/3840#issuecomment-3496841282

   Hey @tflobbe in the docs for security it says the reload of keys is on by 
default, but I don't see that.   In Http2SolrClient I do see this logic:
   
   ```
   Long keyStoreReloadIntervalSecs = builder.keyStoreReloadIntervalSecs;
       if (keyStoreReloadIntervalSecs == null
           && EnvUtils.getPropertyAsBool("solr.keystore.reload.enabled", 
false)) {
         keyStoreReloadIntervalSecs =
             
EnvUtils.getPropertyAsLong("solr.jetty.ssl.context.reload.scan.interval.secs", 
30l);
       }
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to