svn을 통해 관리되는 서버에 접속 실패되는 이슈가 발생하여 해결방안을 정리하였습니다. Error 내용 (Server SSL certificate verification failed) svn: E230001: Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted 시도한 방법 svn list {svn 주소} {svn 주소}에 domain과 port가 있는 경우 port까지 추가하여 명령어를 실행 하면 될 줄 알았지만 해결되지 않고 다른 에러 확인. ex) svn list https://thewayhj.tistory.com:443 -> does not support..