New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation - for "Getting started" not aligned with version 20.6.0 (https required, parameters changed/required #2573
Comments
|
YES, Please I want an answer to this question?? I have tried to install evenstore 20.6 with docker using the --dev tag, it works but every time I stop the docker container, I lost all my data. So I have tried to generate certificates in docker using the evenstore docs https://eventstore.com/docs/server/setting-up-ssl/index.html?tabs=tabid-6%2Ctabid-8 Noting seems to work. The EvenStore documentation is outdated. Please fix this. I want to get EventStore 20.6 production-ready! |
|
@Brent7788 and @JimiSweden, your frustration is completely understandable. I can assure you that the documentation is being addressed. @Brent7788, the |
The
We know that the docs are outdated. The page you were referring to is for 5.0.8. We hope to publish the 20.6 docs during the coming week. |
|
I was able to work out the kinks with local HTTPS and a non |
|
It's time to close this issue as the dev scenario and insecure mode are documented properly now. |
Describe the bug
documentation for "Getting started" is not aligned with version 20.6.0
https is required (http is used in documentation https://eventstore.com/docs/getting-started/index.html?tabs=tabid-1%2Ctabid-dotnet-client%2Ctabid-dotnet-client-connect%2Ctabid-4#discover-event-store-via-admin-ui)
new property : "TrustedRootCertificatesPath" not documented (Restrict trust to specified root certificates and add mutual authentication to internal HTTP interface used for gossip/elections #2335 ) - how do I use it?
removed(?) property : ExtSecureTcpPort
(ExtSecureTcpPort is used in config example at https://eventstore.com/docs/server/setting-up-ssl/index.html?tabs=tabid-6%2Ctabid-8#setting-up-ssl-on-windows
(TrustedRootCertificatesPath with example would be nice above)
To Reproduce
Try "getting started# - Following https://eventstore.com/docs/getting-started/index.html for windows (and also docker)
(I had problems to understand why I could not connect to http://127.0.0.1:2113/ when following the guide. =D)
//Jimi
The text was updated successfully, but these errors were encountered: