You configured "repo.maven.apache.*" as non proxy host. This means the proxy is not used for this host... Can you remove this entry?!
Best, Christian ----------------- Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Thu, May 28, 2015 at 10:49 AM, shekhar.shaw <[email protected]> wrote: > Thank you for your reply. > > I've already did that configuration on settings.xml as well as on IE > settings, but no luck. > > However I can open below url from local browser. > > https://repo.maven.apache.org/maven2/org/apache/camel/camel-parent/ > 2.15.0/camel-parent-2.15.0.pom > > > Here are the entries for settings.xml > > ********** > <proxy> > <id>optional</id> > <active>true</active> > <protocol>https</protocol> > <username>*********</username> > <password>**********</password> > <host>*.*.*.*</host> > <port>****</port> > <nonProxyHosts>repo.maven.apache.*</nonProxyHosts> > </proxy> > > ********** > > > Regards, > Shekhar > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-2-15-2-set-up-issue-tp5767584p5767593.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
