Skip to content

Instantly share code, notes, and snippets.

@jsanda
Created June 12, 2012 13:57
Show Gist options
  • Save jsanda/2917677 to your computer and use it in GitHub Desktop.
Save jsanda/2917677 to your computer and use it in GitHub Desktop.
Failed tests: testSendSecureMessageClientAuthWantWithTruststore(org.rhq.enterprise.agent.AgentComm2Test): Failed to send command from agent1 to agent2: Command Response: isSuccessful=[false]; command=[null]; results=[null]; exception=[org.jboss.remoting.CannotConnectException:Can not get connection to server. Problem establishing socket connection for InvokerLocator [sslsocket://127.0.0.1:22222/] -> java.lang.reflect.InvocationTargetException:null -> javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException: No trusted certificate found -> sun.security.validator.ValidatorException:No trusted certificate found]
testSendSecureMessageFullAuth(org.rhq.enterprise.agent.AgentComm2Test): Failed to send command from agent1 to agent2: Command Response: isSuccessful=[false]; command=[null]; results=[null]; exception=[org.jboss.remoting.CannotConnectException:Can not get connection to server. Problem establishing socket connection for InvokerLocator [sslsocket://127.0.0.1:22222/] -> java.lang.reflect.InvocationTargetException:null -> javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException: Certificate signature validation failed -> sun.security.validator.ValidatorException:Certificate signature validation failed -> java.security.SignatureException:Signature does not match.]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment