Several issues may be responsible:
Use Tls is set to true on the network Property Sheet, confirm that the device has a signed server certificate or approved and accepted self-signed certificate. For most devices
you will find this certificate in a User Key Store. For the XProtect native process, carefully review the “XProtect requirements”
topics in this guide.Address properties are correct under the network’s Http Config section.Native Process Port on the network Property Sheet is configured correctly.Fault Cause reports either of these errors:DVR Connection Fail: Failed to access the WSDL at: https://[IpAddress]:9117/?wsdl, where [IpAddress] identifies the controller
HTTP transport error: javax.net.ssl.SSLException
the fault may be due to failed certificate hostname validation. Confirm that the XProtectManagementServer is connected and its Status reports {ok}.
You may need to configure the Milestone Mobile Server. To configure this server, navigate to this configuration executable and run it:
%PROGRAMFILES%\Milestone\Milestone Mobile Server\VideoOS.MobileServer.Service.exe.config
<add key=”AllowOrigins” value=”http://yourWebApplicationHost” />
<add key=”Access-Control-Allow-Origin” value=”http://yourWebApplicationHost” />
The value corresponding to the "Access-Control-Allow-Origin" key could have multiple site entries separated by comma(s), as well as an asterisk (*) symbol (wildcard) for all the sites.
The system is trying to connect to the bridge service (native process) between the station and the management server. The bridge service makes the connection to the management server. You must configure this service and supply a certificate before the driver can make a successful connection.
Native Process Port is configured correctly.The certificate exists in the Window certificate store, but it has not yet been approved in the
The certificate acting as a local host must be approved in the
This error indicates that the station can connect to the native process bridge, but not on to the management server. Confirm
the XProtectManagementServer Connection and Auth properties. And make sure that the management server itself is up and running.