executeHttpRequest fails: Could not create SSL/TLS secure channel

  • Jaco Crafford
    Asked on March 7, 2018 at 10:10 AM

    AbsoluteUri = "https://eu-api.jotform.com/v1/user/forms?"


    Jotform Thread 1407636 Screenshot
  • Adrian
    Replied on March 7, 2018 at 11:33 AM

    Can you please try adding these lines at the top of your code?

    ServicePointManager.Expect100Continue = true;
    ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

    If you are still having issues, please check this.

    Let us know if the issue persists.

  • euronav
    Replied on March 8, 2018 at 3:37 AM

    Thank you. Setting the SecurityProtocol to Tls12 solved the problem.

  • eee Chief Technology Officer
    Replied on March 8, 2018 at 5:49 AM

    Hey @euronav,

    JotForm's TLS 1.0/1.1 support will be deprecated on April 30, 2018.

    Please prepare your application to cover the change, until that date, you can continue to use it.

    Kindest Regards,

    - Ertugrul.