Closed GoogleCodeExporter closed 9 years ago
that sounds like the authentication is either really weirdly set up in which
case you'll have to provide more details about your configuration, or you've
simply set the wrong login/password details in the settings of the extension.
try re-doing the latter first.
Original comment by jul...@gmail.com
on 4 Mar 2015 at 6:08
I copied and pasted the login details and still a no go. I have a server
running owncloud, rutorrent, and web hosting. Only rutorrent uses SSL. It is
weird because it works when I have the webUI open in one tab and try to
download a torrent in another tab.
Original comment by CorbinHa...@gmail.com
on 4 Mar 2015 at 6:19
that's normal though, if you're logged into the webui, then chrome has the
authentication information cached and the explicit authentication details from
the extension's call aren't used since the server does not report an http 401
error upon first trying to launch the request. can you remove the extension
from chrome and re-add it to see if a settings reset helps?
Original comment by jul...@gmail.com
on 4 Mar 2015 at 6:22
well, not normal, i should say "expected"
Original comment by jul...@gmail.com
on 4 Mar 2015 at 6:23
Ok so I found out the problem. The problem appears to be with self signed SSL
certs. The reason it opens when I have the other tab open is because I told
chrome to allow the SSL connection because chrome thinks its an untrusted
source. In order to get it workings I followed this guide
http://stackoverflow.com/questions/7580508/getting-chrome-to-accept-self-signed-
localhost-certificate
I followed the best answer on that page and more specifically the edited part.
Once I trusted the cert permanently I restarted chrome and it worked perfectly.
Thank you developer for helping me and mentioning authentication.
Original comment by CorbinHa...@gmail.com
on 4 Mar 2015 at 6:40
ah, yeah, that'll do it. see ImportSelfsignedSSLCertificates.
Original comment by jul...@gmail.com
on 4 Mar 2015 at 6:42
Original issue reported on code.google.com by
CorbinHa...@gmail.com
on 4 Mar 2015 at 6:06