Configuring Workfellow Plug-In to Use a Proxy
Configuring Workfellow Plug-In to Use a Proxy
In this article, we will guide you through the process of configuring the Workfellow Plug-In to use a proxy. This will allow your application to securely access the internet through an intermediary server. We will also provide information on how to use the Workfellow Network Tester to check your connection to the cloud and how to restart your computer to ensure the changes take effect.
Workfellow plug-in proxy override
PowerShell
Configuring web proxy override on windows
To configure the Workfellow Plug-In to use a proxy, you need to set up specific environment variables on your computer. These variables will tell the plug-in to route all its network requests through the proxy server.
Follow these steps to configure the environment variables:
Open the Start menu and search for "Environment Variables."
Click on "Edit the system environment variables."
In the System Properties window, click on "Environment Variables."
Under "System variables," click "New."
Enter "HTTP_PROXY" as the variable name and your proxy server's address as the value (e.g., http://proxy.example.com:8080).
Click "OK" to save the new variable.
If you have https proxy as well: Repeat steps 4-6, but this time use "HTTPS_PROXY" as the variable name.
Click "OK" to close the Environment Variables window, and then click "OK" again to close the System Properties window.
Testing for proper configuration propagation
Using Workfellow Network Tester you can check that connection is possible to Workfellow Infrastructure.
If the Workfellow Network Tester is already running, close it first.
Restart the Workfellow Network Tester.
The tester will automatically check your connection to the cloud using the configured proxy.
Last updated