You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/27 02:53:38 UTC

[GitHub] ddragosd opened a new pull request #3353: Fix the TLS issue with the CLI download

ddragosd opened a new pull request #3353: Fix the TLS issue with the CLI download  
URL: https://github.com/apache/incubator-openwhisk/pull/3353
 
 
   Due to https://github.com/blog/2498-weak-cryptographic-standards-removal-notice ansible setup fails with:
   ```
   Failed to validate the SSL certificate for github.com:443...The exception msg was: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version
   ```
   This PR provides a workaround for this problem by using `local_action` with `curl -o` to download the CLI.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services