-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error while testing conenction to kmip server #21
Comments
You need to use CA certificate file from certs folder while connecting to KMIP server. |
Yeah I used the CA from the certs folder in the KMIP section, but it seems that the error is not related to the certificate |
I do have the same identical issue presented here. |
Facing exact same issue as above using CA cert etc correctly. Any help would be appreciated. |
Can you post logs from the NAS itself? |
I ran: Turns out I had missed step on certificate view to click settings and select the correct certificate for KMIP. Works fine after following instructions properly... |
I am using a Docker image as a server to create and store encryption keys for my NAS. However, I'm experiencing an error when trying to connect the NAS to the server. The connection fails, and I'm unable to proceed with the encryption setup.
Expected behavior
The NAS should connect to the server successfully
Actual behavior
The connection attempt from the NAS to the Docker key server succeeds, but gives the following logs in the console:
While everything seems fine, the NAS won't save any encryption key to the server (the sqlite database is always empty) after resetting the encryption key from the storage settings.
Steps to reproduce
Run the Docker container
Attempt to connect from the NAS to the Docker server to access the keys
Environment
DSM 7.2.2-72803
The text was updated successfully, but these errors were encountered: