The version 6.0.1 of UltimatePDF introduces an error for us. We are running on premise. 6.0.0 works fine.
The function StartBrowserSession returns an effectiveURL without any hostname "/module/page"This is transformed by the PrintPDF_Service to "https://localhost/module/page" which failed.Error : net::ERR_CERT_COMMON_NAME_INVALID at https://localhostWe enforced https in our environment but of course not for localhost.
Version 6.0.2 fixed it, thanks !