Rails アプリを Digital Ocean のサーバーにデプロイしたいのですが、その前に SSL を追加したいと考えています。ここのチュートリアルに従いましたが、ステップ 2 で次のエラーが発生します。
Failed authorization procedure. www.xxx.co.za (http-01):urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: NXDOMAIN looking up A for www.xxx.co.za, xxx.co.za (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://xxx.co.za/.well-known/acme-challenge/d1kKPdePX3MLO6kMt1pAdFets-N0RkQ_ffM3Y5aEBO8 [xxx.xx.xxx.xx]: 404
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: xxx.co.za
Type: unauthorized
Detail: Invalid response from http://xxx.co.za/.well-known
/acme-challenge/d1kKPdePX3MLO6kMt1pAdFets-N0RkQ_ffM3Y5aEBO8
[xxx.xx.xxx.xx]: 404
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.
- The following errors were reported by the server:
Domain: www.xxx.co.za
Type: connection
Detail: DNS problem: NXDOMAIN looking up A for www.xxx.co.za
プライバシー上の理由から、IP とドメイン名をマークアウトしました。発掘リクエストも実行しましたが、これが何を意味するのかわかりません。
; <<>> DiG 9.9.5-3ubuntu0.7-Ubuntu <<>> xxx.co.za
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18315
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;xxx.co.za. IN A
;; ANSWER SECTION:
xxx.co.za. 1799 IN A xxx.xx.xxx.xx
;; Query time: 194 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Tue May 10 10:55:38 SAST 2016
;; MSG SIZE rcvd: 59
助言がありますか?約 12 時間前にドメイン ホストの DNS 設定を編集しただけですが、これは問題ですか? もっと待つ必要がありますか? 「AUTHORITY: 0」とはどういう意味ですか? これは問題の一部ですか?私はこれまで Heroku としか仕事をしたことがありませんでしたが、Heroku がすべてを代行してくれました。今は私がサーバーを管理しているので、もう少し複雑です。前もって感謝します!