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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -