Index: trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.groovy	(revision 14149)
+++ trunk/scripts/SyncEditorLayerIndex.groovy	(revision 14292)
@@ -780,7 +780,12 @@
                 myprintln "- No JOSM icon: ${getDescription(j)}"
             } else if(!ij.equals(ie) && !(
-              ie.startsWith("https://osmlab.github.io/editor-layer-index/") &&
-              ij.startsWith("data:"))) {
-                myprintln "* Different icons: ${getDescription(j)}"
+                ie.startsWith("https://osmlab.github.io/editor-layer-index/") &&
+                ij.startsWith("data:"))) {
+                    def iehttps = ie.replace("http:","https:")
+                    if(ij.equals(iehttps)) {
+                        myprintln "+ Different icons: ${getDescription(j)}"
+                    } else {
+                        myprintln "* Different icons: ${getDescription(j)}"
+                    }
             }
         }
