-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update rippled-example.cfg to clarify usage of ssl_cert and ssl_chain #4658
Conversation
…t be used when the certificate includes one or more intermediates
Co-authored-by: Elliot Lee <github.public@intelliot.com>
Co-authored-by: Elliot Lee <github.public@intelliot.com>
@intelliot should I add another comment on ssl_verify (when set to 1 it seems to prevent commands like Not sure if other config impacts that or not but found that these commands gave:
even though doing them via curl or externally they worked fine |
@ggprod I have observed this error when the local rippled server was stopped (Through SIGKILL or the |
I'm surprised to see these two errors in the CI tests, despite not having any code changes. Do you observe this in your local unit tests too? @ggprod
|
I didn't run unit tests as I only made changes in that one file (and only among the comments) |
in my case rippled was running fine and was responding to the same request when done using curl (either internally via localhost or externally) |
I am closing this PR and will re-do it as I didn't sign my commit |
Replaced by #4667 |
High Level Overview of Change
update notes for ssl_cert and ssl_chain to clarify that ssl_chain must be used when the certificate includes one or more intermediates
Context of Change
Type of Change