Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Fri May 19, 2023 03:12 AM

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


  • 2.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Mon May 22, 2023 01:13 PM

    Try this. 
    https://www.ibm.com/support/pages/filenet-enterprise-manager-throws-error-when-connecting-content-engine-over-tls-12

    Else please create a case for support assistance. 



    ------------------------------
    Blue Devil
    ------------------------------



  • 3.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Tue September 19, 2023 10:38 AM

    Dear Dileep,

    Do you find any solution for the above issue you mentioned?

    I'm also facing the exact same issue.

    Regards,

    Siraj Shaik.



    ------------------------------
    Shaik Khaja Siraj
    ------------------------------



  • 4.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Wed September 20, 2023 08:30 AM

    Add the below registry key and see if it works. 



    ------------------------------
    Varun Gupta
    ------------------------------



  • 5.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Fri October 13, 2023 10:59 AM

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



  • 6.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Fri October 13, 2023 03:32 PM

    Good finding Bob but probably best to stick with the technote or as Varum did to solve the issue. 



    ------------------------------
    Blue Devil
    ------------------------------



  • 7.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Wed November 12, 2025 05:46 PM

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



  • 8.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted 20 days ago

    Found my own q&a. 

    https://www.ibm.com/docs/en/filenet-p8-platform/5.5.12?topic=security-configuring-cluster



    ------------------------------
    Duke Lam
    ------------------------------