Testing TLS server with invalid requests

Viewed 23

I created a TLS server that authenticates the client, reads the client request and answers appropriately.

I want to test how my server reacts to bad tls handshake requests, errors and alerts. Is there a client that can test this on my server?

Thanks in advance

0 Answers
Related