Microchip-MPLAB-Harmony / contentmanager

Harmony 3 Content Manager
https://microchip-mplab-harmony.github.io/contentmanager/
Other
3 stars 2 forks source link

Standalone Contentmanager do not use system proxy #8

Closed pustekuchen91 closed 3 years ago

pustekuchen91 commented 4 years ago

When starting the Harmony Content Manger from command line with runme.bat no connection is possible, when sitting behind a proxy.

At default the system proxy should be used

Possible solutions doesnt work: java -jar harmony-content-manager.jar -Djava.net.useSystemProxies=true java -jar harmony-content-manager.jar -Dhttp.proxyHost=10.10.10.10 -Dhttp.proxyPort=8080 -Dhttp.proxyUser=username -Dhttp.proxyPassword=password

pustekuchen91 commented 4 years ago

@MPLABHarmony @aethaniel is someone caring about issues here or would it better to contact the microchip support?

aethaniel commented 3 years ago

@pustekuchen91, we are the development team. Sorry for being late on this. I know you found a solution by configuring the system network settings for proxy.