IBM / Train-Custom-Speech-Model

Create a custom Watson Speech to Text model using specialized domain data
https://developer.ibm.com/patterns/customize-and-continuously-train-your-own-watson-speech-service/
Apache License 2.0
59 stars 42 forks source link

How to connect from behind an enterprise's firewall? (proxy settings) #80

Open fpservant opened 4 years ago

fpservant commented 4 years ago

I didn't find how to connect from my company's intranet (we connect to the internet through a proxy with username and password) I am able to use the app with a direct connection to the internet. I am also able to run speech-to-text from behind my company's firewall using curl, or using the python commands.

I tried setting the usual env variables (HTTP_PROXY etc). I also tried to set npm config with:

npm config set proxy ... npm config set https-proxy ...

without success. Maybe I missed something in the documentation ? Or maybe it is related to the errors I see displayed in the console when starting ? (see my previous message)

Thanks,

fps