Working (as I do) with secure equipment, it was inevitable that I'd eventually have to connect to a server using SSL. I didn't even get to write my own code; I had to use a Java client library that was provided to me.
The programmers of my client library weren't exactly forthcoming on where I could change its configuration, but at least they had provided me with the certificates I needed. I had to do a lot of research to find out how to use them, and I'm recording that information here.
After all, isn't learning supposed to be cooperative? Read on, and I'll show you how to work with SSL sockets in Java.
Continue reading "Using SSL in Java, Part 1" »