Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache letsencrypt certbot无法续订证书_Apache_Ssl_Ubuntu 16.04_Lets Encrypt_Certbot - Fatal编程技术网

Apache letsencrypt certbot无法续订证书

Apache letsencrypt certbot无法续订证书,apache,ssl,ubuntu-16.04,lets-encrypt,certbot,Apache,Ssl,Ubuntu 16.04,Lets Encrypt,Certbot,我正在尝试通过执行以下命令更新证书: /opt/letsencrypt/certbot-auto renew --no-self-upgrade 我得到这个错误: Cert is due for renewal, auto-renewing... Renewing an existing certificate Performing the following challenges: http-01 challenge for mysite.test.com http-01 challenge

我正在尝试通过执行以下命令更新证书:

/opt/letsencrypt/certbot-auto renew --no-self-upgrade
我得到这个错误:

Cert is due for renewal, auto-renewing...
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for mysite.test.com
http-01 challenge for mysite2.test.com
http-01 challenge for mysite3.test.com
Waiting for verification...
Cleaning up challenges
Attempting to renew cert from /etc/letsencrypt/renewal/mysite.test.com.conf produced an unexpected error: Failed authorization procedure. mysite2.test.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://mysite2.test.com/.well-known/acme-challenge/5uevKfTmlKAyNSQZ207ZyWMtzvy51XKDb-mtAjd4Et4: "<!DOCTYPE html>
<html>
    <head>
        <meta name="robots" content="noindex,nofollow" />
        <style>
            /* Copyr", mysite3.test.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://mysite3.test.com/.well-known/acme-challenge/eeBiEE2z0YSI-SCh2_FAumtOXJS6SrL94UHGd8QgSSM: "<!DOCTYPE html>
<html>
    <head>
        <meta name="robots" content="noindex,nofollow" />
        <style>
            /* Copyr". Skipping.

All renewal attempts failed. The following certs could not be renewed:
  /etc/letsencrypt/live/mysite.test.com/fullchain.pem (failure)
Running post-hook command: service haproxy reload
Output from service:
 * Reloading haproxy haproxy
   ...done.

1 renew failure(s), 0 parse failure(s)

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: mysite2.test.com
   Type:   unauthorized
   Detail: Invalid response from
   http://mysite2.test.com/.well-known/acme-challenge/5uevKfTmlKAyNSQZ207ZyWMtzvy51XKDb-mtAjd4Et4:
   "<!DOCTYPE html>
   <html>
       <head>
           <meta name="robots" content="noindex,nofollow" />
           <style>
               /* Copyr"

   Domain: mysite3.test.com
   Type:   unauthorized
   Detail: Invalid response from
   http://mysite3.test.com/.well-known/acme-challenge/eeBiEE2z0YSI-SCh2_FAumtOXJS6SrL94UHGd8QgSSM:
   "<!DOCTYPE html>
   <html>
       <head>
           <meta name="robots" content="noindex,nofollow" />
           <style>
               /* Copyr"

   To fix these errors, please make sure that your domain name was
   entered correctly and the DNS A record(s) for that domain
   contain(s) the right IP address.
证书到期续期,自动续期。。。
更新现有证书
执行以下挑战:
mysite.test.com的http-01挑战
mysite2.test.com的http-01挑战
mysite3.test.com的http-01挑战
正在等待验证。。。
清理挑战
尝试从/etc/letsencrypt/renewal/mysite.test.com.conf续订证书时产生意外错误:授权过程失败。mysite2.test.com(http-01):urn:acme:error:unauthorized::客户端缺少足够的授权::来自的响应无效http://mysite2.test.com/.well-known/acme-challenge/5uevKfTmlKAyNSQZ207ZyWMtzvy51XKDb-mtAjd4Et4: "
/*Copyr”,mysite3.test.com(http-01):urn:acme:error:unauthorized::客户端缺少足够的授权::来自的响应无效http://mysite3.test.com/.well-known/acme-challenge/eeBiEE2z0YSI-SCh2_FAumtOXJS6SrL94UHGd8QgSSM: "
/*Copyr”。跳过
所有续订尝试均失败。无法续订以下证书:
/etc/letsencrypt/live/mysite.test.com/fullchain.pem(失败)
运行post hook命令:服务haproxy重新加载
服务输出:
*重新加载haproxy haproxy
……完成了。
1个续订失败,0个解析失败
重要提示:
-服务器报告了以下错误:
域名:mysite2.test.com
类型:未经授权
详细信息:来自的响应无效
http://mysite2.test.com/.well-known/acme-challenge/5uevKfTmlKAyNSQZ207ZyWMtzvy51XKDb-mtAjd4Et4:
"
/*复制者“
域名:mysite3.test.com
类型:未经授权
详细信息:来自的响应无效
http://mysite3.test.com/.well-known/acme-challenge/eeBiEE2z0YSI-SCh2_FAumtOXJS6SrL94UHGd8QgSSM:
"
/*复制者“
要修复这些错误,请确保您的域名是
输入正确,并且DNS为该域创建了一个或多个记录
包含正确的IP地址。
我已经为此绞尽脑汁两天了,我的网站访问者现在都在抱怨,因为他们觉得我的网站不安全

任何提示和帮助都将受到极大的感谢和奖励


谢谢!:)

mysite3.test.com真的是你的网站吗?mysite3.test.com真的是你的网站吗?