Relative Content

Tag Archive for javasslssl-certificate

Certificate chain does not include all certificates sent by server in checkServerTrusted

I’ve written a Java service that accepts a hostname/port (protocol agnostic) and responds with the entire certificate chain details, including the acceptable CA names provided by the server. After the application connects and extracts SSL certificate data, it immediately disconnects from the host. I’ve written a custom TrustManager and KeyManager to extract these details.