2018-10-05 08:33:26 +00:00
|
|
|
# Deluge Web UI
|
2009-07-20 09:36:16 +00:00
|
|
|
|
|
|
|
The Deluge web interface is intended to be a full featured interface built using
|
|
|
|
the ExtJS framework, running on top of a Twisted webserver.
|
|
|
|
|
2018-10-05 08:33:26 +00:00
|
|
|
## SSL Configuration
|
2009-07-20 09:36:16 +00:00
|
|
|
|
|
|
|
By default the web interface will use the same private key and certificate as
|
2018-10-08 13:22:49 +00:00
|
|
|
the Deluge daemon. If you wish to use a different certificate/key (see
|
2018-10-05 08:33:26 +00:00
|
|
|
[How to Create a SSL Certificate](http://www.yatblog.com/2007/02/27/how-to-create-a-ssl-certificate/))
|
2009-07-20 09:36:16 +00:00
|
|
|
for information on creating one) you are able to specify which you want to use.
|
|
|
|
|
|
|
|
There are 2 ways to enable SSL encryption in the webserver, 1 is to specify it
|
|
|
|
in your configuration (accessible via the Preferences window). The other is to
|
|
|
|
add '--ssl' when running the webserver, which will override the configuration
|
2018-10-08 13:22:49 +00:00
|
|
|
value and enable SSL.
|