David Gubler edited a comment on Bug JENKINS-10095

I'm having the same problem. I think the issue is that while a certificate is configured in jenkins, it is not used by the plugin for the initial checkout.

That's what I can see in the apache log:
yyy.zzz.com:443 xxx.xxx.xxx.xxx - jenkins [19/Jun/2012:15:13:16 +0200] "OPTIONS /svn/gmen_internal/Engineering/Jenkins HTTP/1.1" 200 5993 "-" "SVN/1.6.6 SVNKit/1.3.2 (http://svnkit.com/) rSNAPSHOT"
yyy.zzz.com:443 xxx.xxx.xxx.xxx - jenkins [19/Jun/2012:15:13:16 +0200] "OPTIONS /svn/gmen_internal/Engineering/Jenkins HTTP/1.1" 200 5993 "-" "SVN/1.6.6 SVNKit/1.3.2 (http://svnkit.com/) rSNAPSHOT"
yyy.zzz.com:443 xxx.xxx.xxx.xxx - - [19/Jun/2012:15:13:39 +0200] "OPTIONS /svn/gmen_internal/Engineering/Jenkins HTTP/1.1" 403 5880 "-" "SVN/1.6.6 SVNKit/1.3.2 (http://svnkit.com/) rSNAPSHOT"
yyy.zzz.com:443 xxx.xxx.xxx.xxx - - [19/Jun/2012:15:13:39 +0200] "OPTIONS /svn/gmen_internal/Engineering/Jenkins HTTP/1.1" 403 5880 "-" "SVN/1.6.6 SVNKit/1.3.2 (http://svnkit.com/) rSNAPSHOT"

The first two lines happen when the input is validated (SCM sync configuration -> repostory url, insert url and click somewhere outside that input field), the second two lines happen when I click "apply". Thus the plugin "forgets" to authenticate using the certificate.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to