Posts by marciel.deg • 121 points
3 posts
-
0
votes1
answer208
viewsA: javax.net.ssl.Sslhandshakeexception: Received fatal Alert: bad_certificate
After making a diff between the SSL authentication log of the original certificate and the modified one, I found the solution. The information added to the Windows certificate is Certificate chain.…
-
-1
votes1
answer208
viewsQ: javax.net.ssl.Sslhandshakeexception: Received fatal Alert: bad_certificate
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…
-
2
votes1
answer305
viewsQ: How to identify if the certificate is A1 or A3?
There is a safe way to identify from an object X509Certificate, if the certificate is A1 or A3? I’m using the function below, but very prone to failures: // Certificados podem ter descrições…