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.
