gnodet opened a new pull request, #2965:
URL: https://github.com/apache/cxf/pull/2965

   ## Summary
   
   - Four of the five certificates in 
`testutils/src/test/resources/keys/subjalt.jks` expired on December 15, 2024
   - This causes `HostnameVerificationTest` and 
`HostnameVerificationDeprecatedTest` to fail with SSL handshake errors
   - Regenerated the four expired certificates (`subjaltmatch`, 
`subjaltnomatch`, `nosubjaltcnmatch`, `nosubjaltcnnomatch`) with identical 
DN/SAN values and 10-year validity (until 2036)
   - The fifth certificate (`nosubjaltcnmatchwildcard`) remains valid until 
2028 and was not changed
   
   ## Test plan
   
   - [ ] CI passes: `HostnameVerificationTest` and 
`HostnameVerificationDeprecatedTest` should now succeed
   - [ ] Verify no other tests are affected by the certificate regeneration
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to