Forum Discussion
ATA Services not starting
I have 2 DC controllers running in Azure connected to On-Prem domain with on-prem DC. The On-prem DC are Lightweight gateway are running fine but the 2 DC in IaaS (Azure cloud ) are not working Service status stopped.
Error in the Gateway Log folder for Both DC's in the cloud
Error [WebClient+<InvokeAsync>d__8`1] System.Net.Http.HttpRequestException: PostAsync failed [requestTypeName=UpsertGatewayMonitoringAlertRequest] ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
please advise how i can solve this problem.
17 Replies
- EliOfek
Microsoft
Can you check if you have any of the following registry keys set on the failing machine or the center?
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL]
"DisableRenegoOnServer"=dword:00000001
"DisableRenegoOnClient"=dword:00000001If yes, please try while they are set to 0 (default).
- Deleted
thanks for you reply.
the registry keys weren't present on the failing servers and ATA center. However i have tried doing this as i read your article and no luck here -thanks
- EliOfek
Microsoft
Are you able to access the console UI from the failing GWs using Internet Explorer without any errors?