Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
openssl s_client -showcerts -connect DOMAINTOTEST:https

If openssl shows only one certificate is shown with a error like that:

Verify return code: 21 (unable to verify the first certificate)

This indicates that the requested server only provides the server certificate but no intermediate certificate.

...