diff --git a/eve_proxy/models.py b/eve_proxy/models.py index 7fc96e8..4ef6569 100755 --- a/eve_proxy/models.py +++ b/eve_proxy/models.py @@ -13,7 +13,7 @@ import settings try: API_URL = getattr(settings, 'EVE_API_URL') except AttributeError: - API_URL = 'http://api.eve-online.com' + API_URL = 'https://api.eve-online.com' # Errors to rollback if we have a cached version of the document # Errors 500-999 at the moment, this can be trimmed down as needed