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

Implement SSL for daemon JSON RPC #1094

Closed
akinwale opened this issue Jan 30, 2018 · 2 comments
Closed

Implement SSL for daemon JSON RPC #1094

akinwale opened this issue Jan 30, 2018 · 2 comments
Assignees
Labels
area: jsonrpc area: other level: 1 No knowledge of the existing code required mobile blocker type: improvement Existing (or partially existing) functionality needs to be changed

Comments

@akinwale
Copy link
Contributor

There needs to be a way to enable the daemon's JSON RPC server accept requests securely, with a configuration option to enable or disable SSL. The daemon can generate a self-signed certificate upon first run when SSL is enabled and use the certificate to handle requests securely.

@akinwale akinwale self-assigned this Jan 30, 2018
@lyoshenka lyoshenka added type: improvement Existing (or partially existing) functionality needs to be changed level: 1 No knowledge of the existing code required area: other and removed needs: triage labels Feb 22, 2018
@tzarebczan
Copy link
Contributor

@hackrush01 - is this different from the authentication mechanism you have been looking into?

@hackrush01
Copy link
Contributor

@tzarebczan Yes, this is different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: jsonrpc area: other level: 1 No knowledge of the existing code required mobile blocker type: improvement Existing (or partially existing) functionality needs to be changed
Projects
None yet
Development

No branches or pull requests

7 participants