I have a problem when hosting my bot on OpenShift (OpenShift Container Platform) registered with the Bot Channels Registration on Azure. I am using the Botbuilder SDK Nodejs, and the Openshift is behind a corporate proxy.
I've tried to set a up a global tunnel to force all HTTP requests to go through the tunnel (see this GitHub issue and this one). I also have set environments variables on Openshift, but still it doesn't work...
It should be a simple way to set up the proxy with the botbuilder... Anyone can help me please ?
Thanks !