I tried to connect UiPath Orchestrator with UiPath Robot Settings as part of UiPath Academy. https://academy2016.uipath.com/
My company network environment needs to the proxy authentication to connect outside site.
I changed the setting files, UiRobot.exe.config and NuGet.config,
according to Proxy blocking Orchestrator .
However I cannot reach the above server and
it was shown the error dialog "リモート名を解決できませんでした。: ‘academy2016.uipath.com’
(I’m sorry for Japanese error message. Perhaps I guess message by English “Remote name cannot be resolved.”)
I tried the proxy address included the username and password format but it is failed to connect server.
Could you please enable the detailed logs ans send the error details. Please follow the steps given below to enable the detailed logs-
Go to Windows → Run → Type in “Inetmgr”
Expand Sites → Select the Orchestrator website → Right Click on it and click on “Explore”
Now look for web.config file, and make the following changes as explained below.
Set the CustomErrors mode to = “Off”
Set the httpErrors errorMode = “Detailed”
Please reset the iis after performing the steps in order to ensure that changes take effect.
I get the same error while connecting to Orchestrator URL:
RemoteException wrapping System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
I’ve updated the proxy.config file with the organisation’s proxy address but still get the same error.
As a workaround somehow I manage to connect successfully if I first open IE an connect to a page.
Is it possible to use UserName and Password for proxy authentication?