You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
Hi,
Ive been working on a project that uses HelloSign and HelloWork. The backend server is written using Flask and deployed on Azure.
While using hellosign-python-sdk to run SignatureRequestSendWithTemplateRequest, I always end up encountering the following error.
The above error is only seen on the server that is being run on Azure. This doesn't happen in my local system.
When I try to use requests and run requests.post with necessary headers, it ends up working both on local system and the virtual machine.
Are there any potential work arounds?
I have shifted the hosted site from http to https by adding necessary certificates.
Is it a necessity that my instance should have a TLS/SSL certificate or can I turn off the verification when in debug mode?
The text was updated successfully, but these errors were encountered: