You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "risdenk (via GitHub)" <gi...@apache.org> on 2023/02/22 14:59:43 UTC

[GitHub] [solr] risdenk opened a new pull request, #1376: SOLR-16679: Fix solr.jetty.ssl.verifyClientHostName logging

risdenk opened a new pull request, #1376:
URL: https://github.com/apache/solr/pull/1376

   https://issues.apache.org/jira/browse/SOLR-16679


-- 
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-unsubscribe@solr.apache.org

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


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


[GitHub] [solr] risdenk commented on pull request #1376: SOLR-16679: Fix solr.jetty.ssl.verifyClientHostName logging

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk commented on PR #1376:
URL: https://github.com/apache/solr/pull/1376#issuecomment-1441965395

   @HoustonPutman can you take another look? I updated the logic to be clearer I think. It also makes `SOLR_SSL_CLIENT_HOSTNAME_VERIFICATION` match the existing documentation in `solr/bin/solr.in.sh` and `solr/bin/solr.cmd`


-- 
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-unsubscribe@solr.apache.org

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


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


[GitHub] [solr] risdenk merged pull request #1376: SOLR-16679: Fix solr.jetty.ssl.verifyClientHostName logging

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk merged PR #1376:
URL: https://github.com/apache/solr/pull/1376


-- 
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-unsubscribe@solr.apache.org

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


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


[GitHub] [solr] risdenk commented on pull request #1376: SOLR-16679: Fix solr.jetty.ssl.verifyClientHostName logging

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
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-unsubscribe@solr.apache.org

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


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