403 Forbidden Error

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
Mobius1
Posts: 1
Joined: Mon Mar 05, 2012 9:23 pm

403 Forbidden Error

Post by Mobius1 »

I know there are a few topics concerning this error, but none of them have solved it for me.

I've just move to a new dedicated server which I have Ubuntu 10.10 as the OS. I did have Centos 5.7 running on this server and I could access the webui and connect with transmission-remote, but since installing Ubuntu 10.10, I get this error.

contents of /etc/transmission-daemon/settings.json:

Code: Select all

{
    "alt-speed-down": 50, 
    "alt-speed-enabled": false, 
    "alt-speed-time-begin": 540, 
    "alt-speed-time-day": 127, 
    "alt-speed-time-enabled": false, 
    "alt-speed-time-end": 1020, 
    "alt-speed-up": 50, 
    "bind-address-ipv4": "0.0.0.0", 
    "bind-address-ipv6": "::", 
    "blocklist-enabled": false, 
    "dht-enabled": true, 
    "download-dir": "/var/lib/transmission-daemon/downloads", 
    "download-limit": 100, 
    "download-limit-enabled": 0, 
    "encryption": 1, 
    "incomplete-dir": "/root/Downloads", 
    "incomplete-dir-enabled": false, 
    "lazy-bitfield-enabled": true, 
    "lpd-enabled": false, 
    "max-peers-global": 200, 
    "message-level": 2, 
    "open-file-limit": 32, 
    "peer-limit-global": 240, 
    "peer-limit-per-torrent": 60, 
    "peer-port": 51413, 
    "peer-port-random-high": 65535, 
    "peer-port-random-low": 49152, 
    "peer-port-random-on-start": false, 
    "peer-socket-tos": 0, 
    "pex-enabled": true, 
    "port-forwarding-enabled": false, 
    "preallocation": 1, 
    "proxy": "", 
    "proxy-auth-enabled": false, 
    "proxy-auth-password": "", 
    "proxy-auth-username": "", 
    "proxy-enabled": false, 
    "proxy-port": 80, 
    "proxy-type": 0, 
    "ratio-limit": 2.0000, 
    "ratio-limit-enabled": false, 
    "rename-partial-files": true, 
    "rpc-authentication-required": true, 
    "rpc-bind-address": "0.0.0.0", 
    "rpc-enabled": true, 
    "rpc-password": "{11222d69371cae33112bd13d83bd77163e23e8e1bG9bVjfD", 
    "rpc-port": 9091, 
    "rpc-username": "transmission", 
    "rpc-whitelist": "*.*.*.*", 
    "rpc-whitelist-enabled": true, 
    "script-torrent-done-enabled": false, 
    "script-torrent-done-filename": "", 
    "speed-limit-down": 100, 
    "speed-limit-down-enabled": false, 
    "speed-limit-up": 100, 
    "speed-limit-up-enabled": false, 
    "start-added-torrents": true, 
    "trash-original-torrent-files": false, 
    "umask": 18, 
    "upload-limit": 100, 
    "upload-limit-enabled": 0, 
    "upload-slots-per-torrent": 14
}
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: 403 Forbidden Error

Post by gunzip »

Mobius1 wrote:"rpc-whitelist": "*.*.*.*",
that isn't default value for new Ubuntu or Debian installs, so i suspect you edited /etc/transmission-daemon/settings.json with the transmission-daemon still running, and the therefore the changes are not in effect. try doing this in terminal:

Code: Select all

sudo /etc/init.d/transmission-daemon reload
which sends a SIGHUP and updates the current settings file.

also you have rpc-authentication-required as true, so the web-interface should prompt you for username and password.
Post Reply