Fix "This implementation are not part of the Windows Platform FIPS validated cryptographic algorithms"

Source: Internet
Author: User

Fix "This implementation are not part of the Windows Platform FIPS validated cryptographic algorithms"

The server was installed, IIS and ASP. NET were loaded, but an exception occurred while running the ASPX page:
Exception information: This implementation was not a part of the Windows Platform FIPS validated cryptographic algorithms.
Search on the Internet, there are several options:
1. Turn off FIPS:gpedit.msc with the Group Policy Editor and change to disable

result : My original is disabled, this scheme is invalid.
2. Deactivate FIPS for the dotnet framework.
(1) Modify Web. config to add

<configuration>    <runtime>        <enforceFIPSPolicy enabled="false"/> </runtime></configuration>

result : invalid
(2) Modify the C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config and add the same content as (1)
result : invalid
3. Modify the Registration form:
(1): hkey_local_machine\system\currentcontrolset\control\lsa:fipsalgorithmpolicy=0;
(2): hkey_local_machine\system\currentcontrolset\control\lsa\fipsalgorithmpolicy:enabled=0;
results : my (1) is 1, (2) is 0, the (1) changed to 0 after the problem solved .

Fix "This implementation are not part of the Windows Platform FIPS validated cryptographic algorithms"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.