Article ID: 221514 - Last Review: September 4, 2007 - Revision: 5.4 HSE_REQ_GET_CERT_INFO_EX Is Not Exposed in ISAPI ServerSupportFunctionThis article was previously published under Q221514 On This PageSYMPTOMS
In Microsoft Internet Information Server (IIS) 4.0, several new options
have been added to the ServerSupportFunction. The ServerSupportFunction is
a callback function that is supplied in the ECB (EXTENSION_CONTROL_BLOCK).
It supports several auxiliary functions that are not covered by other
explicit callback functions in the ECB. One of these new options is
HSE_REQ_GET_CERT_INFO_EX, which returns a CERT_CONTEXT structure. This
option is currently only exposed to ISAPI Extensions, so when writing an
ISAPI Filter, this call may fail and may not return a CERT_CONTEXT
structure as expected.
RESOLUTIONWindows NT Server or Workstation 4.0To resolve this problem, obtain the latest service pack for Windows NT 4.0 or the individual software update. For information on obtaining the latest service pack, please go to:
http://support.microsoft.com/default.aspx?scid=fh;EN-US;CNTACTMS
(http://support.microsoft.com/default.aspx?scid=fh;en-us;cntactms)
Windows NT Server 4.0, Terminal Server EditionTo resolve this problem, obtain the latest service pack for Windows NT Server 4.0, Terminal Server Edition. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:152734
(http://support.microsoft.com/kb/152734/EN-US/
)
How to Obtain the Latest Windows NT 4.0 Service Pack
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Windows NT Server version 4.0, Terminal Server Edition Service Pack 6. MORE INFORMATION
The following code can be used to obtain a client certificate in the ISAPI Filter:
| Article Translations
|
Back to the top
