[
https://issues.apache.org/jira/browse/RANGER-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14638373#comment-14638373
]
Loïc C. Chanel commented on RANGER-579:
---------------------------------------
Of course !
23 Jul 2015 09:31:52 ERROR PasswordValidator [Thread-2893] - Response [FAILED:
unable to validate due to error javax.net.ssl.SSLHandshakeException: Remote
host closed connection during handshake] for user: null
javax.net.ssl.SSLHandshakeException: Remote host closed connection during
handshake
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown
Source)
at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
at sun.security.ssl.AppInputStream.read(Unknown Source)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at java.io.BufferedReader.fill(Unknown Source)
at java.io.BufferedReader.readLine(Unknown Source)
at java.io.BufferedReader.readLine(Unknown Source)
at
com.xasecure.authentication.PasswordValidator.run(PasswordValidator.java:58)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(Unknown Source)
... 13 more
> Fix SSL handshake exception poping every minute
> -----------------------------------------------
>
> Key: RANGER-579
> URL: https://issues.apache.org/jira/browse/RANGER-579
> Project: Ranger
> Issue Type: Improvement
> Components: usersync
> Affects Versions: 0.4.0
> Reporter: Loïc C. Chanel
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> Fix the SSL Handshake exception that appear every minute into UserSync logs,
> which seems to be resulting of Ambari monitoring that connects to the
> component to check if it's alive, but disconnect before a fully establishment
> of the SSL handshake.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)