PySvn
PySvn copied to clipboard
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
The service requires certificate trust ,my PC has added a certificate trusted.
when i execute ‘svn co {url}’ is ok, but using the lib svn is can't.
How to solved it ?
I have solved the problem by modifying the.subversion/servers configuration file setting.
[global] ssl-authority-files = /path/to/the/ca-bundle.crt
https://developercommunity.visualstudio.com/t/svn-cant-connect-despite-valid-trusted-certificate/1239923