I thought I would add some more info to this thread in-case it inspires anyone to continue investigating. I still run WHS v1. It backs up several computers so I was sad when I discovered it would not connect with my new Windows 11 laptop.
Given that my Windows 10 21H1 machines still connect, I looked at
https://docs.microsoft.com/en-us/window ... s-10-v20h2 and compared the CipherSuites in Windows 10 with Windows 11. There are two CipherSuites in Windows 10 that are not enabled in Windows 11; TLS_RSA_WITH_3DES_EDE_CBC_SHA and TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA.
You can use Windows Powershell to enable these. On my Windows 11 machine I used the Get-TlsCipherSuite -Name "<insert one of the above>" to confirm it was not enabled and then used the command Enable-TlsCipherSuite -Name "<insert one of the above>".
Full details of these commands are at
https://docs.microsoft.com/en-us/powers ... ver2019-ps.
Regardless, it didn't work and I still have the same problem as the OP.
Maybe I missed something, or maybe WHS v1 with Windows 11 flat-out isn't possible??
Kind Regards