Unable to create Hosting connection from DDC hosted in Azure when Proxy is enabled
You can remove the Proxy from the DDC and allow temporary internet access , once the Hosting is created , you can edit the Hosting Connection and add the IP:Port to the Hosting connection .
or
On the DDC
<system.net> <defaultProxy enabled="true" useDefaultCredentials="true"> <proxy proxyaddress="http://127.0.0.1:8888" usesystemdefault="false" /> </defaultProxy> </system.net> |
please replace :http://127.0.0.1:8888 with your Proxy server and port Information .
Once the Hosting is created , you can add the details under Hosting Unit àConnections.