Skip to content
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

Closed
jachstet-sea opened this issue May 30, 2016 · 3 comments
Closed

Usage behind proxy server fails #17

jachstet-sea opened this issue May 30, 2016 · 3 comments
Labels

Comments

@jachstet-sea
Copy link

jachstet-sea commented May 30, 2016

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?

@IntensivePorpoises
Copy link

IntensivePorpoises commented Jun 6, 2016

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
and download it though.

@henrypp henrypp closed this as completed Jun 16, 2016
@henrypp
Copy link
Owner

henrypp commented Jun 16, 2016

fixed (i hope!).

@henrypp henrypp reopened this Jun 16, 2016
@henrypp henrypp closed this as completed Jun 16, 2016
@superbob
Copy link

superbob commented Dec 2, 2016

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 https://chromium.woolyss.com/api/v3/?os=windows&bit=64&type=stable-codecs-sync&out=string is done and it returns the correct value.

But then, a CONNECT request is performed to github.
Request to /wpad.dat and subdomains of digicert.com (such as GET http://crl4.digicert.com/DigiCertHighAssuranceEVRootCA.crl) are performed repeatedly.

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.

@henrypp henrypp added the bug label Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants