让我们encryption证书不工作domain.tld

我目前的move2space的pipe理员我已经为该网站(包括move2space.de和www.move2space.de)configuration了一个letsencrypt证书问题是:虽然www子域的工作,没有它我得到SEC_ERROR_UNKNOWN_ISSUER在Firefox和NET :: ERR_CERT_AUTHORITY_INVALID在铬。

我的nginxconfiguration是:

server { listen 80; listen [::]:80; server_name move2space.de www.move2space.de localhost; return 301 https://$server_name$request_uri; } server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name move2space.de www.move2space.de localhost; include snippets/ssl.conf; location / { proxy_pass http://move2space:80; proxy_redirect off; proxy_set_header Host $host; } } 

是的,我的证书是用-d move2space.de -d www.move2space.de创build的

谢谢

move2space.de的DNSlogging指向与move2space.de完全不同的IP地址。

 $ nslookup www.move2space.de Non-authoritative answer: Name: move2.lrt.mw.tum.de Address: 129.187.219.4 Aliases: www.move2space.de $ nslookup move2space.de Non-authoritative answer: Name: move2space.de Addresses: 2a00:1158:1000:400::6b 80.67.21.107 

纠正你的DNSlogging,它应该工作。