Cannot commit to svn repo

Answered

I am trying to commit to my Subversion repository through WebStorm and I'm getting an error that I haven't seen before:

"No appropriate protocol (protocol is disabled or cipher suites are inappropriate)"

I saw this post but it doesn't seem to apply to my situation. The "SSL protocols" values is already set to "All" in WebStorm.

I'm not sure what's going on. This was working fine yesterday. I did upgrade from MacOS High Sierra to Mojave since then. Is that causing an issue? Here is my system info:

WebStorm 2018.1.7
Build #WS-181.5540.36, built on November 19, 2018
JRE: 1.8.0_152-release-1136-b43 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.2

0
2 comments

Does committing work from the command line? It could be some changes on the server side, e.g. like reported here - https://youtrack.jetbrains.com/issue/IDEA-189407

Also, check if selecting so,e specific protocol (e.g. ssl3) instead of All helps

0
Avatar
Permanently deleted user

This appears to be a certificate related issue with the repository host (assembla.com). When I try to run it on the command line I get more information:

Error validating server certificate for 'https://subversion.assembla.com:443':
- The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually!
Certificate information:
- Hostname: *.assembla.com
- Valid: from Mar 10 20:41:39 2016 GMT until Mar 24 19:30:40 2019 GMT

It gives you an option to permanently add the certificate, which works. Seems strange to have to do that. I guess something got borked when upgrading to Mojave.

Anyway, it's working now and doesn't seem to be a WebStorm issue. Sorry for the false positive.

 

0

Please sign in to leave a comment.