When attempting a file upload to an Alfresco Server using ssl the server logs show no errors. The below error can be pulled from the clients logs.
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
Certificates have been checked, and are valid. From this error is it possible to tell if the error is occuring on the server or client side of the ssl handshake?
I would assume that it is client side since the server shows no log entries but am not confident in my answer. Could it be that the client has an invalid certificate for the server, and it needs to be reimported as a trusted source?
New information:
The javadoc for SSLPeerUnVerifedException mentions that "the peer was not able to identify itself.". So I am led to believe that my guess stands that something needs to be addressed on the client machine?
I am unsure if this kind of question belongs here or on Serverfault, but feel free to vote to move.
I have also floated the question over on ServerFault in a different fashion.