I constantly get the same error during svn update or compare operations in IntelliJ Idea Community edition:
svn: E175002: Received fatal alert: unexpected_messag
Just another note on this as I just ran into it. There is a note about this in the release notes for Java 8 Update 60 (8u60) (here: https://java.com/en/download/faq/release_changes.xml) about where the disabled cipher suites are listed, which is in $JAVA_HOME/jre/lib/security
in the file java.security
.
You can re-enable various disabled ciphers by removing them from the disabled list.
HTH someone.