Proxy's via GPO in Chrome hinterlegen

Sebbl2k

Lt. Commander
Registriert
Apr. 2010
Beiträge
1.295
Guten Morgen,

kann man via GPO direkt verschiedene Proxys in Chrome angeben (für SSL, HTTP, Socks..)?, ohne auf den Internet-Explorer zuzugreifen?

Hat da jemand eine Idee oder sowas schon einmal gemacht?
 
Zuletzt bearbeitet:
Für Win 10 und Server Pendant gibt es entsprechende ADMX Vorlagen, da Microsoft den neuen Edge auf Chromiom Basis bereitstellen wird.
Da ist möglicherweise etwas dabei was sowohl für den Edge als auch den Chrome funktioniert.
 
ZB wie in der GPO erläutert (Link): https://www.chromium.org/developers...tings#TOC-Command-line-options-for-proxy-sett

Command-line options for proxy settings

Chrome supports the following proxy-related command line arguments:

--no-proxy-server

This tells Chrome not to use a Proxy. It overrides any other proxy settings provided.


--proxy-auto-detect

This tells Chrome to try and automatically detect your proxy configuration. This flag is ignored if --proxy-server is also provided.


--proxy-server=<scheme>=<uri>[:<port>][;...] | <uri>[:<port>] | "direct://"

This tells Chrome to use a custom proxy configuration. You can specify a custom proxy configuration in three ways:

1) By providing a semi-colon-separated mapping of list scheme to url/port pairs.
For example, you can specify:
--proxy-server="http=foopy:80;ftp=foopy2"
to use HTTP proxy "foopy:80" for http URLs and HTTP proxy "foopy2:80" for ftp URLs.

2) By providing a single uri with optional port to use for all URLs.
For example:
--proxy-server="foopy:8080"
will use the proxy at foopy:8080 for all traffic.

3) By using the special "direct://" value.
--proxy-server="direct://" will cause all connections to not use a proxy.
 
so habe ich das gemacht.. es funktioniert leider nicht.
ist diese zeile in der GPO dann die "Commandline"?

den IE möchte ich nicht dabei ins Boot holen..
 
Sebbl2k schrieb:
ist diese zeile in der GPO dann die "Commandline"?
Ne die hängst du als Startparameter an die Verknüpfung.
 
das ist ja dann keine GPO mehr...
 
funktioniert ja nicht... vielleicht irgendein syntax falsch.. keine ahnung.
 
Danke, aber das läuft soweit. Weiß aber leider nicht wie ich die verschiedenen Proxys definiere:
SSL, HTTP, Socks..
 
mozilla.. brauch das für chrome :-)
 
Zurück
Oben