Java how to set up SSL Connection client-server -
i have looked around , googled this, haven't been able find definitive answer.
currently have basic code done support ssl connection between clients , server, lost on how continue.
what have:
- a game uses client-server model.
- i need distribute clients @ point.
- i have server running on fixed host/port.
in order use ssl seems need certificates, questions:
- how these certificates?
- how include them in client , in server?
any answer appreciated.
regards.
have @ jsse reference guide.
you need 1 certificate ssl, @ server, unless doing client authentication, haven't mentioned.
Comments
Post a Comment