SYMPTOMS
When I launch my website that uses SSL, I get the following error:“No more memory is available for security information update”
If I remove SSL within the website, it starts without any problems.
CAUSE
The HTTP.SYS driver does not have enough resources to run the required number of websites which use SSL.RESOLUTION
According to KB820129, you will need to set the MaxEndpoints value between 0-1024. However, do not select a value that is less than number of websites you are running under the following registry key :HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters\
Finally, to make the modifications apply, you should perform:
net stop http
net start http Additional information
See also http://support.microsoft.com/kb/824033Keywords: http.sys memory ssl website