Posting Acceptor Repost Fails When Used with SSL (250587)



The information in this article applies to:

  • Microsoft Site Server 3.0

This article was previously published under Q250587

SYMPTOMS

When reposting to a URL using SSL, Posting Acceptor fails with event ID 8840:
CPSHOST Warning None 8840 N/A <server name> User: , Destination URL: https://wwwroot/upload Reposting to URL "https://wwwroot/scripts/repost.asp" failed.

CAUSE

The Posting Acceptor is not configured to use the Fully Qualified Domain Name (FQDN) as the repost URL.

RESOLUTION

To resolve the issue, use the following configuration:
  1. Generate a SSL key based on the actual Fully Qualified Domain Name (FQDN) of the computer.
  2. Submit this key to a root Certifying Authority (CA).
  3. If you are using Microsoft Certificate Server, you must install the Root Certifying Authority Certificate.
  4. If the Certificate Server is running Windows NT 4.0 SP4, follow the instructions in the Readme.sp4 file, which is located in the Winnt\System32 folder.
  5. Follow the instructions in section 3.10 to install the certificate.
  6. Posting Acceptor uses WinInet APIs. A report from Posting Acceptor to the SSL site is not supported.
  7. Restart the computer.
  8. Modify all script code to use HTTPS instead of HTTP.
  9. Reference the Posting Acceptor ISAPI filter and ASP pages with the FQDN, and then perform tests.
Posting acceptor and SSL only works with the actual FQDN. At present, it does not work with any other configuration.

Modification Type:MajorLast Reviewed:10/23/2000
Keywords:kbprb KB250587