Skip to Content

The OpenSSL s_client command is a helpful test client for troubleshooting remote SSL or TLS connections. This post covers various examples of testing SSL connections with different ciphers, TLS versions, and SSL server certificate analysis. OpenSSL s_client connect openssl s_client -connect example.com:443 Use the openssl s_client -connect flag to display diagnostic information about the SSL …

Read More about 10 Useful Examples of Openssl S_client Command

An epic is often a larger user story that is broken down into smaller stories in order to be worked on. The important thing to note about epics is that they aren’t just an agile tool. Teams of all work styles can benefit from the epic in Jira because an epic can be a feature, …

Read More about what is an epic in jira?

certificate chain is an ordered list of certificates, containing an SSL/TLS Certificate and Certificate Authority (CA) Certificates, that enable the receiver to verify that the sender and all CA’s are trustworthy. The chain or path begins with the SSL/TLS certificate, and each certificate in the chain is signed by the entity identified by the next …

Read More about Check SSL Certificate Chain with OpenSSL Examples

ICMP type is the first 8 bits in the ICMP message header. It provides a brief explanation of what the message is for so the receiving network device knows why it is getting the message and how to treat it. For example, a Type 8 Echo is a query a host sends to see if …

Read More about What is ICMP type?