Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Proxy not working ?

Post Reply
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Proxy not working ?

Post by thefunkyjoint »

Hello,

I tried to set a private proxy on CEF4Delphi like shown on the Minibrowser demo, but it did not work.

But when i manually do the same proxy settings directly on Windows 11 settings, it works.

What could be the cause ? :shock:
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Proxy not working ?

Post by salvadordf »

Hi,

Try it in Chrome to see if it's supported by the browser.

https://learn.microsoft.com/en-us/answers/questions/1168102/how-to-configure-dedicated-proxy-in-google-chrome
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Re: Proxy not working ?

Post by thefunkyjoint »

Actually the Chrome proxy settings, it's just a shortcut for the Windows 11 proxy settings ; i could not see any internal proxy settings , looks likes Chrome just use the Windows settings ; if i configure this same proxy on Windows, it will work.
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Proxy not working ?

Post by salvadordf »

Then try the official CEF sample application and use the --proxy-server command line switch to configure the proxy :
https://cef-builds.spotifycdn.com/cef_binary_130.1.16%2Bg5a7e5ed%2Bchromium-130.0.6723.117_windows64_client.tar.bz2

Read this page to know all the details about that switch :
https://www.chromium.org/developers/design-documents/network-settings/
Post Reply