-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage behind proxy server fails #17
Comments
Also behind a proxy that we use a pac script for, get error "Updates not found for (build) configuration." when I launch chrlauncher. Can manually reach a URL https://github.com/henrypp/chromium/releases/download/(version)/(build).zip |
fixed (i hope!). |
It doesn't work for me. When I start chrlauncher for the first time I see the "No updates found for "Chromium 64-bit (stable-codecs-sync)"" message and then "Unable to start browser. (null)" error message which closes the app afterwards. In wireshark I see multiple requests performed: At first it works fine: proxy is taken into account and authentication (user/pasword) is transmitted correctly. A request to But then, a CONNECT request is performed to github. wpad requests works fine, but all digicert.com requests fails with "407 Proxy Authentication Required" because credentials are not passed. It's strange because the first request pass credentials correctly. |
Hello, I'm trying to use the tool in a network that filters all traffic through a proxy server. Internet Explorer uses a proy auto-configuration file (pac-script) and I expected chrlauncher to just work since it uses the WinInet-functions. However, according to wireshark, a direct connection to the target HTTP-server is attempted, which fails due to the firewall blocking the request.
Has anyone succeeded running chrlauncher through a proxy server?
The text was updated successfully, but these errors were encountered: