-
-
Notifications
You must be signed in to change notification settings - Fork 15
ADFSProvider appears to require TLS1.0 #32
Comments
This comment has been minimized.
This comment has been minimized.
So .... can you please install the new release 1.3.6b? |
Sorry for the delay. I've installed 1.3.6b, as well as .Net 4.8 with a restart, tested again and I'm still getting the same error. I'm thinking I should be looking at rebuilding the ADFS Server (It's currently 2012 R2 and most of our farm is 2016). I'll need to do it at some point and if that fixes this issue then that's a bonus. Thanks for your work on this sbidy, I'll let you know how I go with ADFS on Windows Server 2016. |
Please let me know if the "reinstall" fixed the problem. |
The Issue is common for .NET Applications Adding "SchUseStrongCrypto"=dword:00000001 to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v4.0.30319 |
Hi,
I recently attempted an upgrade of our PrivacyIDEA server to 3.2.2 and found that the ADFSProvider plugin had issues. The OwnCloud and RDP plugins continues to work and authenticate so this issue was isolated to just the ADFSProvider.
After some investigation I found these SSL/TLS errors in the event log:
I upgraded to the latest version of the ADFSProvider and still had the issue so I began to compare settings between the /etc/apache2/sites-enabled/privacyidea.conf file on the old server and the new server and found that TLSv1.0 had been disabled after the upgrade. After enabling TLSv1.0 and adding the ECDH+AES256 SSLCipherSuite and restarting Apache I found that the ADFSProvider was able to connect and work.
Updated privacyidea.conf:
The ADFS server threw no certificate errors when accessing PrivacyIDEA via IE or Chrome and the complete certificate chain was in place.
Could we please have the requirement for TLSv1.0 fixed to allow for better security with newer TLS versions?
Kind Regards,
FakeLoki
The text was updated successfully, but these errors were encountered: