[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 watson url, weather api url, etc)


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


With regards,
Apache Git Services


[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  


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


With regards,
Apache Git Services


[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 entirely. The rest are all 
hacks, some easier that others to realize.
   
   I really like this better to deploy in Travis and configure ssl cert and 
local hostname
   But this brings two difficult problems to solve how to configure the dns for 
the action runtime and how to insert the certs to trust the certificate. 
   I think is doable by pulling the runtime and then modifying the image or 
rebuildin with the dns and certs inside the image. 
   
   Enabling port 80 and using http on the edge can be quick solution also. 


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


With regards,
Apache Git Services


[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


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


With regards,
Apache Git Services


[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


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


With regards,
Apache Git Services


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


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


With regards,
Apache Git Services