Search found 4 matches

by kayson
Fri May 18, 2018 11:50 pm
Forum: Support
Topic: Unable to Auth on webUI using safari browser
Replies: 2
Views: 15168

Re: Unable to Auth on webUI using safari browser

Have you checked the web log? What about your browser's javascript console? Is the request even getting through?
by kayson
Fri May 18, 2018 8:42 pm
Forum: Support
Topic: Web API Issues - auth.check_session always returns true? python errors?
Replies: 0
Views: 3075

Web API Issues - auth.check_session always returns true? python errors?

I'm doing a small update to my php wrapper for the web api (https://github.com/kaysond/deluge-php), and noticed a couple of things. 1. auth.check_session always appears to return true. I shut the daemon off completely (via systemd) but it still returns true... 2. If a web api method causes a python ...
by kayson
Fri Jan 19, 2018 11:46 pm
Forum: Development
Topic: php wrapper for json api
Replies: 0
Views: 4092

php wrapper for json api

Wasn't really sure where to put this, but I made a quick php wrapper for the json api:
https://github.com/kaysond/deluge-php

It was a little painful to find the api docs and figure out how best to interface with deluge, but maybe this can help people in the future.
by kayson
Thu Jan 18, 2018 6:49 am
Forum: Support
Topic: deluge doesnt send intermediate ssl certificate for webui (still?)
Replies: 3
Views: 3772

deluge doesnt send intermediate ssl certificate for webui (still?)

I've set deluge to use the same certificate and key as my apache https server, which is a concatenated cert + intermediate cert. If I run openssl s_client -CAfile /etc/ssl/certs/ca-certificates.crt -connect localhost:8112 -showcerts it fails on verifying the first certificate If I run openssl s_clie...