Un-authenticated client required.
I've currently been working on producing a client / server prototype for something I'm working on. I have been able to encrypt the socket connection between the clients and the server using SSLSockets, but only by using a keystore file at both ends.
What I抦 doing requires clients to be able to access an applet over a secure TCP socket connection from any location, is this possible? Obviously using the keystore method which I have been using doesn't allow for this as any client would first need a copy of the keystore.
Any help would be greatly appreciated, I'm been searching the Internet all day and haven't found anything of use.
Cheers
jrp

