Foreningen Selvet - Jesper Staun Hansen wrote: > Really useful. Thanks :) > > But if I use https protocol as the guide recommends against > https://heroes.mozdev.org/update.rdf then firefox update will error. But > if I use against http://heroes.mozdev.org/update.rdf then it finds an > update. I find that strange.
That's because of the certificate mismatch (only www.mozdev.org is allowed) but you can change the following code in nsExtensionManager.js to make it work: confirmMismatchDomain: function(socketInfo, targetURL, cert) { LOG("EM BadCertHandler: Mismatched domain"); return false; }, All you have to do is to change the (boolean) "false" to "true" and you're done for your testing ;) -- Michael Vincent van Rantwijk - MultiZilla Project Team Lead - XUL Boot Camp Staff member - iPhone Application Developer _______________________________________________ Project_owners mailing list Project_owners@mozdev.org http://mozdev.org/mailman/listinfo/project_owners