PySvn icon indicating copy to clipboard operation
PySvn copied to clipboard

svn: E230001: Server SSL certificate verification failed: issuer is not trusted

Open zhangwk02 opened this issue 2 years ago • 1 comments

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. image

How to solved it ?

zhangwk02 avatar Jun 16 '23 02:06 zhangwk02

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

zhangwk02 avatar Jun 16 '23 03:06 zhangwk02