linux - Server Authentication failed (SVN / Jenkins) Maven release -


i have issue when releasing builds newly configured jenkins. whenever svn commit issued, runs error "server verification failed: issuer not trusted"

i have tried multiple methods of svn checkout, svn list, etc. , permanently accept certificate information (fingerprint), no avail..

is there else can or can allow, without compromising on security disabling ssl?

any appreciated. thank you.

this sounds self-signed ca certificate in use. add self-signed ca certificate jenkin's jdk , jdk used build. $java_home/jre/lib/security/cacerts

add ca jdk cacerts file


Comments