Hello All,
Whenever we run a process under SSL, we get a 404 error.
Upon inspecting the browser developer console, we found out there’s a blocked insecure resource reference:
[blocked] The page at https://test.server.local:8443/bonita/portal/resource/taskInstance/RegisterCustomer/1.7.3/EditRecord/content/?id=1142610&displayConfirmation=false was not allowed to run insecure content from http://malsup.github.io/min/jquery.form.min.js.
The form has no reference to this js and no custom widget (that might include that reference) so we think is a bonita form resource.
How can we correct this?
Thanks.