Skip to content

runsslserver with ipv4 addrport not recognized #106

@abhivemp

Description

@abhivemp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions