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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -