티스토리 뷰
유니티 안드로이드 배포후 SSL 오류가 다음과 같이 발생하는 경우 처리 방법
javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
https://code.i-harness.com/ko-kr/q/68250a
https://www.alphassl.com/support/install-root-certificate.html
openssl s_client -debug -connect api.plzlux.net:443
발급받은 인증서 파일내용을 아래와 같은 순서대로 통합해서 저장해야한다.
-----BEGIN CERTIFICATE-----
인증서 내용
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
체인인증서 내용
-----END CERTIFICATE-----'유니티 (Unity)' 카테고리의 다른 글
| 유니티 관련 유익한 링크들 (0) | 2023.03.04 |
|---|
