FIPS issue with Encryption and possibly Image-Resizer
See original GitHub issueI’m submitting a …
[x] bug report [x] not sure
…about
[x] admin experience UI [x] APIs like REST [x] other / unknown
Current Behavior / Expected Behavior
Navigate to Apps Management
> System
tab. The following pop-up is showing:
It appears to be related to the GetSystemInfo
API call 2sxc is making for that tab.
Instructions to Reproduce the Problem
This could potentially be an environment/configuration issue with the site, but it appears 2sxc may be using non-FIPS-compliant encryption for the Web API call.
Your environment**
In checking the web.config
, we can confirm the following cryptography default provider:
<cryptography defaultProvider="CoreCryptographyProvider">
<providers>
<clear />
<add name="CoreCryptographyProvider" type="DotNetNuke.Services.Cryptography.CoreCryptographyProvider, DotNetNuke" providerPath="~\Providers\CryptographyProviders\CoreCryptographyProvider\" />
<add name="FipsCompilanceCryptographyProvider" type="DotNetNuke.Services.Cryptography.FipsCompilanceCryptographyProvider, DotNetNuke" providerPath="~\Providers\CryptographyProviders\FipsCompilanceCryptographyProvider\" />
</providers>
</cryptography>
- 2sxc version(s): 14.12.3
- Browser: all
- DNN: 9.8.1
- Hosting platform: IIS
- Language: English
Issue Analytics
- State:
- Created 8 months ago
- Comments:24 (12 by maintainers)
Top Results From Across the Web
SSH Weirdness When FIPS Mode Enabled
Encrypted SSH keys generated by a RHEL 6 system in FIPS mode (and presumably other versions of RHEL/Fedora) automatically use an alternate ...
Read more >Implementation Guidance for FIPS 140-2
This Implementation Guidance document is issued and maintained by the U.S. Government's National Institute of Standards and Technology ...
Read more >The Trouble with FIPS
Snake-oil cryptography is an endemic problem, and much of the time the purveyors don't even know they're selling snake oil. Ideally, the ...
Read more >NIST 800-171 and FIPS 140-2 flash drive compliance
I am trying to find documentation on whether or not a flash drive can be encrypted with Bitlocker to go and be FIPS...
Read more >FIPS 140-2 Compliance - TechDocs - Broadcom Inc.
FIPS 140-2 encryption affects the communication of all sensitive data between components of CA products and between CA products and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is awesome news! Thanks for verifying it!
We’ll try to get the LTS out in 2-3 weeks - just need to finish some quite amazing new features 😉
@iJungleboy I have some GREAT news for you all. We were able to test v15.01.00 on a non-production server and the FIPS errors related to 2sxc specific features have now gone away. We’ll let you know if we run into any related issues, but this is fantastic. Fingers crossed that we’ll be able to get to a v15 LTS sooner rather than later for the client internal review/approval process for production extension use.