Mixed Content Error

3459
2
Jump to solution
02-15-2017 05:45 AM
MarkYerington
Occasional Contributor III

I am just wondering why this is happening.  When Load up the web app builder it shows the security error in the upper right.  In the console a See the following mixed content error:

Mixed Content: The page at https://servername/appname was loaded over https, but requested an init.js:140 insecure XMLHttpRequest endpoint http://servername/arcgis/rest/info?f=json'. This request has been blocked; the content must be served over HTTPS.

Its making a called to the 3.18 api init.js on line 140, but I don't know how to control this.

The application is secured with the latest SSL, but this call is causing the  icon to show up on the right.  The new chrome is really stringent on what it is accepting.  It seems to accept it, but users are questioning the icon.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Mark,

   Either your web map or on of your widget is configured using a http url instead of a https and thus the warning.

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Mark,

   Either your web map or on of your widget is configured using a http url instead of a https and thus the warning.

MarkYerington
Occasional Contributor III

That was it. I thought I had all the layers cleared up in the webmap, but I had to turn all layers on to find out that there were others referenced with HTTP. Thanks that was my fault.

Mark Yerington, GISP

MAGIC GIS Systems Analyst

3205 CEDAR ST | MUSCATINE, IA 52761

PH: 563.262.3316 | CELL: 563.260.4525

0 Kudos