Hello,
I made auto cert issuing program using letsencrypt.
then I found that one of sites has error on certificate.
When I see log, there was this.
{“time”: “2016-10-31 16:09:08”, “result”: “false”, “progname”: “httpGetSSL.sh”, “status_code”: “SSL_001”, “description”: “www.bii44.com:Verify error:{ “type”: “urn:acme:error:malformed”, “detail”: “No such challenge”, “status”: 404 }”, “line_num”: “181”}
{“time”: “2016-10-31 16:29:14”, “result”: “false”, “progname”: “httpGetSSL.sh”, “status_code”: “SSL_001”, “description”: “www.bii44.com:Verify error:{ “type”: “urn:acme:error:malformed”, “detail”: “No such challenge”, “status”: 404 }”, “line_num”: “181”}
{“time”: “2016-10-31 16:49:08”, “result”: “false”, “progname”: “httpGetSSL.sh”, “status_code”: “SSL_001”, “description”: “www.bii44.com:Verify error:{ “type”: “urn:acme:error:malformed”, “detail”: “No such challenge”, “status”: 404 }”, “line_num”: “181”}
{“time”: “2016-10-31 17:09:11”, “result”: “true”, “progname”: “httpGetSSL.sh”, “status_code”: “SSL_003”, “description”: “Certification for www.bii44.com is succefully issued. That cert’s enddate is 2016-10-31.”, “line_num”: “1228”, “end_date”: “2016-10-31”}
Then, can you see the problem? last success issuing cert’s enddate is 10-31.
and the cert file’s length was so short.
I want to know why it is happen and how can I prevent this problem.
thx.