mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Support SSL API as per devblog
CCP are switching away from HTTP to HTTPS for API access. Standard access will be cut sometime in the future. http://www.eveonline.com/devblog.asp?a=blog&bid=842
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user