You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/06/16 06:02:00 UTC

[jira] [Commented] (AMBARI-11938) Namenode log contains:javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate

    [ https://issues.apache.org/jira/browse/AMBARI-11938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587419#comment-14587419 ] 

Hudson commented on AMBARI-11938:
---------------------------------

FAILURE: Integrated in Ambari-branch-2.1 #49 (See [https://builds.apache.org/job/Ambari-branch-2.1/49/])
AMBARI-11938 - Namenode log contains:javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate (tbeerbower) (tbeerbower: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=1e4f337640b6964fe2f4adf1fd312ecff006c997)
* ambari-common/src/main/python/resource_management/libraries/functions/curl_krb_request.py


> Namenode log contains:javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate
> ------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-11938
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11938
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Tom Beerbower
>            Assignee: Tom Beerbower
>             Fix For: 2.1.0
>
>
> The following is being reported in the namenode logs on a cluster with wire encryption enabled.
> {code}
> 2015-06-05 23:00:17,702 WARN  mortbay.log (Slf4jLog.java:warn(89)) - EXCEPTION 
> javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate
> 	at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
> 	at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
> 	at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1979)
> 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1086)
> 	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1332)
> 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1359)
> 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1343)
> 	at org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:723)
> 	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
> {code}
> Ambari JMX alert checks on a kerberized cluster are polling with curl.  The curl call should use -k to ignore checking the server's certificates.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)