This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Endpoint not showing in SEC

Hello,

 

I'm trying to setup a SEC with a Relay Server.

The Relay Server is accessible throught a domain name.

The problem is, when I install an Endpoint (MRinit.conf pointing at the domain name), the Endpoint doesn't show up in the console.

At some point, and I don't really know why, it showed up, but is now unavailable.

Can't someone please help me setting this up ?

I think I have troubles understanding the proper configuration to make this works.

 

Thanks for your help.



This thread was automatically locked due to age.
Parents Reply
  • The ReportData.xml for the endpoint show this :

    <SSLIOP_port>8194</SSLIOP_port>
    <parent_addresses>
    antivirus.XX.fr
    </parent_addresses>
    <actual_parent>
    antivirus.XX.fr
    </actual_parent>
    <router_type>
    endpoint
    </router_type>

     

    The ReportData.xml for the Relay :

    <SSLIOP_port>8194</SSLIOP_port>
    <parent_addresses>
    192.168.20.45
    </parent_addresses>
    <actual_parent>

    <string msg='not available' />
    </actual_parent>
    <router_type>
    endpoint
    </router_type>

     

    On the Relay, the IOR is the FQDN

     

    Thanks

Children