Waiting for verification...
Challenge failed for domain mybt.top
http-01 challenge for mybt.top
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: mybt.top
Type: unauthorized
Detail: 148.251.67.79: Invalid response from
https://www.mybt.top/.well-known/acme-challenge/7BwceIw5-rPivzPtUs-PwdFjt66fkFY1FPVforhEGLk:
404
server {
if ($host = mybt.top) {
return 301 https://$host$request_uri;
} # managed by Certbot
if ($host = www.mybt.top) {
return 301 https://$host$request_uri;
} # managed by Certbot
listen 80;
listen [::]:80;
server_name www.mybt.top mybt.top;
return 301 https://mybt.top$request_uri;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name www.mybt.top;
return 301 https://mybt.top$request_uri;
ssl_certificate /etc/letsencrypt/live/mybt.top/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/mybt.top/privkey.pem; # managed by Certbot
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name mybt.top;
ssl_certificate /etc/letsencrypt/live/mybt.top/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/mybt.top/privkey.pem; # managed by Certbot
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
set $site_root '/www/mybt.top';
root $site_root;
index index.php;
include /etc/nginx/conf.d/common.inc;
charset utf-8;
certbot --force-renewal -d mybt.top
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator nginx, Installer nginx
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
Requesting a certificate for mybt.top
Performing the following challenges:
http-01 challenge for mybt.top
Waiting for verification...
Challenge failed for domain mybt.top
http-01 challenge for mybt.top
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: mybt.top
Type: unauthorized
Detail: Invalid response from
https://mybt.top/.well-known/acme-challenge/80ePmIDBRAEdWm7uCwkj14XZbx2PI5yeTipInvzeLQE:
404
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.