apache / openwhisk-composer

Apache OpenWhisk Composer provides a high-level programming model in JavaScript for composing serverless functions
https://openwhisk.apache.org/
Apache License 2.0
68 stars 21 forks source link

Proper handling of ssl certificate validation #21

Closed tardieu closed 5 years ago

tardieu commented 5 years ago

Only ignore ssl certificate validation failures when explicitly configured to do so.

Fixes #13

tardieu commented 5 years ago

I forgot to update the travis configuration. Force pushed an update.

tardieu commented 5 years ago

Fixes #13