Posts from 2015 - Apr
Java Keystore
This is just a quick one but it's something I forget every time and always forget where to look.
I deal with lots of Java software at work and on our development network we have our own self-signed SSL certificate which we use for self-hosted internal tools. This can cause issues when bits of Java software need to communicate with those self-signed SSL using tools. This post is here to explain my common use-case and a common pitfall I have when doing it.