Since 21.4, when launching Studio or directly the assistant, it fails with “UiPath Robot error message” saying Authentication required"
I do suspect a proxy config pb because with all previous version I had to update UiPath.Service.UserHost.exe.config file manually at the end with
< system.net >
< defaultProxy useDefaultCredentials=“true” />
</ system.net >
and reboot, each time a new version was auto deployed. => to get it connected.
But in new 21.4 this config file does not exist anymore. Robots are in my company behind the coporate proxy and I guess that I need to find where in new version 21.4 it is mandatory to set correct proxy mode.
Do you face the same? How do you go through your company proxy ?
More info on issue faced, I confirm this is proxy related. Laptop with fresh install 21.4, but at home “without coporate VPN connected”, open’s Studio OK immediately and get’s my named licence studio pro (floating) from tenant in Orchestrator cloud, at first trial.
@Lim_Leng, I’ve found your recent post on proxy issue for you too, related to last release 2021.4. Very interested in reading next step on this.
@sebastien.raimbault yes indeed. since we are both “Junior Robot” at the time of posting this issue, I believed that we are in the same type of situation
And I too can confirmed that it is due to the “corporate VPN” of ours as well.
Let me see if i can get those UIPATH official gurus to come in and comment as well.
Let’s share a bit of context here. Our RPA community is loosely federated. We have a core of official RPA gurus who uses the enterprise studio and orchestrator but they are more of conservative IT administrators and prefer to sit at comfortably at version 2018.4.x. Then we have another group of RPA DIY advocates from the actual end-users who loves the cutting edge of the community version (i.e. Studio X, REF) This latter groups are the actual ones coming up with the real use-cases and prototypes for official unattended licenses.
Our corporate proxies setup is such that only approved Microsoft Windows users ID can access it. this approval process is generally transparent and if i may, most likely the same for all Microsoft eco-system.
Granted that we know the following official caveat
Proxy Services that require authentication are not supported by UiPath Robots.
But we didn’t have to key in our credential anywhere in the UiPath studio, in fact the community is previously using “user mode” + the file proxy.config
defaultProxy useDefaultCredentials=“true”
and it worked like magic the last known working is version 2020.10.6
If anything, can the UiPath team bring back this working configuration? or at least show us how we can still use the Studio via proxy in “user-mode”, using the current logged users’ credential like how it was done last time?
Been trying to add the following xml snippets into the various config files in the community studio v2021.4.0 (UiPath.Service.UserHost.dll.config, etc)
Windows Credentials Proxy Authentication
Starting with v2021.4.4, the Robot can work with proxy configurations that use Authentication via Windows Credentials. To enable this functionality, add the UIPATH_PROXY_USE_DEFAULT_CREDENTIALS system environment variable on the machine.
nice, but any environment variable needs a value.
So please tell us what are appropriate variables, so we can check if the fix is OK for us.
Hi, did this actually solve anything for anyone ? this variable doesn’t seem to do anything by itself, we spent hours with support without solving the issue
Seemed to work for me. The combo of the uipath.config update and the Environment Variable solved my issue. I couldn’t previously reach nuget.org, the marketplace, or the official feed from Orchestrator without getting a 407 error.