Extra Form
PHP PHP 7.4
CMS Rhymix 2.x

스크린샷 2021-06-11 14.06.02.png

 

오전까지 사이트 접속이 되다가 갑자기 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# 

 

혹시 어떤 문제인지 알수 있을까요?

  • profile
    인증서는 잘 연장되었으나 PHP-FPM이 실행되지 않고 있는 등 백엔드쪽 문제로 연결이 안되고 있는 것으로 보입니다. FPM 실행여부 점검해 보시면 됩니다.
  • profile profile
    감사 합니다.
  • profile profile

    fastcgi_pass unix:/run/php/php7.4-fpm.sock; 

     

    급하게 따라하다 보니 php 버전이 7.2로 된 부분을 발견하고 다시 7.4로 수정했는데 

     

    502 Bad Gateway 에서 다시 처음 증상인 오류로 가버렸습니다. 

     

     

    인증서 재설치 해서 해결 되었습니다. 도움 주셔서 감사 합니다.