Jump to content
Changes to the Jaspersoft community edition download ×

josemaria.roman

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by josemaria.roman

  1. 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.
×
×
  • Create New...