-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature Request - SSL/TLS Connections #1
Comments
Implemented, would be nice if you could check it out. |
Wow! That was fast! I'll test it out shortly and let you know how it goes. |
I have attempted to test the TLS connection, but it does not appear to be working. Below is the command that I am running to listen on all addresses on port 6585 and to use publicly signed cert/key:
The app does seem to inspect the keypair properly because it will error out if I give it a bad key. When I give it the correct keypair it appears to be listening; however, scavenger returns "[WARN] error getting mining info". The scavenger config is as follows:
If I do a netcat/telnet to the port in question, I seem to connect to the server, but it doesn't look like it is being processed. See the following screenshots as examples: If you'd like for me to do anything specific, please let me know. Thanks! |
Gonna test it myself this week, haven't found the time yet. Thanks for the data! |
I would like to request a feature to enable aggregator to communicate over secure connections using certificates. This would help prevent network traffic from being profiled, manipulated, or disseminated while in-transit.
The text was updated successfully, but these errors were encountered: