I get an error while saving documents over HTTPS URL scheme. What am I doing wrong?
You will get save document error present over HTTPS URL scheme in any of the following cases:
- SSL Certificate of your saveurl does not match your registered domain name. Please check the authenticity of your SSL Certificate from the website: https://www.digicert.com/help/
- Your saveurl SSL Certificate is not part of either Mozilla's trusted certs or the latest JDK's certs supported by Zoho. List of supported Mozilla certs can be found in the certdata.txt file.
- There could also be SSL handshake error due to which the save may fail. It is either because of, the server certificate chain is incomplete or the Java's trust store doesn't trust the server's root certificate. In most of the cases, the server's certificate chain is incomplete.
To fix the issue, you should correct the server's SSL certificate chain configurations, by reinstalling the server certificate and the intermediate certificates correctly.
Related Articles
Why I am getting an error while importing a document present as a Web URL over https URL scheme?
The stated error in importing the document present over a web URL (HTTPS scheme) will occur in any of the cases mentioned below: SSL Certificate does not match your registered domain name. Check the authenticity of your SSL Certificate from the ...
How do I save documents locally using "save_url" method? Any sample codes available?
A "save_url" is a publicly accessible Web hook or a Web URL to which Zoho will push the updated document content from its Office editors (Writer, Sheet, Show) to your storage server. In order to make use of "save_url" method and save document ...
Error Messages
Error Code Description 4000 Please use Authtoken, instead of API ticket and APIkey. 4500 Internal server error while processing this request 4501 API Key is inactive 4502 This module is not supported in your edition 4401 Mandatory field missing 4600 ...
Where are the documents saved?
Documents are saved in your storage servers from Editor when user click save button. Zoho Office Integrator allow partners and businesses to save the document content back to their storage servers or document repository through "webhook". A webhook ...
Formstack Documents
Formstack Documents is an online document generation platform that lets you create documents of several types with dynamic content. You can send these document easily through the third party integrations provided. Formstack Documents lets you create ...