본문 바로가기
IT Note/Adobe Express Add-on

Add-on Error: Could not locate a valid SSL certificate to host the add-on

by 시뮝 2025. 4. 23.
728x90

SSL Error description(1)

만약 이런 에러가 출력 된다면 OpenSSL 설치 및 PATH 설정이 필요합니다.

  • https://slproweb.com/products/Win32OpenSSL.html 에서 최신 버전의 파일로 설치
  • "환경 변수 편집" (시스템 설정 > 고급 시스템 설정 > 환경 변수)
  • Path 항목에 OpenSSL의 bin 폴더 경로 추가
    예: C:\Program Files\OpenSSL-Win64\bin
  No SSL related certificate or key files were found. Please retry after setting them up.

 

 


SSL Error description(2)

add-on 을 실행 했을 때 아래와 같은 에러 문구가 나오는 경우가 있습니다. 이는 시스템에 설치된 SSL이 유효하지 않았기 때문인데요, 기존에 개발하던 add-on의 `@adobe/ccweb-add-on-scripts` 버전이 달라졌거나 SSL이 정상적으로 설정되지 않았기 때문입니다.

Could not locate a valid SSL certificate to host the add-on.
If you had previously set it up, it may have been invalidated due to a version upgrade.

How to resolve

add-on의 SSL 설정을 초기화하고 재설정합니다. 그리고 다시 프로젝트를 실행하면 정상적으로 작동됨을 확인할 수 있습니다.

 npx @adobe/ccweb-add-on-ssl purge
 
 npx @adobe/ccweb-add-on-ssl setup --hostname localhost

 

728x90

댓글