{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/3"}],"enrichment":{"capability":"Provides an SSL-enabled development server for Django that runs HTTPS locally without requiring a production web server.","skillfed_tags":["django-dev-tools","ssl-testing"],"use_cases":["Test HTTPS-only features (secure cookies, HSTS headers) during local development without production infrastructure.","Verify SSL certificate handling and browser trust behavior before deploying to production.","Debug mixed-content warnings and HTTPS redirect logic in a local environment.","Develop integrations with third-party services that require HTTPS callbacks to your app."],"what_it_does":"Django SSL Server is a development-only tool that adds an HTTPS-capable management command to Django, letting you test SSL-dependent features locally without setting up a real web server. It ships with a self-signed certificate and can also use custom certificates from a certificate authority. The server runs on localhost and supports IPv6.\n\nThis is explicitly not for production use\u2014it is a convenience wrapper around Django's development server that adds SSL support. It solves the narrow problem of needing to develop and test features that require HTTPS (such as secure cookies or mixed-content policies) without the overhead of configuring Apache or NGINX locally.","worth_installing":"Yes, if you need to test HTTPS locally and are using a Django version compatible with the package's last release (2019-12-10). No, if you are using modern Django versions (3.2+) or Python 3.8+, as the package is dormant and likely incompatible. Check your Django version against the classifiers first."},"id":"django-sslserver","links":{"html":"https://skillfed.io/packages/django-sslserver","md":"https://skillfed.io/packages/django-sslserver.md","pypi":"https://pypi.org/project/django-sslserver/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2019-12-10","license_spdx":null,"license_treatment":"permissive","name":"django-sslserver","python_support":"unspecified","summary":"An SSL-enabled development server for Django"},"popularity":{"monthly_downloads":429810,"position":6737,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.22"}
