On Fri, Dec 12, 2014 at 03:34:07AM +0530, shirish शिरीष wrote: > Hi all, > I get the following on my console, can't make a head or a tail of it. > > 1418334775460 GMPInstallManager.simpleCheckAndInstall INFO Last check > was: 1418334775 seconds ago, minimum seconds: 86400 > 1418334775461 GMPInstallManager._getURL INFO Using override url: > data:text/plain, > 1418334775464 GMPInstallManager._getURL INFO Using url (with > replacement): data:text/plain, > 1418334775465 GMPInstallManager.checkForAddons INFO sending request > to: data:text/plain,
You'll note how that request url is data:text/plain, which is not a remote thing and acts as an empty text/plain file. > 1418334775468 GMPInstallManager.onLoadXML INFO request completed > downloading document > 1418334775469 GMPInstallManager.onLoadXML INFO allowNonBuiltIn: false > 1418334775470 GMPInstallManager.onLoadXML ERROR could not load xml: > [Exception... "SSL is required and URI scheme is not https." > nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: > resource://gre/modules/CertUtils.jsm :: checkCert :: line 142" data: > no] And here it fails because of the lack of SSL on that url. That url was added in last revision of iceweasel, so that the plugin never gets downloaded. Mike -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

