MSI Installation failed - proxy authentification 407

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 ?

Hi flr2,

I will take it up with the team here and see if there are any insights.

Cheers,

-JR

Hi,
Maybe it’s more easy to have offline installer accessible somewhere ?

1 Like

Hi,

There is an offline installer, you can use the .exe
https://platform.activestate.com/ActiveState/ActivePerl-5.26/distributions

Hi fir2,

It appears the proxy in your network is handling your command line request different from the browser which is handling the request correctly. Is it possible to disable the proxy? Otherwise there must be a way to authenticate with that proxy.

Cheers,

-JR

Hi, not possible to disable proxy for all domain because your installer use random url of many domains.
If only exception for *.activestate.com we could to this.
example of denied on our proxy for your installer :
TCP_DENIED/407 4091 CONNECT state-tool.s3.amazonaws. com:443
TCP_DENIED/407 4053 CONNECT state-tool.s3.amazonaws. com:443
TCP_DENIED/407 4041 CONNECT www.google-analytics. com:443
TCP_DENIED/407 3997 CONNECT freegeoip. app:443
TCP_DENIED/407 4005 CONNECT api.rollbar. com:443
TCP_DENIED/407 4041 CONNECT www.google-analytics. com:443
TCP_DENIED/407 4041 CONNECT cli-msi.s3.amazonaws. com:443
TCP_DENIED/407 4041 CONNECT cli-msi.s3.amazonaws. com:443
TCP_DENIED/407 4001 CONNECT login. live. com:443

The offline installer resolve the problem and could be interesting to install on computers who have not internet.