Error: 'Module' Object has no Attribute 'MODE_CCM'
Formerly SecureONE
Symptomβ
You see the following error in the system Access History or when you run a rescan from the Grant Access page:
'module' object has no attribute 'MODE_CCM'
Causeβ
This error is caused when SMB encryption is enabled on the system.
Resolutionβ
IMPORTANT. To perform troubleshooting steps, you must have:
- the administrator role
- an ability to run PowerShell on the system
Troubleshooting steps:
- Verify SMB encryption is enabled from PowerShell:
Get-SmbServerConfiguration | Select EncryptData
- Disable SMB encryption on affected servers:
Set-SmbServerConfiguration -EncryptData $false
- Rescan the system from the Grant Access page to verify the issue is resolved
Learn more in SMB security enhancements βΈ± Microsoft: https://learn.microsoft.com/en-us/windows-server/storage/file-server/smb-security