FreddieBrown / stabilize

QUIC/UDP L4 Proxy Load Balancer
GNU General Public License v3.0
1 stars 0 forks source link

Ensure certificate validation on both ends of transmission #14

Closed FreddieBrown closed 4 years ago

FreddieBrown commented 4 years ago

Project currently doesn't ensure certificates are valid. This issue should ensure that a valid certificate is sent and received then validated. Also, work should be done to look into how to generate a signed certificate and key.

FreddieBrown commented 4 years ago

In branch v2, certificates are being generated if they are not there when starting server. When starting client to connect to servers, it will use the same certificate.

FreddieBrown commented 4 years ago

Added instructions to README. Up to the user to set the certificate. If they do not, one will be provided for them.