Response: Failed to connect to localhost port 9000: Connection refused
stodge opened this issue · 1 comments
stodge commented
I'm experimenting with django_oidc_provider and it almost works for me. The user visits my client site at http://locahost:80 and is redirected to my OIDC Provider at localhost:9000. They log into my provider and are prompted to authorize the login. I click Authorize and I get an error:
Response :
Failed to connect to localhost port 9000: Connection refused
I'm not sure what to look for while investigating this? Any suggestions appreciated. Thanks
stodge commented
Never mind, stupidity on my part.