risdenk commented on PR #1376:
URL: https://github.com/apache/solr/pull/1376#issuecomment-1441942019

   > This looks good to me, but could you provide more information as to why we 
want a default value of null when SSL is enabled? Why is HTTPS a bad default in 
all cases?
   
   So ideally `HTTPS` would be set by default in all cases except when we want 
it disabled. The disabled case is setting it to `null`.
   
   The way that bin/solr is setup today, `solr.jetty.ssl.verifyClientHostName` 
is defaulted to `HTTPS` when TLS is enabled. So in a round about way the 
default is `HTTPS`. In order to change this, we would need to update `bin/solr`.
   
   I'll take a crack at doing that since it would make the logic much cleaner I 
think.


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to