Skip to content

Commit 5af0e25

Browse files
committed
Add limitation for self-signed certificates
1 parent 049c007 commit 5af0e25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/document-generation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The [PDF Document Generation](https://marketplace.mendix.com/link/component/2115
2626

2727
* The maximum file size is 25 MB per document. If your document exceeds this limit, the action will result in an exception. We recommend compressing high-resolution images to reduce their file size.
2828
* If your app is configured to [restrict access for incoming requests](/developerportal/deploy/access-restrictions/) using client certificates, our cloud service will not be able to reach your app and the module will not work properly.
29+
* If your app is using a custom domain, we require that you configure a custom domain certificate (an SSL/TLS certificate) signed by a trusted public authority, including all intermediate certificates if applicable. Self-signed certificates will cause the service to fail. See [Obtaining a new signed certificate](/developerportal/deploy/custom-domains/#obtaining-a-new-signed-certificate) for more details.
2930
* We use a fixed 30 second timeout for the page to finish loading and rendering. A timeout exception is thrown if the page content did not finish loading within 30 seconds.
3031
* Widgets or add-ons for your `index.html` file that perform long polling network requests are not supported. The document generation service waits until there are no more pending network requests.
3132
* Some widgets, such as the [Charts](/appstore/widgets/charts/) widget, might be rendered inconsistently in the generated PDF due to factors like animation.

0 commit comments

Comments
 (0)