ssl certificate - openssl not fetching certification details -


we able connect not fetching certification details.

$ bash-3.2# echo | openssl s_client -host $h -port $p 2>/dev/null

connected(00000005)

$

you need pipe openssl , tell parts or whole certificate, want. example tag on | openssl x509 -text -noout end can see entire certificate.

the kind of command add on ends of statement define information pulled output. have piece of information in mind want get?


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -