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=4&rev2=5

  
  Probable causes for SSLException
  
-  *The certificate specified in Server and client mismatch is happening or 
certificate not available in file.
+  *The certificate specified in Server and client mismatch is happening.
+  *Certificate not available in jks file mentioned.
   *Truststore password specified is wrong in xml files.
-  *In SSL truststore location the file is available.
+  *In SSL truststore location the file is not available.
   *Misconfiguration of the server or client SSL certificate and private key.
-  *Check the hostname in certification is matching with actual server hostname.
+  *Hostname in certificate is not matching with actual server hostname.
   *Common Name Mismatch or Host name in the URL you’re using for communication 
not matches one of the common names in the SSL certificate.
-  *Expired Certificate can be a cause for SSLPeerUnverifiedException
+  *Expired Certificate can be a cause for SSLPeerUnverifiedException.
   *The particular cipher suite being used does not support authentication
  

Reply via email to