I have TCP endpoint for a Service running with TLS
(Self-Signed) Certificate. To test this endpoint I use openssl s_client -connect service.domain.com:5050
which prints CONNECTED(00000006)
nothing else.
I have cert & key for the self-signed certificate I am using for this endpoint. How can I use the key with openssl
command above ?
If this is not possible with openssl
, what other way I can test this ?