Ändern der Proxy-Einstellungen für Sensoren
Bevor Sie beginnen
Sie müssen bereits Erfahrung im Umgang mit dem Betriebssystem Proxyservers haben.
Sie müssen bereits Erfahrung im Umgang mit dem Betriebssystem Proxyservers haben
Ändern der Proxy-Einstellungen
Am Beispiel einer Kennwortänderung zeigen wir Ihnen, wie Sie eine Proxy-Einstellung ändern.
Gehen Sie auf dem Computer, auf dem Sie den Sensor installiert haben, zu
install_dir/config/
,Öffnen Sie die Datei proxy.properties und ersetzen Sie
httpsAuthPasswordEncrypted
durchhttpsAuthPassword
.Fügen Sie die Proxy-Kennwortwerte für diese Einstellungen hinzu.
Restart the sensor service to apply the new proxy settings.
Alternatively, use the sensor
applyproxysettings
command to apply the proxy settings without restarting the sensor:Windows: change into the sensor cli subdirectory and run
applyproxysettings.bat -file ..\config\proxy.properties
Linux: change into the sensor cli subdirectory and run
./applyproxysettings.sh -file ../config/proxy.properties
Docker: use the above Linux command if running from an interactive shell, or else run
docker exec -it <container-id/name> <sensor-install-path>/cli/applyproxysettings.sh -file <sensor-install-path>/config/proxy.properties
Wie geht es weiter?
Verwenden Sie bei der nächsten Anmeldung auf dem Proxyserver das neue Kennwort.