08-01-2024 01:30 PM
I installed RDWeb and got it setup and verified working. Then I install duo-rdweb-3.0.0.msi and if I do not check the box to bypass duo authentication i got Server Error in '/RDWeb/Pages' Application when i sign in. If I leave the box checked and sign in, which I believe should take me to the duo sign for the universal prompt it does NOT happen. It just goes to the normal RDWeb sign in and after signing in and takes me to "RemoteApp and Desktops" to select a program.
At this point I've got the the bypass unchecked and I'm unable to access my remote programs, but if i uninstall duo everything works as expected. For the installation I made sure I copied from the correct application in duo named "Microsoft RD Web" (client ID, client secret, and API hostname) from here. Just at a loss when I never see the screen for the Universal prompt i see in https://duo.com/docs/rdweb#update-duo-for-rd-web under test your setup.
08-02-2024 09:27 AM
You may also need to configure the .NET Framework to use TLS 1.2.
Added the following registry entries on my RD Web servers to enable .NET support for TLS 1.2 and stronger ciphers:
Registry Paths:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v2.0.50727
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319
Registry Value Type Description
SchUseStrongCrypto DWORD Set this value to 1 to enable .NET applications to use TLS 1.2 and more secure ciphers.
After doing this it started working as expected.
08-27-2024 10:29 PM
Thank you so much for this resolution! I couldn't find it documented anywhere.
08-28-2024 06:49 AM
@gharrington the TLS 1.2 requirement is mentioned here: https://duo.com/docs/rdweb#tls-requirements, with a link to this KB article https://help.duo.com/s/article/7546?language=en_US#winnet with the registry information for TLS 1.2 in .NET.
Thank you, @Easy-Works-Dan , for sharing the info from the KB article here in the community.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide