When attemting to communicate with an Alfresco Server to perform a file upload the client receives the following error in their logs.
Indicates that the peer's identity has not been verified.
When the peer was not able to identify itself (for example; no certificate, the particular cipher suite being used does not support authentication, or no peer authentication was established during SSL handshaking) this exception is thrown.
I was attempting to break down the SSL handshake to see what is causing this error using steps around the web.
On which step does it look like the handshake is failing. I am leaning towards 3 but have no idea due to the following:
- The error is only thrown during file uploads. (Downloads, browsing, etc all work fine.)
- Certificates have been checked and are still valid
- Certificates have been reupdated on the client
- The certs were not in cacerts on the client before so they have not been put there
Is this error occuring serverside and something is misconfigured on the server? If so what could it be?