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
------------------------------