insecure reference in one of the ajax files (qxrpc)

This forum deals with any kind of web based client technology, whether it is the well known java script based Ajax servlet or the upcoming approaches such as Leaflet, OpenLayers and so on.
Post Reply
User avatar
Bernd Welter
Site Admin
Posts: 2574
Joined: Mon Apr 14, 2014 10:28 am
Contact:

insecure reference in one of the ajax files (qxrpc)

Post by Bernd Welter »

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 -
wd.ajax.png
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
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... :twisted:
User avatar
Bernd Welter
Site Admin
Posts: 2574
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: insecure reference in one of the ajax files (qxrpc)

Post by Bernd Welter »

Here's the developer's feedback:

please set the following properties in the ajaxmaps.properties:
  • absoluteServerURL.protocol=https
  • absoluteServerURL.port=443 (or to the port you need to use)
You are supposed to configure both properties because of the independent default values.

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... :twisted:
Post Reply