When we set the proxies in the OS or JVM etc, what protocol will be used to connect to the proxy server?
http_proxy=dummyproxy68.com:8080
https_proxy=dummyproxy68.com:8080
I am wondering how the Instance/machine communicate to the proxy server. will it be using http://dummyproxy68.com:8080 or https://dummyproxy68.com:8080 ?
I am not clear about this concept. Any pointers also will be helpful.