Original Message:
Sent: Wed November 12, 2025 05:45 PM
From: Duke Lam
Subject: Datacap Rulerunner Error Could not create SSL/TLS secure channel.
Extending this topics - Does anyone know what ciphers is being used for RuleRunner.
Thinking this through the logic - The RR server communicated direct to the TM Server via tcp ip. TM server is enabled for TLS 1.2 and the Database accepting TLS 1.2. These Cipher option are like TLS granular sub cipher encryption type which one does it use?

------------------------------
Duke Lam
Original Message:
Sent: Fri October 13, 2023 03:31 PM
From: Blue Devil
Subject: Datacap Rulerunner Error Could not create SSL/TLS secure channel.
Good finding Bob but probably best to stick with the technote or as Varum did to solve the issue.
------------------------------
Blue Devil
Original Message:
Sent: Thu October 12, 2023 03:24 PM
From: Bob Moores
Subject: Datacap Rulerunner Error Could not create SSL/TLS secure channel.
This worked for me,
Edit the rrprocessor.exe.config (C:\Datacap\Taskmaster)
Add the below line to the rrprocessor.exe.config file:
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false"/>
The modification should be performed as follows (new line is shown below in BOLD):
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false"/>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.29.0" newVersion="4.2.29.0" />
</dependentAssembly>
</assemblyBinding>
<generatePublisherEvidence enabled="false"></generatePublisherEvidence>
<loadFromRemoteSources enabled="true"></loadFromRemoteSources>
</runtime>
</configuration>
Hope it helps,
Bob
------------------------------
bob Moores
Original Message:
Sent: Wed September 20, 2023 08:29 AM
From: Varun Gupta
Subject: Datacap Rulerunner Error Could not create SSL/TLS secure channel.
Add the below registry key and see if it works.

------------------------------
Varun Gupta
Original Message:
Sent: Fri May 19, 2023 03:12 AM
From: Dileep Paul
Subject: Datacap Rulerunner Error Could not create SSL/TLS secure channel.
FileNet connection from Datacap Studio is working fine but when run it through Rulerunner the application fails with the below error.
ERROR!!! N-2146233088
Error description = CE Connection Error: The request was aborted: Could not create SSL/TLS secure channel.
Error Source = DC_P8_Server
Note: the certificate is installed under trusted people. Datacap Version is 9.1.9
------------------------------
Dileep Paul
------------------------------