Microsoft KB Archive/250587

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 13:51, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Posting Acceptor Repost Fails When Used with SSL

Article ID: 250587

Article Last Modified on 10/23/2000



APPLIES TO

  • Microsoft Site Server 3.0 Standard Edition



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.

Keywords: kbprb KB250587