cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
655
Views
0
Helpful
7
Replies

Windows Server 2022 RDG Duo Web not showing up

anton10
Level 1
Level 1

Hi

I have installed a new server with OS version MS Server 2022 and are running our deployment of Remote Desktop Gateway server and Remote Desktop Web and this works as intended.

After i added your software duo-rdweb-2.3.0 i expected the server to show me a DUO prompt when trying to login to the web interface but i still get straight in to our applications without the DUO prompt even trying to show something

Does duo-rdweb-2.3.0 support Windows Server 2022?

If it does i would need some help trying to troubleshoot this error to get back the DUO prompt to our web interface

Kind Regards

7 Replies 7

raulgc
Level 1
Level 1

I don't know if this article is outdated but there it says rdweb-2.3.0 is supported until windows 2019 and DUO 2FA is not supported for web client for RDS 2016/2019

https://help.duo.com/s/article/1109?language=en_US

I hope it helps

Most probably 2.3.0 isn't compatible but they released the new 3.0 version three days ago. You should test that.

 

anton10
Level 1
Level 1

Hi!
Tried to update the DUO RDweb application but got the error attached when trying to login to RDweb portal..

Also tried to setup a new RDweb server but the same thing there so i dont think that the update in question is working as intended..2024-02-02 07_52_44-Runtime Error.png

Hi @anton10 ,

Sorry you're having issues with the RD Web application. That last screenshot you shared doesn't really say what's happening. That page is IIS telling you there was some error but you don't have IIS configured to show you the actual error in the browser.

If you open the Application event log in Windows Event Viewer and look for a runtime error from .NET that should provide some insight into what's happening.

Also, did you uninstall Duo 2.3.0 from your server before installing 3.0.0 or did you do an in-place upgrade to 3.0.0?

ETA: Here are some steps for enabling debug logging.

Duo, not DUO.

jasonpagw
Level 1
Level 1

i'm experiencing the same issue.. 2.3 tells me to update and then i get the same .net error when i logon. If i install fresh 3.0. version i get the same issue as well.

i did notice a difference between 2.3 and 3.0 is that 2.3 has a virtual directory duo in the IIS under RDWeb - but this is not there in the 3.0 version and actually dissapears if i update from 2.3 to 3.0... there files that the virtual directory in program files duosecurity are also not there in the 3.0 version.. 

is there something wrong with the install or is that expected.

need to resolve the .net issue too though.. any ideas?

jasonpagw
Level 1
Level 1

This resolved the issue:

To set .NET to use OS-level settings, make the following registry changes:

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

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

Some context for anyone who finds this post later:

We blocked connections using less than TLS 1.2 and insecure cipher suites earlier this year.

These KB articles have more information about checking the TLS/Crypto settings for Windows OS and .NET:

https://help.duo.com/s/article/4862?language=en_US

https://help.duo.com/s/article/2152

https://help.duo.com/s/article/7546

 

Duo, not DUO.
Quick Links