사이트 ssl인증 문제로 연결이 되지 않습니다.
CMS/프레임워크 | Rhymix 2.0 |
---|---|
개발 언어 | PHP 7.4 |
문제 페이지 주소 | 비공개 (작성 후 5일 경과) |
오전까지 사이트 접속이 되다가 갑자기 ssl인증 에러가 떠서 조금전
https://koreanvlog.com/136/ 이 게시글을 참조해서 ssl키를 새롭게 생성하고
크론까지 설정했는데 아직 연결이 안되네요.
아래는 크론 테스트 결과입니다.
root@velomano-i:/home/ubuntu# sudo certbot renew --dry-run
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/feedzone.club.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator webroot, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for feedzone.club
http-01 challenge for www.feedzone.club
Waiting for verification...
Cleaning up challenges
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
new certificate deployed without reload, fullchain is
/etc/letsencrypt/live/feedzone.club/fullchain.pem
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates below have not been saved.)
Congratulations, all renewals succeeded. The following certs have been renewed:
/etc/letsencrypt/live/feedzone.club/fullchain.pem (success)
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates above have not been saved.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
root@velomano-i:/home/ubuntu#
혹시 어떤 문제인지 알수 있을까요?
댓글 3
fastcgi_pass unix:/run/php/php7.4-fpm.sock;급하게 따라하다 보니 php 버전이 7.2로 된 부분을 발견하고 다시 7.4로 수정했는데502 Bad Gateway 에서 다시 처음 증상인 오류로 가버렸습니다.인증서 재설치 해서 해결 되었습니다. 도움 주셔서 감사 합니다.