79685605

Date: 2025-07-01 06:33:02
Score: 1
Natty:
Report link

The problem was in client certificate, that was signed by wrong intermediate certificate.

To find a problem I used flag

-Djava.security.debug=certpath,verbose

so in logs I found that authority key identifier of client certificate is not equal to Subject Key Identifier of intermediate certificate

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Haster