SharePoint app store accessible from CA not from any other web app in SharePoint 2013

Tanmoy Das 801 Reputation points
2021-02-16T05:39:28.33+00:00

Hi Guys,

We followed these steps to enable TLS

To enable strong cryptography in .NET Framework 4.6 or higher

  1. From Notepad.exe, create a text file named net46-strong-crypto-enable.reg.
  2. Copy, and then paste the following text.
    Copy
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v4.0.30319]
    "SchUseStrongCrypto"=dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft.NETFramework\v4.0.30319]
    "SchUseStrongCrypto"=dword:00000001
  3. Save the net46-strong-crypto-enable.reg file.
  4. Double-click the net46-strong-crypto-enable.reg file.
  5. Click Yes to update your Windows Registry with these changes.
  6. Restart your computer for the change to take effect.

After this, it worked for CA but not for any other web app, even a new web app created not working for that.

Any idea?

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,700 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Allen Xu_MSFT 13,661 Reputation points
    2021-02-16T07:28:52.657+00:00

    Hi anonymous user,

    Have you also enabled TLS in the Microsoft SQL Servers of your SharePoint farm? Please take a reference to this article: Update your Microsoft SQL Servers in your SharePoint farm.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.