Archive for certificate

You are browsing the archives of certificate.

keytool java.security.cert.CertificateParsingException: signed overrun, bytes = 139

When playing with SSL certificates and Java I came across a very weird error that I could not find a solution to anywhere.
I had submitted my CSR and got the certificate back in an email, so I copied it and pasted it into a .cer file ready to SSL my applet, but when trying to […]

Java RMI Client Authentication

Security is painful. My attempts to make our applet that is using RMI use SSL as well have absolutely done my head in.
First there was the fact that a self signed certificate wouldn’t do. This wasn’t a big surprise, but it wouldn’t even allow me to test my app to ensure it was working before […]