swsnu / swppfall2022

Learning Software Engineering By Building Web Services
30 stars 10 forks source link

[질문] 배포 중 오류 발생 #207

Open Moshed-Potato opened 1 year ago

Moshed-Potato commented 1 year ago
스크린샷 2022-12-06 오후 7 40 30

FE https 배포 과정 중 위와 같은 오류가 발생하는데 어떻게 해결하면 좋을까요??

에러 메시지 : nginx: [emerg] cannot load certificate "/usr/app/ssl/fullchain.pem": PEM_read_bio_X509_AUX() failed (SSL: error:0909006C:PEM routines:get_name:no start line:Expecting: TRUSTED CERTIFICATE)

diffzerg commented 1 year ago

https://github.com/swsnu/swppfall2022/issues/196#issuecomment-1337625300 저도 비슷한 오류를 겪었는데 이렇게 한번 시도해 보시는걸 추천드립니다

Moshed-Potato commented 1 year ago

@diffzerg 이전에 그 이슈를 보고 따라했었는데 해결되지 않았습니다 ㅠㅠ 답변 감사합니다!

gajagajago commented 1 year ago

SSL path를 파일이 아니라 디렉토리를 마운팅 해서 발생했던 문제였고 해결되었습니다.