I installed my companies certificate on a Windows 10 box and selected it for use with Milestone. he Milestone installation ultimately fails with this error:
/6/2021 9:33:38 PM Information Re-starting the IIS service.
4/6/2021 9:33:47 PM Error ‘ManagementServerClientEndpointRegistrar.ResolveException’ Status = UnspecifiedErrorRegistration - Additional information: The certificate used by the recording server is not valid. Exception = System.Net.Http.HttpRequestException: An error occurred while sending the request. —> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. —> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
— End of inner exception stack trace —
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
— End of inner exception stack trace —
It seems I should be able to legitimate certificates with Milestone and not have to run the Milestone script to create self-signed certificates. Is this possible?