ningyougang commented on issue #3606: Increase nginx security by adapting 
ssl_ciphers.
URL: 
https://github.com/apache/incubator-openwhisk/pull/3606#issuecomment-388244316
 
 
   oh. @cbickel @markusthoemmes , after rebased, some test cases can't be 
passed in my local build env. for example
   ```
   apigw.healthtests.ApiGwRestEndToEndTests > initializationError FAILED
       org.scalatest.exceptions.TestFailedException: The future returned an 
exception of type: javax.net.ssl.SSLException, with message: Received fatal 
alert: handshake_failure.
           at 
org.scalatest.concurrent.Futures$FutureConcept$class.tryTryAgain$1(Futures.scala:523)
           at 
org.scalatest.concurrent.Futures$FutureConcept$class.futureValueImpl(Futures.scala:550)
           at 
org.scalatest.concurrent.ScalaFutures$$anon$1.futureValueImpl(ScalaFutures.scala:275)
           at 
org.scalatest.concurrent.Futures$FutureConcept$class.futureValue(Futures.scala:476)
           at 
org.scalatest.concurrent.ScalaFutures$$anon$1.futureValue(ScalaFutures.scala:275)
           at common.rest.RunWskRestCmd.requestEntity(WskRest.scala:1279)
           at common.rest.WskRestNamespace.list(WskRest.scala:888)
           at common.rest.WskRestNamespace.whois(WskRest.scala:901)
           at 
apigw.healthtests.ApiGwEndToEndTests.<init>(ApiGwEndToEndTests.scala:58)
           at 
apigw.healthtests.ApiGwRestEndToEndTests.<init>(ApiGwRestEndToEndTests.scala:34)
   
           Caused by:
           javax.net.ssl.SSLException: Received fatal alert: handshake_failure
   ```
   If revert this commit, all test cases can be passed in my local build env.
   
   So why in `travis-ci` is good, but in my local env has problem, i don't know 
the  reason, do you know?
   Need to install some package in our local build env.?
   here is build env
   ```
   $ uname -a
   Linux xxxxxx 4.11.3-1.el7.elrepo.x86_64 #1 SMP Fri May 26 09:19:46 EDT 2017 
x86_64 x86_64 x86_64 GNU/Linux
   $ lsb_release -a
   LSB Version:    :core-4.1-amd64:core-4.1-noarch
   Distributor ID: CentOS
   Description:    CentOS Linux release 7.2.1511 (Core) 
   Release:        7.2.1511
   Codename:       Core
   $ java -version
   openjdk version "1.8.0_102"
   OpenJDK Runtime Environment (build 1.8.0_102-b14)
   OpenJDK 64-Bit Server VM (build 25.102-b14, mixed mode)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to