Skip to content
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

SSL encryption does not take effect. #5875

Open
vealfan opened this issue May 7, 2024 · 2 comments
Open

SSL encryption does not take effect. #5875

vealfan opened this issue May 7, 2024 · 2 comments

Comments

@vealfan
Copy link

vealfan commented May 7, 2024

是这样的,我们需要对密钥文件.key使用加密算法做一次加密,但是根据咱们的配置SSL的能力
--password_path=/xx/xx/xx/test.ca.password
--key_path=/xx/xx/xx//nebula/test.ca.key
--cert_path=/xx/xx/xx/test.ca.pem
--enable_ssl=true之后,nebula无法解析证书文件。
对于把密钥文件再做一次加密封装,nebula可以支持解密嘛?

@vealfan
Copy link
Author

vealfan commented May 7, 2024

image
按照咱们提供的方式生成的密钥文件是非加密的,而我们对这个密钥文件做了加密,nebula貌似不支持解析

@HarrisChu
Copy link
Contributor

目前不支持,有需要你可以自己改一下代码?

SSL 的配置加载,在 https://github.com/vesoft-inc/nebula/blob/master/src/common/ssl/SSLConfig.cpp#L20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants