Traceback (most recent call last): File "/opt/django/lib/python/django/core/handlers/base.py", line 86, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/opt/django/projects/oxyum/apps/openidconsumer/views.py", line 140, in complete request.GET.get("openid.return_to", "/")) File "/opt/django/lib/python/openid/consumer/consumer.py", line 415, in complete response = self.consumer.complete(message, endpoint, current_url) File "/opt/django/lib/python/openid/consumer/consumer.py", line 620, in complete return modeMethod(message, endpoint, return_to) File "/opt/django/lib/python/openid/consumer/consumer.py", line 646, in _complete_id_res return self._doIdRes(message, endpoint, return_to) File "/opt/django/lib/python/openid/consumer/consumer.py", line 730, in _doIdRes endpoint = self._verifyDiscoveryResults(message, endpoint) File "/opt/django/lib/python/openid/consumer/consumer.py", line 886, in _verifyDiscoveryResults return self._verifyDiscoveryResultsOpenID2(resp_msg, endpoint) File "/opt/django/lib/python/openid/consumer/consumer.py", line 925, in _verifyDiscoveryResultsOpenID2 endpoint = self._discoverAndVerify(to_match.claimed_id, [to_match]) File "/opt/django/lib/python/openid/consumer/consumer.py", line 1051, in _discoverAndVerify _, services = self._discover(claimed_id) File "/opt/django/lib/python/openid/consumer/discover.py", line 463, in discover return discoverURI(identifier) File "/opt/django/lib/python/openid/consumer/discover.py", line 455, in discoverURI claimed_id, openid_services = discoverYadis(uri) File "/opt/django/lib/python/openid/consumer/discover.py", line 383, in discoverYadis response = yadisDiscover(uri) File "/opt/django/lib/python/openid/yadis/discover.py", line 70, in discover resp = fetchers.fetch(uri, headers={'Accept': YADIS_ACCEPT_HEADER}) File "/opt/django/lib/python/openid/fetchers.py", line 42, in fetch return fetcher.fetch(url, body, headers) File "/opt/django/lib/python/openid/fetchers.py", line 181, in fetch raise HTTPFetchingError(why=exc_inst) HTTPFetchingError: