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/02 20:05:15 UTC

[GitHub] csantanapr commented on issue #12: Swift SDK does not support self-signed server certificates.

csantanapr commented on issue #12: Swift SDK does not support self-signed server certificates.
URL: https://github.com/apache/incubator-openwhisk-runtime-swift/issues/12#issuecomment-362692149
 
 
   Thanks for opening this.
   I thought I already opened an issue to document my findings.
   
   For swift 4 we plan to use urlSession. 
   Ignoring SSL is not a good thing, so the library should be supporting this.
   
   I made the SDK to allow to take an override to APIHOST, by allowing the user to specify a baseURL.
   In this baseURL user can specify the Whisk API using `http` instead of `https`
   
   This allowed me to write test to pass in Travis.
   
   I production system WHISK APIHOST will always be https with valid certificates.
   I opened issue #11 and will plan to work on it.
   
   We can leave this issue open until linux supports self sign certs, and then allow an override in the Class to skip ssl checks, but should not be the default.

----------------------------------------------------------------
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