<span style="font-family: Arial, Helvetica, Verdana, 'Bitstream Vera Sans', sans-serif; font-size: 12px;">Hi everyone,</span>
I have application with use the HTTPS protocol, and I want embed a graph with visualize. I have a script tag with URL to connect with visualize, this url it's right (https://<host>/jasperserver-pro/client/visualize.js).
But my problem is in the internal server of visualize, because the configuration use in the param server HTTP instead of HTTPS:
visualize.config({ server : "http://<host>/jasperserver-pro", scripts : "optimized-scripts", logEnabled: true, logLevel: "error"});
Due to this, when I try connect my application with visualize I get an ssl connection error.
Is there any way to configure this? Can I modify the configuration of visualize for change the param server with https instead of http?
Thanks a lot.
Regards,
Jose.
0 Answers:
No answers yet
Trying to better format your post:
Hi everyone,
I have application with use the HTTPS protocol, and I want embed a graph with visualize. I have a script tag with URL to connect with visualize, this url it's right (https://<your-host>/jasperserver-pro/client/visualize.js).
But my problem is in the internal server of visualize, because the configuration use in the param server HTTP instead of HTTPS:
Due to this, when I try connect my application with visualize I get an ssl connection error.
Is there any way to configure this? Can I modify the configuration of visualize for change the param server with https instead of http?
Thanks a lot.
Regards,
Jose.