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

SSLError CERTIFICATE_VERIFY_FAILED #38

Open
rikrdo89 opened this issue Nov 23, 2021 · 1 comment
Open

SSLError CERTIFICATE_VERIFY_FAILED #38

rikrdo89 opened this issue Nov 23, 2021 · 1 comment

Comments

@rikrdo89
Copy link

I installed fdp without issues using pip install freenom-dns-updater

Then, I attempted to update an IP address using fdu record update my@email.com mypassword mysite.com

and I get the error below:

requests.exceptions.SSLError: HTTPSConnectionPool(host='my.freenom.com', port=443): Max retries exceeded with url: /clientarea.php (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726)'),))

@liujunhui2
Copy link

It turns out that the package used a copy of ca certs located in /usr/lib/python2.7/site-packages/freenom_dns_updater/data/chain.pem which is outdated.
ln -s /etc/pki/tls/cert.pem chain.pem (cd into the directory first) solved the problem.

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