[Java] javax.net.ssl.SSLException: Certificate doesn't match any of the subject alternative names 에러 해결
항상 하던 작업인데도 다시하면 새로운 에러를 뱉는 놀라운 개발의 세계! 이번엔 SSL 인증서가 해당 호스트 네임과 맞지 않는다는 에러가 발생했다. I/O error on GET request for "https://jane-shop.kr/create-user": Certificate for doesn't match any of the subject alternative names: [jane-shop.kr, www.jane-shop.kr]; nested exception is javax.net.ssl.SSLException: Certificate for doesn't match any of the subject alternative names: [jane-shop.kr, www.jane-shop.kr] ..
Java
2021. 12. 3. 15:59