[ 
https://issues.apache.org/jira/browse/HADOOP-15595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gergo Repas updated HADOOP-15595:
---------------------------------
    Description: 
When running the build with {{-Dhttps.protocols=TLSv1.2 
-Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256}}, the error is:
{code:java}
[INFO] Running org.apache.hadoop.http.TestSSLHttpServer
[ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.122 s 
<<< FAILURE! - in org.apache.hadoop.http.TestSSLHttpServer
[ERROR] testExcludedCiphers(org.apache.hadoop.http.TestSSLHttpServer)  Time 
elapsed: 0.01 s  <<< FAILURE!
java.lang.AssertionError: No Ciphers in common, SSLHandshake must fail.
        at 
org.apache.hadoop.http.TestSSLHttpServer.testExcludedCiphers(TestSSLHttpServer.java:181)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   TestSSLHttpServer.testExcludedCiphers:181->Assert.fail:88 No Ciphers 
in common, SSLHandshake must fail.
{code}

  was:
The error is:
{code}
[INFO] Running org.apache.hadoop.http.TestSSLHttpServer
[ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.122 s 
<<< FAILURE! - in org.apache.hadoop.http.TestSSLHttpServer
[ERROR] testExcludedCiphers(org.apache.hadoop.http.TestSSLHttpServer)  Time 
elapsed: 0.01 s  <<< FAILURE!
java.lang.AssertionError: No Ciphers in common, SSLHandshake must fail.
        at 
org.apache.hadoop.http.TestSSLHttpServer.testExcludedCiphers(TestSSLHttpServer.java:181)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   TestSSLHttpServer.testExcludedCiphers:181->Assert.fail:88 No Ciphers 
in common, SSLHandshake must fail.
{code}


> TestSSLHttpServer fails if the build uses custom -Dhttps.cipherSuites
> ---------------------------------------------------------------------
>
>                 Key: HADOOP-15595
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15595
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 3.1.0
>            Reporter: Gergo Repas
>            Assignee: Gergo Repas
>            Priority: Major
>         Attachments: HADOOP-15595.000.patch
>
>
> When running the build with {{-Dhttps.protocols=TLSv1.2 
> -Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256}}, the error is:
> {code:java}
> [INFO] Running org.apache.hadoop.http.TestSSLHttpServer
> [ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.122 
> s <<< FAILURE! - in org.apache.hadoop.http.TestSSLHttpServer
> [ERROR] testExcludedCiphers(org.apache.hadoop.http.TestSSLHttpServer)  Time 
> elapsed: 0.01 s  <<< FAILURE!
> java.lang.AssertionError: No Ciphers in common, SSLHandshake must fail.
>       at 
> org.apache.hadoop.http.TestSSLHttpServer.testExcludedCiphers(TestSSLHttpServer.java:181)
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Failures: 
> [ERROR]   TestSSLHttpServer.testExcludedCiphers:181->Assert.fail:88 No 
> Ciphers in common, SSLHandshake must fail.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to