Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Add an option to control UseAscReqNoToken through app configuration for Exchange Server 2016


View products that this article applies to.

Summary

Transport Layer Security (TLS) negotiation happens in an earlier version of Microsoft Exchange Server 2016. This causes an error Event ID 30 to be logged under CIAPI2 in the Event Viewer and incurs an unnecessary TLS cost. After you apply this update, you can enable the UseAscReqNoToken by editing the MSExchangeFrontendTransport.exe.config file.

↑ Back to the top


Cause

In datacenter edition of Windows Server, there's an option that doesn't require tokens during TLS security negotiation. It's controlled by a flight that's not enabled in Standard edition of Windows Server.

↑ Back to the top


How to get this update

To get this update, install Cumulative Update 11 for Exchange Server 2016 or a later cumulative update for Exchange Server 2016.

To enable the UseAscReqNoToken, follow these steps:

  1. Locate the MSExchangeFrontEndTransport.exe configuration file.

    Note By default, this file can be found in the following location:
    %ExchangeInstallPath%Bin\MSExchangeFrontendTransport.exe.config
  2. Add the following line under <appSettings>:
    …
    <appSettings>
    // Add the following line.
    <add key="SmtpReceiveUseAscReqNoTokenDuringTlsNegotiation" value="true" />
    // End of the added line.
    … 
  3. Save the changes, and then restart the Front End Transport service on the server.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


References

Learn about the terminology that Microsoft uses to describe software updates.

↑ Back to the top


Keywords: Event ID 4625, kbqfe, kbexpertiseadvanced, kbsurveynew, kbfix, kb, CI87411, kbContentAuto

↑ Back to the top

Article Info
Article ID : 4456228
Revision : 16
Created on : 8/13/2020
Published on : 8/13/2020
Exists online : False
Views : 277