Hi,
I try to deploy ActivePerl with msiexec.
Installation failed with network error proxy authentication 407.
But if i go to the url with my browser no authentication proxy error.
https://cli-msi.s3.amazonaws.com/pixel.txt?x-referrer=85db3e8a-2bba-4c4f-a6f3-9ae420cc6a43&x-session=21582985-27c0-9769-22cd-bdd5609dc668&x-event=started&x-event-category=stage&x-event-value=2
Exception caught on attempt #1, will retry after 00:00:01, error was: System.Net.WebException: Le serveur distant a retourné une erreur : (407) Authentification proxy requise.
à System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
à System.Net.WebClient.DownloadString(Uri address)
à ActiveState.TrackerSingleton.<>c__DisplayClass7_0.b__1()
à ActiveState.RetryHelper.RetryOnException(Session session, Int32 times, TimeSpan delay, Action operation)
Exception caught on attempt #2, will retry after 00:00:01, error was: System.Net.WebException: Le serveur distant a retourné une erreur : (407) Authentification proxy requise.
à System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
à System.Net.WebClient.DownloadString(Uri address)
à ActiveState.TrackerSingleton.<>c__DisplayClass7_0.b__1()
à ActiveState.RetryHelper.RetryOnException(Session session, Int32 times, TimeSpan delay, Action operation)
How can i solve this ?