How can I use the OpenSSL error stack to diagnose issues with custom certificate extensions?

Responsive Ad Header

Question

Grade: Education Subject: Support
How can I use the OpenSSL error stack to diagnose issues with custom certificate extensions?
Asked by:
92 Viewed 92 Answers
Responsive Ad After Question

Answer (92)

Best Answer
(341)
If you're using custom certificate extensions, the error stack might indicate that the server isn't validating those extensions correctly. This could be due to incorrect extension formats, missing extensions, or server-side configuration issues. Carefully review the error messages for clues about the specific extension causing the problem.