BookmarkSubscribeRSS Feed
0 Likes

Our customer have to use 80 port through authorized proxy with out side of Web servers, based on their security policy.
Unfortunately, current SAS EG can not access .egp files in SAS folders, because currently SAS EG do not apply authorized proxy system.
For accessing .egp files in SAS folders need 80 port communication.

 

It is very difficult to change the security policy because of many duties... so, we need to use authorized proxy for commuting with SAS server over the WAN network.

 

As an example, the system allow to access that with describing SEGuide.exe.config as below

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
   ...
  </configSections>
  <system.net>
   <defaultProxy>
     <proxy usesystemdefault="true" id="username" password="<BCD225:XXXXXXXX>"/>
    </defaultProxy>
  </system.net>
</configuration>