To verify that your issue is the result of SSL, IIS, or HTTP driver settings, complete the following steps.
- Open a browser and type https://127.0.0.1:8006/apprecovery/api/agent/pair/connect.
- You should receive the following message: <guid xmlns=”http://schemas.microsoft.com/2003/10/Serialization/“>ed2cd4ac-7960-4739-ae11-425fce678960</guid>
- If you do not receive this message, it could be the result of SSL, IIS, or HTTP settings issues.
- Until https://127.0.0.1:8006/apprecovery/api/agent/pair/connect will not work the Agent could not be protected.
- Should the previous step prove unsuccessful, do the following:
- Stop the agent service.
- Open the Registry Editor and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\AppRecovery\Agent\serviceHost ;
- Change the ServiceBaseAddress key to http://127.0.0.1:8006/apprecovery/api/ and restart the agent service.
Events connected to Schannel – Known Issue
There is a known issue in which the TLS client authentication fails between Unified Communications peers with a logged Schannel warning.
To troubleshoot this issue, you will need to set the spatial registry key. Please complete the following steps.
- Open registry editor and navigate to the following registry subkey:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL
- On the Edit menu, point to New, and then click DWORD Value.
- Type SendTrustedIssuerList, and then press Enter to name the registry entry.
- Right-click SendTrustedIssuerList, and then click Modify.
- In the Value data box, type 0 if that value is not already displayed, and then click OK.
For more information please visit – http://support.microsoft.com/kb/2464556/
Events Connected to HHTP Error – Known Issue
You may receive an error message that states “The page cannot be displayed” error, and “Connections_refused” entries are logged in the Httperr.log file on a machine which is running Windows Server 2003, Exchange 2003, and IIS 6.0
To resolve this issue, complete the following steps.
- Open Registry Editor and navigate to the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters - On the Edit menu, point to New, and then click DWORD Value.
- Type EnableAggressiveMemoryUsage, and then press Enter.
- On the Edit menu, click Modify.
- In the Value data box, type 1, and then click OK.
- Restart the HTTP service:
- Open command prompt
- Type net stop http /y, and then press Enter.
- Type iisreset /restart, and then press Enter.
For more information please visit – http://support.microsoft.com/kb/934878/
Events that are Connected to TCP/IP DNS – Known Issue
The error can occur in the following formats:
- TCP_PROV: An existing connection was forcibly closed by the remote host.
- “ProviderNum: 7, Error: 10054, ErrorMessage: “TCP Provider: An existing connection was forcibly closed by the remote host …”
- Unhandled Exception: A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 – An existing connection was forcibly closed by the remote host.)
To resolve this issue please add the following registry key in the registry editor:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
- Type – DWORD;
- Name – SynAttackProtect;
- Value – 00000000.
For more information visit – http://msdn.microsoft.com/en-us/library/ms187005%28v=sql.105%29.aspx