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-362692817 Here is an example ```swift //Overriding WHISK API HOST using baseUrl, only applicable in testing with self sign ssl certs" Whisk.baseUrl = "http://172.17.0.1:10001" let invokeResult = Whisk.invoke(actionNamed: "/whisk.system/utils/date", withParameters: [:], blocking: false) ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
