Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convergence doesn't work on Firefox Aurora 22 #175

Open
DavidBruant opened this issue May 13, 2013 · 1 comment
Open

Convergence doesn't work on Firefox Aurora 22 #175

DavidBruant opened this issue May 13, 2013 · 1 comment

Comments

@DavidBruant
Copy link

Steps:

It seems that for each attemptto do an HTTPS connection, the console (Ctrl+Shift+J) prints:

proxyService.resolve is not a function
[localdir]/[email protected]/components/Convergence.js ->
[localdir]/[email protected]/chrome/content/ssl/PhysicalNotary.js
Ligne : 93
PhysicalNotary.prototype.getProxiesForNotary = function() {
  /* bla bla bla */
  // line 93 below:
  var httpProxy           = proxyService.resolve(httpUri, null);

Might have to do with changes (removal?) of nsIProtocolProxyService. See:

You might consider moving from resolve to asyncResolve as that's what changed in the interface apparently

@jbize
Copy link

jbize commented May 28, 2013

I believe this issue is the same as #164, #169, and #170. A patch was provided with #170. How soon can it be tested and deployed? Convergence apparently isn't working with HTTPS and current FireFox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants