-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
I read in #25 by @adam-stokes that using --addrport <address> should allow the django sslserver to run on that host. However, when I run this command:
$ python manage.py runsslserver --certificate cert.crt --key key.key --addrport 172.1.1.1:8000
I get this:
usage: manage.py runsslserver [-h] [--ipv6] [--nothreading] [--noreload]
[--certificate CERTIFICATE] [--key KEY]
[--nostatic] [--static] [--version]
[-v {0,1,2,3}] [--settings SETTINGS]
[--pythonpath PYTHONPATH] [--traceback]
[--no-color] [--force-color]
[addrport]
I tried modifying --addrport with 1 or no hyphens but no luck. Any help?
Thanks~
Metadata
Metadata
Assignees
Labels
No labels