You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that for each attemptto do an HTTPS connection, the console (Ctrl+Shift+J) prints:
proxyService.resolve is not a function
[localdir]/convergence@extension.thoughtcrime.org/components/Convergence.js ->
[localdir]/convergence@extension.thoughtcrime.org/chrome/content/ssl/PhysicalNotary.js
Ligne : 93
PhysicalNotary.prototype.getProxiesForNotary=function(){/* bla bla bla */// line 93 below:varhttpProxy=proxyService.resolve(httpUri,null);
Might have to do with changes (removal?) of nsIProtocolProxyService. See:
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.
Steps:
It seems that for each attemptto do an HTTPS connection, the console (Ctrl+Shift+J) prints:
Might have to do with changes (removal?) of nsIProtocolProxyService. See:
You might consider moving from
resolve
toasyncResolve
as that's what changed in the interface apparentlyThe text was updated successfully, but these errors were encountered: