Error Accessing the Apprenda Repo from Windows 2012

Follow

I ran into the following issue with a customer in which the Apprenda Repository was not accessible from Windows Server 2012 to a NetApp NAS.

The workaround to fix it is explained in the following article: http://support.microsoft.com/kb/2686098

The important step is:

Disable secure negotiate on your server with the following powershell command:
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force

Have more questions? Submit a request

Comments