Using Scheduler with SSL?

Hello,

I am using the dhtmlxScheduler to share the calendar with 10 others. I password protected the component so my friends can authenticate with user/pass before gaining access to the scheduler. The scheduler goes through a SSL for an added layer of security. The problem I am having is the non secure media content. The references below are in the scheduler application, and being called to the URLs below (There are 13 files between these 4 URLs going through an http request).

maps.gstatic.com/mapfiles/openhand_8_8.cur
maps.gstatic.com/mapfiles/cb/mod … pi_003.png
maps.gstatic.com/mapfiles/transparent.png
maps.googleapis.com/maps/api/js/ … oken=13910
mt1.googleapis.com/vt?lyrs=m@195 … Csmartmaps
mt1.googleapis.com/vt?lyrs=m@195 … Csmartmaps
mt0.googleapis.com/vt?lyrs=m@195 … Csmartmaps
mt0.googleapis.com/vt?lyrs=m@195 … Csmartmaps
maps.gstatic.com/mapfiles/google_white.png
maps.gstatic.com/mapfiles/mv/imgs8.png
maps.gstatic.com/mapfiles/rotate2.png
maps.gstatic.com/mapfiles/szc4.png
maps.gstatic.com/mapfiles/arrow-down.png

I need to change all the resources from: http to https.
Where can I locate the files withg these resources?

Thanks

Hello,

As you can see those files are loaded by Google Maps API. To use Google Maps via SSL include it as

<script src="https://maps-api-ssl.google.com/maps/api/js?v=3&sensor=true_or_false" type="text/javascript"></script>
Best regards,
Ilya