Re: [PR] Typo in enabling-ssl.adoc [solr]
github-actions[bot] closed pull request #3177: Typo in enabling-ssl.adoc URL: https://github.com/apache/solr/pull/3177 -- 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]
Re: [PR] Typo in enabling-ssl.adoc [solr]
github-actions[bot] commented on PR #3177: URL: https://github.com/apache/solr/pull/3177#issuecomment-2973377312 This PR is now closed due to 60 days of inactivity after being marked as stale. Re-opening this PR is still possible, in which case it will be marked as active again. -- 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]
Re: [PR] Typo in enabling-ssl.adoc [solr]
github-actions[bot] commented on PR #3177: URL: https://github.com/apache/solr/pull/3177#issuecomment-2803359783 This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be familiar with the code area and/or notify the [email protected] mailing list. To exempt this PR from being marked as stale, make it a draft PR or add the label "exempt-stale". If left unattended, this PR will be closed after another 60 days of inactivity. Thank you for your contribution! -- 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]
Re: [PR] Typo in enabling-ssl.adoc [solr]
janhoy commented on PR #3177: URL: https://github.com/apache/solr/pull/3177#issuecomment-2657834595 The doc is just an example. Perhaps what’s missing is to say that the path is relative to solr install dir and can/should be modified to where user wants to place the certs. Since these certs don’t exist already, one location is not more «correct» than another. -- 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]
Re: [PR] Typo in enabling-ssl.adoc [solr]
epugh commented on PR #3177: URL: https://github.com/apache/solr/pull/3177#issuecomment-2657646569 I had interpreted it the same as @temalcode the you would want a `/` to have the `/etc` dir? And the c:\ would be a good practive for the windows version? -- 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]
Re: [PR] Typo in enabling-ssl.adoc [solr]
temalcode commented on PR #3177: URL: https://github.com/apache/solr/pull/3177#issuecomment-2657544648 In Linux: The current docs path set to `etc/` (without the root directory) not `/etc/`. This will give you an error (running using solr.sh) if you copy paste this configuration. In Windows: There is no root directory and a `etc` folder in Windows. That's why I changed it to `C:\` -- 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]
Re: [PR] Typo in enabling-ssl.adoc [solr]
janhoy commented on PR #3177: URL: https://github.com/apache/solr/pull/3177#issuecomment-2655131003 Sorry, but I cannot see that this is a bug or why this change would be any better than the default in the docs. The docs contain the same values as commented in our `solr.in.sh/cmd` file, and the paths are resolved relative to solr root dir. I.e. if you place your keystore files in `solr/server/etc/` then this works. Of course, if you place your keystore elsewhere you need to modify those values, but I cannot see why `/etc/` would be a better default? -- 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]
