|
Contents
|
A Client Registration Service (CRS) is deployed in two instances:
- To accept calls from a Proxy (/SCRK)
- To accept calls from Agents (/SCRK-proxy)
1. Accepts incoming request from Agent
2. Locates the Proxy's current client reg ID (assuming that the proxy is registered with the satellite)
3. Forwards registration to the satellite's CRS, passing the proxy's reg ID as "routing" information.
On the satellite, both contexts are live, but on the proxy, only /SCRK-proxy is installed and active.
On the satellite and proxy, the connection to the CRS always uses HTTPS. The default ports are 11165 (default instance) or 21165 (scn-proxy instance).
The Apache webserver is configured on the satellite to accept secure CRS calls (from the Proxy) on port 443 and forward to Jetty's 11165 secure port.
|