A secure channel could no be established: Could not create SSL/TLS secure channel. #21733
Unanswered
antonioaayala
asked this question in
General
Replies: 1 comment
-
This repo is mostly for extensibility issues. I think you'll have better chances of getting this question answered by the community in other channels (such as Yammer). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have an issue calling API from AL on SaaS, when I deploy my app on docker Onpremise container Client.Send works correctly, but whe i deploy to production or Sandox on SaaS, I got the error "Could not create SSL/TLS secure channel...."
My code is
var
CB64: Codeunit "Base64 Convert";
Client: HttpClient;
begin
Clear(Client);
end;
I have tried wiht Client.Send to
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions