Skip to main content

Map Service with Public IP Issue

Comments

2 comments

  • Permanently deleted user
    Can the Server running Geocortex reach the internet? if Not, then that is the issue. If it can ensure that the IP you want is NOT blocked by software on the server or firewall.
    0
  • Permanently deleted user
    Further to Williams reply, if your server needs a proxy to get to the internet, you will need to add some code to your web.config files in REST Elements/REST and REST Elements/Manager in order for Geocortex to use your forward proxy. <defaultProxy enabled="true" useDefaultCredentials="false" > <proxy proxyaddress="http://192.168.0.100:3128" bypassonlocal="true" /> <bypasslist> <add address="intra.mydomain.*" /> <add address="dev.mydomain.*" /> </bypasslist> </defaultProxy>

     

    Change proxyaddress and address values as appropriate for your own infrastructure.
    0

Please sign in to leave a comment.