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

expired certificate #40

Open
rplant8 opened this issue Dec 17, 2020 · 1 comment
Open

expired certificate #40

rplant8 opened this issue Dec 17, 2020 · 1 comment

Comments

@rplant8
Copy link

rplant8 commented Dec 17, 2020

it is necessary for a miner to verify the certificate of a stratum?
i think it is more correct to turn off the check, because nomp does not know how to update the certificate on the fly.
add to stratum_connect:
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0);
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0);

@ERRA-Augment
Copy link

This needs to be fixed ^

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