Hi @gelwin
your server canât connect Letsencrypt. So itâs impossible to create a certificate.
Please share your domain name, the picture is small.
What says
curl https://www.google.com/
PS: Is your domain really misorcares.org
?
If yes, that canât work - https://check-your-website.server-daten.de/?q=misorcares.org - the domain isnât registered.
Info: Creating a Letsencrypt certificate with that domain name isnât possible. To create a certificate you need a registered, worldwide unique domain name. The domain name ends with a public suffix, thatâs good (no Grade Z). But the domain isnât registered. If you want a certificate with that domain name, you have to proof that you are the domain owner.
Please read the basics:
i created my domain in windows server 2102r2
Thatâs not relevant. Thatâs not a worldwide unique, public visible domain name, only a private name on your local system.
Select a domain provider, then register a domain that isnât registered. Then you can create a certificate with that domain name.
do i have to connect to the internet before i use lets encrpyt ?
Your server doesnât necessarily have to be accessible on the Internet, but you do have to publicly register the domain name that you want to use. Letâs Encrypt issues only publicly-trusted certificates, which can only be issued to people who prove their control over publicly-registered domain names.
i tried using a free domain and when i test my domain the status is ok so i run letsencrypt and get this error
Unfortunately, your free domain misorcares.ml
is still pointed at the IP address of the free domain registrarâs server, not at your own computer.
When I said
I should probably have been more specific about the âdoesnât necessarily have to be accessibleâ part: it looks to me like the Letâs Encrypt client software that youâre using at the moment does have the requirement that your site be publicly accessible on the Internet under the domain name that youâre requesting a certificate for. Although this isnât a requirement from Letâs Encrypt, it may be a requirement with the tools that youâre using now.
There is a check of your domain - ~~7 hours old - https://check-your-website.server-daten.de/?q=misorcares.ml
Now itâs better, but it canât work:
Host | T | IP-Address | is auth. | â Queries | â Timeout |
---|---|---|---|---|---|
misorcares.ml | A | 195.20.52.215 Amsterdam/North Holland/Netherlands (NL) - OpenTLD Web Network No Hostname found | yes | 1 | 0 |
AAAA | yes | ||||
www.misorcares.ml | C | misorcares.ml | yes | 1 | 0 |
A | 195.20.52.215 Amsterdam/North Holland/Netherlands (NL) - OpenTLD Web Network No Hostname found |
Your domain has an ip address.
But the content - is a frame to your private ip:
Domainname | Http-Status | redirect | Sec. | G |
---|---|---|---|---|
⢠http://misorcares.ml/ | ||||
195.20.52.215 | 200 | 0.093 | H | |
small content: | ||||
⢠http://www.misorcares.ml/ | ||||
195.20.52.215 | 200 | 0.590 | H | |
small content: | ||||
⢠https://misorcares.ml/ | ||||
195.20.52.215 | -14 | 10.027 | T | |
Timeout - The operation has timed out | ||||
⢠https://www.misorcares.ml/ | ||||
195.20.52.215 | -14 | 10.027 | T | |
Timeout - The operation has timed out | ||||
⢠http://misorcares.ml/.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de | ||||
195.20.52.215 | 200 | 0.103 | ||
Visible Content: misorcares.ml |
Info: Html-Content with frame found, may be a problem creating a Letsencrypt certificate using http-01 validation
|
The content is always the same:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html> <head> <title>misorcares.ml</title> <meta name="description" content="misorcares.ml"> <meta name="keywords" content="misorcares.ml"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-23441223-3']); _gaq.push(['_setDomainName', 'none']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head>
<frameset rows="*">
<frame frameborder=0 src="http://209.200.39.244" name="dot_tk_frame_content" scrolling="auto" noresize>
</frameset>
</html>
A frameset, pointing to 209.200.39.244.
Thatâs a frame redirect of your hoster. You must change your A-record so your A-record has that ip address 209.200.39.244.
And the ip address must answer, if you want to use http-01 validation.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.