You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2019. It is now read-only.
I am using yeti taxii server have Django version 1.9 and I have django-sslserver 0.20
when i run python manage.py runsslserver, i get
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet
The text was updated successfully, but these errors were encountered:
Yeti was designed to work with Django 1.7 (which I know is out of date and no longer supported); I'm not surprised that it doesn't work with newer Django versions. I would be happy to accept a PR that adds support.
Based on the error message, I don't think it's SSL-related directly. Also, I'm not familiar with django-sslserver, but I would echo what that project's README says:
Please note that this should not be used for production setups. This app is intended for special use-cases. Most people should instead do a proper production deplyoment where a real webserver such as Apache or NGINX handles SSL.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using yeti taxii server have Django version 1.9 and I have django-sslserver 0.20
when i run python manage.py runsslserver, i get
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet
The text was updated successfully, but these errors were encountered: