You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Bapat, Ameya" <Am...@emc.com> on 2014/06/05 14:01:41 UTC

http & https proxy with same details but different credentials

Hey
Is it possible that http & https proxies have same details but diff credentials?
Example:
https.proxyHost=10.31.81.120
https.proxyPort=10.31.81.120
https.proxyUser=username1
https.proxyPassword=password1
http.proxyHost=10.31.81.120
http.proxyPort=10.31.81.120
http.proxyUser=username2
http.proxyPassword=password2

We do set credentials to a AuthScope which will be same in above case. Will it not overwrite one of them?