I have multiple proxies each with different requirements and credentials.
How do I add passwords when the website_monitoring.conf file `proxy_password` field is deprecated?
[default]
proxy_port = 3128
proxy_server = proxy.aipo.gov.au
proxy_type = http
thread_limit = 200
proxy_user = user
[bluecoat_proxy]
proxy_port = 8080
proxy_server = proxy-bc-vipfv.aipo.gov.au
proxy_type = http
thread_limit = 200
proxy_user = user2
password = password2
When setting password through the UI, it does not store the password field in the .conf file for the first input (as above) but I can't use the UI to edit the other proxies.
@LukeMurphey please help!
↧