dholmes
11 years agoOccasional Contributor
SVN Certificate issues with a trusted certificate
This was working on Monday and now i finally get someone to try it out and i am back to this. It works fine from the cmd line.
notroot@RMDevTools01:~$ svn log https://subversion.routematch.com:8443/svn/RouteMatch -r 75412
Authentication realm: <https://subversion.routematch.com:8443> VisualSVN Server
Password for 'SVNRead': ***************
-----------------------------------------------------------------------
ATTENTION! Your password for authentication realm:
<https://subversion.routematch.com:8443> VisualSVN Server
can only be stored to disk unencrypted! You are advised to configure
your system so that Subversion can store passwords encrypted, if
possible. See the documentation for details.
You can avoid future appearances of this warning by setting the value
of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
'/home/notroot/.subversion/servers'.
-----------------------------------------------------------------------
Store password unencrypted (yes/no)? no
svn: E175002: Unexpected HTTP status 500 'Internal Server Error' on '/svn/RouteMatch/!svn/rvr/62094'
svn: E160006: Additional errors:
svn: E160006: No such revision 75412
Yet when configuring the SCM in the admini console i get this. I don't know how to troubleshoot. If it is configuration on the SVN server side, i need to know how to prove that. The Certificate is signed and installed.
If i change the name of the server to the local name which doesn't match the certificate i get this error.
notroot@RMDevTools01:~$ svn log https://subversion.routematch.com:8443/svn/RouteMatch -r 75412
Authentication realm: <https://subversion.routematch.com:8443> VisualSVN Server
Password for 'SVNRead': ***************
-----------------------------------------------------------------------
ATTENTION! Your password for authentication realm:
<https://subversion.routematch.com:8443> VisualSVN Server
can only be stored to disk unencrypted! You are advised to configure
your system so that Subversion can store passwords encrypted, if
possible. See the documentation for details.
You can avoid future appearances of this warning by setting the value
of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
'/home/notroot/.subversion/servers'.
-----------------------------------------------------------------------
Store password unencrypted (yes/no)? no
svn: E175002: Unexpected HTTP status 500 'Internal Server Error' on '/svn/RouteMatch/!svn/rvr/62094'
svn: E160006: Additional errors:
svn: E160006: No such revision 75412
Yet when configuring the SCM in the admini console i get this. I don't know how to troubleshoot. If it is configuration on the SVN server side, i need to know how to prove that. The Certificate is signed and installed.
Error: Invalid input: Version control server configuration error: Could not create valid Subversion configuration based on configured repository url: svn: E230001: Unable to connect to a repository at URL 'https://subversion.routematch.com:8443/svn/RouteMatch'
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
If i change the name of the server to the local name which doesn't match the certificate i get this error.