Hello, I have a setup where SSL is working using MINA and the Bogus SSL filter when it connects to itself.
The server program that uses a self signed certificate. How do I get the client JVM to trust this self signed certificate? I have control over the client JVM but not the socket code that connects to the server as it is from a third party. If what I have read that I should be able to create the bogus self signed cert as is done in the SSL example code in the MINA framework and somehow import that into the java cacerts file such that the client program will trust that certificate. But I can not get it to work. Any help would be greatly appreciated, Scott
