How to get SSL certification for svn server in android

506 views Asked by At

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

1

There are 1 answers

1
bahrep On BEST ANSWER

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.