Dear Dave K,
My name is Hoang Phan, and I understand that you are having some query concern related to SChannel and cipher suites.
From my understanding, you have identified that the issue may be related to Group Policy. Below are my suggestions for investigating further:
- Compare GPReport
- On both a working and a non-working machine, open cmd as administrator
- Run
gpresult /h report.html
- Review and compare the reports to check for any Group Policy Objects (GPOs) related to cipher suites
- Check local group policy settings
- Open Group Policy Editor (gpedit.msc)
- Navigate to Computer Configuration\ Administrative Templates\Network\ SSL Configuration Settings
- Review
SSL cipher suite Order
setting and confirm if it is configured
- Check Registry Key
- Open Register Editor (regedit)
- Navigate to this key: HKLM\SOFTWARE\Policies\Microsoft\Cryptography\Configuration\SSL\00010002
- In some cases, the setting may be configured locally, or the registry key may exist even when no GPO is applied.
- If this is the case, remove the local GPO and/or delete the registry key, then perform a clean boot of the server.
- If the Issue Persists
- Use Process Monitor to check whether any third-party software is adding or modifying the registry key.
- Download Process Monitor: https://learn.microsoft.com/en-us/sysinternals/downloads/procmon
I hope this information proves helpful. Please don’t hesitate to reach out if you need further clarification—I’ll be happy to assist 🙂
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
Best regards,
Hoang Phan