You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josiah Samuel Sathiadass (JIRA)" <ji...@apache.org> on 2015/06/18 12:45:00 UTC

[jira] [Created] (SPARK-8438) Http SSLfailure with IBM java

Josiah Samuel Sathiadass created SPARK-8438:
-----------------------------------------------

             Summary: Http SSLfailure with IBM java
                 Key: SPARK-8438
                 URL: https://issues.apache.org/jira/browse/SPARK-8438
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 1.4.0
         Environment: IBM Power Systems
Ubuntu 14.04LE
            Reporter: Josiah Samuel Sathiadass
            Priority: Minor


Http SSL Handshake fails with IBM Java in 1.4.0.

The exception is as follows,

  javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
  at com.ibm.jsse2.j.a(j.java:32)
  at com.ibm.jsse2.j.a(j.java:44)
  at com.ibm.jsse2.qc.b(qc.java:206)
  at com.ibm.jsse2.qc.a(qc.java:108)
  at com.ibm.jsse2.qc.h(qc.java:720)
  at com.ibm.jsse2.qc.a(qc.java:739)
  at com.ibm.jsse2.qc.startHandshake(qc.java:551)
  at com.ibm.net.ssl.www2.protocol.https.c.afterConnect(c.java:115)
  at com.ibm.net.ssl.www2.protocol.https.d.connect(d.java:66)
  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313)

After reverting the changes in the following commits it works fine.

https://github.com/tellison/spark/commit/96158b2933485b101a7664adab98b47002e82d54
https://github.com/tellison/spark/commit/8de8a3e7b6a9bcb9802abca3c700f54d1880c148

Both are part of the pull request,
https://github.com/apache/spark/pull/6282

Soon I will update the JIRA with a sample code. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org