After adding a rim node successfully, the hub is inaccessible from that node, but the QMC works as normal
When looking into the repository log on the node, you can see repeated failed attempts at retrieving the app migration hash. You will see lines like:
318832 20180224T062727.823+0000 INFO QSSERVER System.Repository.Repository.Core.SystemInformation 130 3b5bab24-023c-4b82-a3b5-29ddc51d2765 SERVICE\ACCOUNT Exception encountered when fetching app migration hash, still trying. Failed attempts: 380 The request was aborted: Could not create SSL/TLS secure channel. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)↵↓ at Qlik.Sense.Common.Communication.REST.Client.WebClientEx.GetWebResponse(WebRequest request, IAsyncResult result)↵↓ at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result) 3b5bab24-023c-4b82-a3b5-29ddc51d2765If you attempt to reach http://localhost:4545/migrate you receive a Service Unavailable error, possibly with the suggestion to enable TLS 1.0 or SSL
It may work when contacting the server removely.
Environment:
Qlik Sense any version
Qlik Sense uses the TLS settings and ciphers available to the underlying windows server, problems can arise if the server components are not in harmony with the client components.