Skip to main content
Participant
September 4, 2020
Question

Is there a way to insert http redirect uris in Adobe Sign?

  • September 4, 2020
  • 1 reply
  • 454 views

Good morning!

I was trying to use Adobe Sign API to my system, but it says me that I need to insert https uris, but I would like to use an http one. Is there someway to do?

This topic has been closed for replies.

1 reply

ls_rbls
Community Expert
Community Expert
September 7, 2020

I believe that is happening because HTTP  has been deprecated and the transport layers that used to be used in place to make it more secure are also deprecated.

 

While Micrososft has been announcing this since about almost 3 years ago, most web browser makers have been enforcing a deprecation and removal of TLS 1.0 and TLS 1.1 for example.

 

Is your website currently working with virtual hosts? Otherwise, I don't understand why you need to use  HTTP.

 

 

Technical Generalist
João5C1CAuthor
Participant
September 22, 2020

Hello, Good Afternoon. Thanks for the feedback.

I would need to use HTTP because my job system is not HTTPS and we can't migrate it now.

But there isn't anyway to solve that?

ls_rbls
Community Expert
Community Expert
September 22, 2020

This could also be an URI producing bug in the  Adobe Sign application.

 

Normally, when you create a weblink via javascript using the Acrobat open parameters you don't get this type of error.

 

Adobe Acrobat Pro DC opens URI parameters correctly regardless if it is http or https.

 

The http request opens up fine  in a web browser as  https.

 

So, I am thinking if weblinkinh is something that Adobe Sign is not able to handle on its own at the plugin level.

 

I would say to contact Adobe customer care directly.

Technical Generalist