[GitHub] csantanapr commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
csantanapr commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372188358 @rabbah Just to be sure we want to disable tls only for whisk api but we should not disable for other external url (ie

[GitHub] csantanapr commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
csantanapr commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372129389 I just realized I?m an idiot I should have done this for swift4 ssl sdk problem

[GitHub] csantanapr commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
csantanapr commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372129178 >I would rather spend the effort and automate a signed certificate or enable port 80 in the edge host and eschew the problem

[GitHub] csantanapr commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
csantanapr commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372126903 FWIW I had same problem on swift4 sdk testing and use an override baseURL action Param and use controller host and port 10001

[GitHub] csantanapr commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
csantanapr commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372126903 FWIW I had same problem on swift4 sdk testing and use an override baseURL and use controller host and port 10001

[GitHub] csantanapr commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
csantanapr commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372123864 We could improve the library by detecting if apihost its an IP address then ignore ssl if it?s a hostname then do not ignore.