Remotewebaccess.com down again Nov 2022?

TDell987 1 Reputation point
2022-11-15T22:13:57.62+00:00

Attempting to repair remote web access on a Windows Server 2016 Essentials server reports that Domain Service cannot be reached and that Dynamic DNS cannot be updated.
Is there a general problem with remotewebaccess.com or just the subdomain set up eg. myserver.remotewebaccess.com?

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,368 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,108 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Limitless Technology 43,926 Reputation points
    2022-11-16T16:21:35.407+00:00

    Hello TDell987,

    This may be useful to you, as there is already previous cases of the same issue.

    Usually gets fixed by editing some registry chains on your registry in order to facilitate thresholds for communication and other network parameters:

    You can save the next in a .REG file and insert in the registry:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v2.0.50727]
    "SystemDefaultTlsVersions"=dword:00000001
    "SchUseStrongCrypto"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v4.0.30319]
    "SystemDefaultTlsVersions"=dword:00000001
    "SchUseStrongCrypto"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft.NETFramework\v2.0.50727]
    "SystemDefaultTlsVersions"=dword:00000001
    "SchUseStrongCrypto"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft.NETFramework\v4.0.30319]
    "SystemDefaultTlsVersions"=dword:00000001
    "SchUseStrongCrypto"=dword:00000001

    For additional information you can refer to this thread conversation:
    https://learn.microsoft.com/en-us/answers/questions/318584/are-the-problems-with-remotewebaccesscom-domain-an.html

    ---------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    1 person found this answer helpful.
    0 comments No comments

  2. Ian Dobson 6 Reputation points
    2022-11-16T17:28:04.943+00:00

    Same here, I had the certificate expire and I've tried every "fix" I have come across, but I just can't get it to work. Is there anyone out there that has a handle on this or knows how to raise the problem with Microsoft? I can't find out how to contact them to help.

    1 person found this answer helpful.
    0 comments No comments

  3. ChrisWY27 126 Reputation points
    2022-11-16T18:12:57.297+00:00
    1 person found this answer helpful.