Jump to content
Changes to the Jaspersoft community edition download ×

Connect my application with visualize through HTTPS protocol


Recommended Posts

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://<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"});[/code]

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.

Link to comment
Share on other sites

  • 1 month later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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"});[/code]

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...