Archive for ssl
You are browsing the archives of ssl.
You are browsing the archives of ssl.
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 […]
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 […]