How to resolve error "The request was aborted: Could not create SSL/TLS secure channel" on Director?

How to resolve error "The request was aborted: Could not create SSL/TLS secure channel" on Director?

This article outlines the steps to resolve the "The request was aborted: Could not create SSL/TLS secure channel" error that may appear in your browser when loading eMAM Director. See the image for reference.



To fix this, we need to ensure that stronger encryption protocols like TLS 1.2 are enabled at the .NET Framework level in addition to the system level. This can be done by modifying the Windows registry. Follow these steps:

1. Open the registry and navigate to: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319
2. Take a backup of the folder by right-clicking it and selecting Export.
3. Create the following keys if they are not present, and set their values to 1:
        SchUseStrongCrypto
       SystemDefaultTlsVersions






4. Similarly, navigate to: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319
5. Again, take a backup by right-clicking the folder and selecting Export.
6. Create the same keys here if they are not present, and set their values to 1:
        SchUseStrongCrypto
       SystemDefaultTlsVersions






7. Reload eMAM Director and verify that the issue is resolved.
    • Related Articles

    • How to convert an IIS SSL certificate for Apache?

      How to convert an IIS SSL certificate for Apache 1. We need to export the certificate as PFX with the private key. Please follow the below steps: Open Microsoft Management Console by putting the following command in RUN. "MMC.EXE" Click on File icon ...
    • eCP-eMAM Director User Guide

      Please find the attachment below.
    • How To Disable TLS 1.0 and 1.1 for Apache

      Please find the below steps to disable TLS 1.0 and 1.1 for the Apache webserver. Note: Please make sure that you have a valid SSL certificate. Please login to the eMAM upload manager installed server (web or app ), and find the server.xml file from ...
    • eMAM Cloud Platform(eCP)-eMAM Director User Guide

      Please refer the attachment.
    • HTTP Error 500.21 - Internal Server Error

      HTTP Error 500.21 - Internal Server Error Handler "PageHandlerFactory-Integrated" as a bad module "ManagedPipelineHandler" in its module list 1. In IIS, please check and ensure that eMAM Director New web application is assigned to ".Net Framework ...