-1
I am trying to authenticate on a web page with digital certificate, but the above error occurs.
There is a "workaround": Import the certificate into Windows and re-export. In this process, the file is added certain information (usually the size goes from 4k to 10k) and the authentication occurs smoothly.
Questions: What information is missing from the certificate that prevents authentication? And how to solve the problem via java, so that the user does not need to handle the certificate?