Hi!
Please let me know the steps to configure proxy settings to run desktop application.
Hi!
Please let me know the steps to configure proxy settings to run desktop application.
for HTTP proxy: # Use external proxy server for http
ext.http.proxy.enable=true
ext.http.proxy.host=
ext.http.proxy.port=
ext.http.proxy.auth.enable=false
ext.http.proxy.auth.encrypted=false
ext.http.proxy.auth.name=username
ext.http.proxy.auth.password=password
For HTTPS proxy: # Use external proxy server for https
ext.https.proxy.enable=true
ext.https.proxy.host=
ext.https.proxy.port=
ext.https.proxy.auth.enable=false
ext.https.proxy.auth.encrypted=false
ext.https.proxy.auth.name=username
ext.https.proxy.auth.password=password