Getting error while giving Endpoint details while migrating to VSonlineError
:
Error creating the webProxy specified in the 'System.net/defaultProxy' configuration section.
I am running opshub on win12 64bit os, .net framework also installed and the machine is behind a proxy. Hence I added a new environment variable with the nameĀ "_JAVA_OPTIONS
based on http://opshub.com/main/index.php/ovsomu-proxy.
I added the variables below:
_JAVA_OPTIONS
-Dhttp.proxyHost=ipaddress -Dhttp.proxyPort=8080 -Dhttp.proxyUser=username -Dhttp.proxyPassword=mypassword -Dhttps=false
Can someone please let me know the workaround for this issue.