Hi there,
We have setup an Apache webserver to serve PTV AjaxMap resources within our Map pages using a secured public URL.
So far, all the AjaxMap resources are loading with https EXCEPT the one link which is called from "/ajaxmaps/.qxrpc" file.
Content of this file is -
Because of this insecure url we are getting mixed-content issue on front end browser.
Is it possible somehow to serve this link as well with https protocol?
NOTE: PTV version used is 1.26.03
Please let me know in case any additional details required,
Bernd
insecure reference in one of the ajax files (qxrpc)
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
insecure reference in one of the ajax files (qxrpc)
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: insecure reference in one of the ajax files (qxrpc)
Here's the developer's feedback:
please set the following properties in the ajaxmaps.properties:
Bernd
please set the following properties in the ajaxmaps.properties:
- absoluteServerURL.protocol=https
- absoluteServerURL.port=443 (or to the port you need to use)
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...