Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Error response received for the request: unable to create a channel

New Here ,
Jan 17, 2023 Jan 17, 2023

Hello everyone,

 

I have a dll written in C#, used to send a pdf to the adobe Webservice and get a word file.

 

When i test the dll with a c# projet, it works, but when i test the same dll with a delphi project i get an error message :

"Error response received for the request: La demande a été abandonnée : Impossible de créer un canal sécurisé SSL/TLS."

 

Does anybody have a solution ?

 

I made different tests, an add the following code:

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls
| SecurityProtocolType.Tls11
| SecurityProtocolType.Tls12
| SecurityProtocolType.Ssl3;*/

 

But the problem is the same !

 

Thanks in adavance

 

TOPICS
.NET SDK , Authentication , PDF Extract API , PDF Services API
266
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources