Cannot import pfx using Java

735 views Asked by At

I have a client certificate (pfx file), which I can easily import using the windows mmc, openssl and even Postman. But when I try to import it to Burp or ZAP proxies, I get error message that the password is incorrect. I tried to manually import it using keytool CLI but no success. I think this has something to do with the Java, as Burp and ZAP both written in Java, using keytool to handle the certificates. I already reinstalled Java, downgraded it to an earlier version, and still failed with this.

Really need your help guys.

0

There are 0 answers