-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cant install cert - Possible DNS issue with newest version #50
Comments
I also got this error on a DO droplet using floating IP addresses. /usr/local/lib/python3.6/dist-packages/rwssl/utils.py Starting at line 209 on v2.0.4
# try:
runcmd(cmd)
validdoms.append(domain)
# except:
# ip = socket.gethostbyname(domain)
# if validators.ipv4(ip) or validators.ipv6(ip):
# errmsg = 'A possible DNS issue found. {} may be pointing to a wrong IP ({})'.format(domain, ip)
# else:
# errmsg = 'SSL is not available for {} yet.'.format(
# domain)
# print(colored(errmsg, 'yellow')) |
I'm getting this error on Linode Ubuntu 16.04.7 LTS (GNU/Linux 5.8.3-x86_64-linode137 x86_64). I went through the code and manually ran the certbot command and I'm getting the below errors:
|
Hi get the error
A possible DNS issue found. mysite.com may be pointing to a wrong IP (128.xx.xx.xx)
A possible DNS issue found. www.mysite.com may be pointing to a wrong IP (128.xxx.xx.xx)
SSL not available for this app yet.
Uninstalled all previous, no Cloudflare, just DO - can't install for any APP
any ideas? thanks
The text was updated successfully, but these errors were encountered: