I am trying to send a GET/POST call to an API with API key authentication. It fails while getting a response with the error "Request was aborted could not create ssl/tls secure channel ". I have tried all the possible changes provided in the blogs like assigning Security protocol type to TLS1.2 to the security point manager, Enabling TLS1.1,1.2 from the settings, adding it to the trusted site, etc.
Any help will be appreciated.