how do i fix this System error '80131509' The request was aborted: Could not create SSL/TLS secure channel. /webmain.asp, line 12670

Jill Johnson 0 Reputation points
2025-02-20T17:24:25.71+00:00

I am trying to get a fed ex shipping price from a website and this error comes up

System error '80131509'

The request was aborted: Could not create SSL/TLS secure channel.

/webmain.asp, line 12670

How do I fix it?

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
387 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 71,696 Reputation points
    2025-02-20T22:48:45.3933333+00:00

    you don't give enough information. common causes are:

    • the called site is using a self signed certificate
    • the called site requires a higher TSL version then the caller supports
    • the called site requires a client certificate
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.