A quick update:
Finally got the DTLS encryption working on all systems. A Client running on my local machine, calls the gateway for login into the AUTH server. Auth Server authenticates and sends the passkey to client. Client logs into the world server and enters the lobby to make ship selection and enter the game.
Now that this is working properly it's time to add registration (and factions!) functions.

Client login

Gateway
Auth and World are just a couple of lines, but all working. On to the next step.