jenkinsci / jenkinsci/subversion-plugin
[JENKINS-31372] SSL Mutual - authentication error
Open
component:subversion-plugin
imported-jira-issue
priority:critical
resolution:unresolved
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
- jenkins version: 1.631
- plugin version: 2.5.3 (>2.4.3 - the last one that works)
- java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) Client VM (build 25.5-b02, mixed mode) - the job is configured to do SCM pulling
- CPU >100% (probably because of scm (svn) pooling from all the jobs): SCM pulling fails because of authentication problem but is immediately retried and so on in an infinite loop and the system becomes unresponsive.
- this is related to JENKINS-14958">JENKINS-14958 but is not the same. (I use Oracle JVM)
- attached is the trace for the exception
- If I downgrade the plugin to 2.4.3 and change nothing in the configuration (same job config, same certificate) it works well.
---
Originally reported by georgeg, imported from: SSL Mutual - authentication error
Raw content of original issue
- jenkins version: 1.631
- plugin version: 2.5.3 (>2.4.3 - the last one that works)
- java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) Client VM (build 25.5-b02, mixed mode) - the job is configured to do SCM pulling
- CPU >100% (probably because of scm (svn) pooling from all the jobs): SCM pulling fails because of authentication problem but is immediately retried and so on in an infinite loop and the system becomes unresponsive.
- this is related to JENKINS-14958 but is not the same. (I use Oracle JVM)
- attached is the trace for the exception
- If I downgrade the plugin to 2.4.3 and change nothing in the configuration (same job config, same certificate) it works well.
1 attachment
- [jenkins-subversion-erros.txt](https://issues.jenkins.io/secure/attachment/31200/jenkins-subversion-erros.txt)
Contributor guide
Assessment
This issue has not been assessed yet.