josemaria.roman Posted March 20, 2015 Posted March 20, 2015 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.
djohnson53 Posted May 13, 2015 Posted May 13, 2015 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now