Sep 22 13:04:35 edx-analytics [service_variant=insights][django.request][env:no_env] ERROR [edx-analytics 1598] [base.py:284] - Internal Server Error: /complete/edx-oidc/ Traceback (most recent call last): File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 149, in get_response response = self.process_exception_by_middleware(e, request) File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 147, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/django/views/decorators/cache.py", line 57, in _wrapped_view_func response = view_func(request, *args, **kwargs) File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view return view_func(*args, **kwargs) File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/social/apps/django_app/utils.py", line 51, in wrapper return func(request, backend, *args, **kwargs) File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/social/apps/django_app/views.py", line 28, in complete redirect_name=REDIRECT_FIELD_NAME, *args, **kwargs) File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/social/actions.py", line 43, in do_complete user = backend.complete(user=user, *args, **kwargs) File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/social/backends/base.py", line 41, in complete return self.auth_complete(*args, **kwargs) File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/auth_backends/backends.py", line 84, in auth_complete user = super(EdXOpenIdConnect, self).auth_complete(*args, **kwargs) File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/social/utils.py", line 229, in wrapper return func(*args, **kwargs) File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/social/backends/oauth.py", line 383, in auth_complete method=self.ACCESS_TOKEN_METHOD File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/social/backends/open_id.py", line 377, in request_access_token response = self.get_json(*args, **kwargs) File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/social/backends/base.py", line 229, in get_json return self.request(url, *args, **kwargs).json() File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/social/backends/base.py", line 224, in request raise AuthFailed(self, str(err)) AuthFailed: Authentication failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) Sep 22 13:04:35 edx-analytics [service_variant=insights][py.warnings][env:no_env] WARNING [edx-analytics 1598] [urlresolvers.py:460] - /edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/django/template/defaulttags.py:499: RemovedInDjango110Warning: Reversing by dotted path is deprecated (django.views.i18n.javascript_catalog). url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)