[JIRA] (JENKINS-61283) Tests fail for certificate expiration

2020-02-29 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam started work on  JENKINS-61283  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 ikedam  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204858.1583035825000.1916.1583036820314%40Atlassian.JIRA.


[JIRA] (JENKINS-61283) Tests fail for certificate expiration

2020-02-29 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam commented on  JENKINS-61283  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Tests fail for certificate expiration   
 

  
 
 
 
 

 
 https://github.com/jenkinsci/update-sites-manager-plugin/pull/17  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204858.1583035825000.1920.1583036820362%40Atlassian.JIRA.


[JIRA] (JENKINS-61283) Tests fail for certificate expiration

2020-02-29 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam updated  JENKINS-61283  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61283  
 
 
  Tests fail for certificate expiration   
 

  
 
 
 
 

 
Change By: 
 ikedam  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204858.1583035825000.1918.1583036820341%40Atlassian.JIRA.


[JIRA] (JENKINS-61283) Tests fail for certificate expiration

2020-02-29 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61283  
 
 
  Tests fail for certificate expiration   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 ikedam  
 
 
Components: 
 update-sites-manager-plugin  
 
 
Created: 
 2020-03-01 04:10  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 ikedam  
 

  
 
 
 
 

 
 shouldSuccessfullyUpdateWithWorkingUC – jp.ikedam.jenkins.plugins.updatesitesmanager.ManagedUpdateSiteJenkinsTest2s shouldAddCustomCertToTrustAnchors – jp.ikedam.jenkins.plugins.updatesitesmanager.internal.ExtendedCertJsonSignValidatorTest<1s 

 

Should be redirect
Expected: an instance of org.kohsuke.stapler.HttpResponses$5
 but: for test '#' class='showDetails'>(show details)'display:none'>java.security.cert.CertPathValidatorException: validity check failed at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135) at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:223) at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:140) at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:79) at java.security.cert.CertPathValidator.validate(CertPathValidator.java:292) at org.jvnet.hudson.crypto.CertificateUtil.validatePath(CertificateUtil.java:93) at jenkins.util.JSONSignatureValidator.verifySignature(JSONSignatureValidator.java:76) at hudson.model.UpdateSite.verifySignature(UpdateSite.java:219) at hudson.model.UpdateSite.updateData(UpdateSite.java:198) at hudson.model.UpdateSite.updateDirectlyNow(UpdateSite.java:170) at hudson.PluginManager.doCheckUpdatesServer(PluginManager.java:890) at jp.ikedam.jenkins.plugins.updatesitesmanager.ManagedUpdateSiteJenkinsTest.shouldSuccessfullyUpdateWithWorkingUC(ManagedUpdateSiteJenkinsTest.java:127) at