Page 1 of 1

insecure reference in one of the ajax files (qxrpc)

Posted: Tue Mar 22, 2022 12:55 pm
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

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

Posted: Tue Mar 22, 2022 4:50 pm
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