Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include security in the WS communication between client and server #3

Open
2 tasks
wil92 opened this issue Aug 8, 2023 · 0 comments
Open
2 tasks

Comments

@wil92
Copy link

wil92 commented Aug 8, 2023

Description

The communication between the client and server is secure given that we are going to use WWS. The problem here is that the server needs to validate that the client is how it said it is. This is why from the server we can create for a client his personal certificate and this certificate is going to be used by the client at the beginning of the communication for security.

The certificate creation in the server should be covered in the issue:

  • At the connection to the server, the client should send to it the certification and wait for the validation
  • Once the certificate validation is done, the client and server should be ables to interact without problems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant