Article 546S7 Different output returned from same endpoint

Different output returned from same endpoint

by
elfoozo
from LinuxQuestions.org on (#546S7)
I'm doing the same openssl test from two Linux servers to the same host iDRAC endpoints but the endpoint output provides different results depending on the source server.

One server returns results in what looks like normal certificate subject format. The other server strips the slashes and adds occasional extra spaces into the openssl output.

The openssl test:
Code:echo quit | openssl s_client -connect "$MyIDRACfqdn":443 2>/dev/null | openssl x509 -noout -subjectOS, CentOS 7.6.1810
openssl version, OpenSSL 1.0.2k-fips 26 Jan 2017
Code:subject= /C=US/ST=Texas/L=Round Rock/O=Dell Inc./OU=Remote Access Group/CN=idrac-SVCTAG/emailAddress=support@dell.com
OS, Ubuntu 18.04.4 LTS
openssl version, OpenSSL 1.1.1 11 Sep 2018
Code:subject=C = US, ST = Texas, L = Round Rock, O = Dell Inc., OU = Remote Access Group, CN = idrac-SVCTAG, emailAddress = support@dell.com
Anybody seen this behavior before or have some troubleshooting ideas what's eating the slashes and injecting spaces?latest?d=yIl2AUoC8zA latest?i=xkLS0YTVeW0:rQ_dcj_fJBo:F7zBnMy latest?i=xkLS0YTVeW0:rQ_dcj_fJBo:V_sGLiP latest?d=qj6IDK7rITs latest?i=xkLS0YTVeW0:rQ_dcj_fJBo:gIN9vFwxkLS0YTVeW0
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments