-
Notifications
You must be signed in to change notification settings - Fork 221
Description
We have a site set up that uses the rotativia ActionToPdf. Printing to PDF works fine until we add an SSL to the sub domain, when we do we get the following error;
Qt: Untested Windows version 6.2 detected!
Error: Failed loading page https://oursubdomain.ourdomain.co.uk/FormInstance/Print/73951?outContent=form (sometimes it will work just to ignore this error with --load-error-handling ignore)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Exception: Qt: Untested Windows version 6.2 detected!
Error: Failed loading page https://oursubdomain.ourdomain.co.uk/FormInstance/Print/73951?outContent=form (sometimes it will work just to ignore this error with --load-error-handling ignore)
Take the SSL off and it works fine again, is there something we are missing?