Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "SSLException" page has been changed by bibinchundatt:
https://wiki.apache.org/hadoop/SSLException?action=diff&rev1=2&rev2=3

  Indicates that the client and server could not negotiate the desired level of 
security
  
   *The certificate specified in Server and client mismatch is happening or 
certificate not available in JKS.
-  *Recheck the truststore password and is correct or not.
+  *Recheck the truststore password is correct or not.
-  *Check SSL truststore location the file is not available.
+  *Check SSL truststore location the file is available.
  
  Use the below command to verify in truststore the certificate is 
available.<<BR>>
  {{{keytool -list -v -keystore $ALL_JKS -storepass 
$CLIENT_TRUSTSTORE_PASSWORD}}}

Reply via email to