• 돌아가기
  • 아래로
  • 위로
  • 목록
  • 댓글
질문

이 로그 좀 해석 좀 해주세요

올리고당 188

1

3

어제 인증서 관련하여 발행 받고 전부 성공은 했습니다.

 

90일 기한이 있어 크론탭 생성하여 진행하고자 해서 다음과 같은 방법으로 진행하였습니다.

 

SSL 인증서를 자동 갱신

1) 개요 : 암호화 인증서는 90일 동안 유효합니다. 만료되기 전에 인증서를 자동으로 갱신하기

위해 하루에 두 번 실행되며 만료 30일 전에 인증서가 자동으로 갱신되는 cronjob을

만듭니다.

2) crontab 명령을 실행하여 새 cronjob을 생성 (명령어 : crontab -e)

3) 다음 줄을 붙여넣습니다.

0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(3600))' && certbot -q renew --renew-hook "systemctl reload nginx"

4) 파일을 저장한 후 닫기.

5) 갱신 프로세스를 테스트하려면 certbot 명령과 함께 --dry-run 스위치를 사용 가능

certbot renew --dry-run

6) 오류가 없으면 테스트 갱신 프로세스가 성공적이었음을 의미합니다

 

그런데 먼가 fail이라고 하면서 아래와 같은 메시지를 띄웁니다.

[root@centos7 ~]# certbot renew --dry-run
Saving debug log to /var/log/letsencrypt/letsencrypt.log

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/woongs357.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator webroot, Installer None
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Simulating renewal of an existing certificate for woongs357.com and www.woongs357.com
Performing the following challenges:
http-01 challenge for woongs357.com
http-01 challenge for www.woongs357.com
Using the webroot path /var/lib/letsencrypt for all unmatched domains.
Waiting for verification...
Challenge failed for domain woongs357.com
Challenge failed for domain www.woongs357.com
http-01 challenge for woongs357.com
http-01 challenge for www.woongs357.com
Cleaning up challenges
Failed to renew certificate woongs357.com with error: Some challenges have failed.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/www.woongs357.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator standalone, Installer None
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Simulating renewal of an existing certificate for www.woongs357.com
Performing the following challenges:
http-01 challenge for www.woongs357.com
Waiting for verification...
Cleaning up challenges

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
new certificate deployed without reload, fullchain is
/etc/letsencrypt/live/www.woongs357.com/fullchain.pem
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The following simulated renewals succeeded:
  /etc/letsencrypt/live/www.woongs357.com/fullchain.pem (success)

The following simulated renewals failed:
  /etc/letsencrypt/live/woongs357.com/fullchain.pem (failure)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1 renew failure(s), 0 parse failure(s)

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

   Domain: woongs357.com
   Type:   connection
   Detail: Fetching
   http://woongs357.com/.well-known/acme-challenge/JzsZcmPVpGeFFomtpZgsmXef-crEM92Ymuaoco1pfsg:
   Connection refused

   Domain: www.woongs357.com
   Type:   connection
   Detail: Fetching
   http://www.woongs357.com/.well-known/acme-challenge/JOTfRpVpuB-fA69n4oIjdexB_NU2PH-GS7zspUv2MRI:
   Connection refused

   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. Additionally, please check that
   your computer has a publicly routable IP address and that no
   firewalls are preventing the server from communicating with the
   client. If you're using the webroot plugin, you should also verify
   that you are serving files from the webroot path you provided.

 

저도 보고 있지만, 이유를 모르겠어서 올립니다. 

 

신고공유스크랩
3
profile image 1등
달소 2021.07.21. 11:05

이전과 마찬가지로 인증서 발급과정에서 진행되는 파일생성 및 인증이 되지않아서 발생하는 오류로 보입니다.

 

인증방식이 바뀐거라 최신버전의 진행방법을 다시 구글링하셔야될듯합니다.

 

IMPORTANT NOTES:

- The following errors were reported by the server:

 

Domain: woongs357.com

Type: connection

Detail: Fetching

http://woongs357.com/.well-known/acme-challenge/JzsZcmPVpGeFFomtpZgsmXef-crEM92Ymuaoco1pfsg:

Connection refused

 

Domain: www.woongs357.com

Type: connection

Detail: Fetching

http://www.woongs357.com/.well-known/acme-challenge/JOTfRpVpuB-fA69n4oIjdexB_NU2PH-GS7zspUv2MRI:

Connection refused

[Reference] : 올리고당, 「서버포럼 - 이 로그 좀 해석 좀 해주세요」 https://svrforum.com/?document_srl=52816&mid=svr&act=dispBoardContent.

댓글 쓰기 권한이 없습니다. 로그인

취소 댓글 등록

cmt alert

신고

"님의 댓글"

이 댓글을 신고하시겠습니까?

댓글 삭제

"님의 댓글"

삭제하시겠습니까?


목록

공유

facebooktwitterpinterestbandkakao story
번호 분류 제목 글쓴이 날짜 조회 추천
질문 proxmox ssd 인식이 갑자기 안됩니다 고장인걸까요? 3 kmw_ 1일 전09:37 127 +1
질문 ZFS 풀에서 계속 에러가 뜹니다 3 bass9030 1일 전00:43 85 +1
잡담 백업 주기와 방법에 대한 고민 12 칼룬 2일 전18:12 221 +1
3848 질문
image
감자칩 3시간 전20:04 79 0
3847 질문
normal
ljr10 3시간 전19:45 62 0
3846 질문
image
TANG 11시간 전11:33 96 0
3845 질문
normal
감자칩 1일 전18:55 106 0
3844 질문
normal
숲형 1일 전11:21 216 0
3843 질문
image
kmw_ 1일 전09:37 127 +1
3842 질문
normal
bass9030 1일 전00:43 85 +1
3841 잡담
normal
칼룬 2일 전18:12 221 +1
3840 질문
normal
늘맑음 2일 전15:10 183 +1
3839 질문
image
게르노 2일 전12:26 68 0
3838 잡담
normal
bong90a 2일 전10:50 363 0
3837 후기
image
추주비 2일 전10:33 269 +1
3836 질문
normal
angrynerd 3일 전14:11 420 0
3835 오픈소스
image
달소 5일 전23:00 380 0
3834 후기
normal
N4100 5일 전18:56 436 +4
3833 가이드
file
펜타네스트 5일 전18:39 292 +1
3832 질문
image
똥쓰똥쓰 5일 전17:02 275 0
3831 후기
image
동도리군 5일 전10:27 315 0
3830 질문
image
칼룬 6일 전11:56 78 0
3829 질문
image
초보나스 6일 전11:13 324 0