Connect my application with visualize through HTTPS protocol

<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.

josemaria.roman's picture
Joined: Jan 23 2015 - 12:13am
Last seen: 8 years 1 week ago

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:

visualize.config({
    server     : "http://<your-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.

djohnson53 - 7 years 10 months ago

0 Answers:

No answers yet
Feedback