We came across this great little tool, and wanted to share in case anyone can use the info. Shining Light OpenSSL client for Windows is a command line OpenSSL utility, implementing the full OpenSSL software for testing and debugging SSL connection issues on Windows systems.
Download the OpenSSL client, free, here: https://slproweb.com/products/Win32OpenSSL.html
After running the installer, open Command Prompt and navigate to the folder where the software was installed.
cd c:windowsopenssl
Try a connection to a SSL host:
openssl s_client -connect the.server.edu:3269
Note that this client does NOT include any root CA certificates, and never uses the Windows certificate store, which will cause “verify error 20” unless CA certificates are explicitly given.
To have OpenSSL fully verify, you must get a suitable set of CA certs in PEM file(s) and give them explicitly to s_server using -CAfile or -CAparth or a combination. Specify a certificate file like this:
openssl s_client -connect the.server.edu:3269 -CAfile "C:/windows/openssl/certificates/certs.pem"

Lightning-fast VPS hosting with enterprise SSD storage, global data centers, and 99.99% uptime. Built for developers, trusted by enterprises.
support@solvps.com
1-888-256-8213
These cookies are essential for the website to function and cannot be switched off.
These cookies enable enhanced functionality and personalization, such as live chat or video.
These cookies help us understand how visitors interact with the website (for example Google Analytics).
These cookies are used to deliver and measure advertising (for example Meta Pixel, LinkedIn Insight, Google Ads).