android-studiosvnsvn-repository

How to get SSL certification for svn server in android


Am new to android i want to checkout project from svn repo to my android studio whenever am trying to do its showing an stating that "Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted"

Below is the screen shot of error message please look into it and let me know the issue.

svn_error


Solution

  • The error is

    Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted

    Use the correct FQDN or hostname in the URL or request an admin to fix the error with the certificate. The certificate was issued to a different name than you use in the URL.