oauth2c icon indicating copy to clipboard operation
oauth2c copied to clipboard

Webserver for callback refuses connection

Open Nimamoh opened this issue 2 years ago • 2 comments

Hello,

I just installed the tool using this command

curl -sSfL https://raw.githubusercontent.com/cloudentity/oauth2c/master/install.sh | \
              sudo sh -s -- -b /usr/local/bin latest

I successfully started the tool. However, the local webserver refuses connection. When asked to open the URL, callback endpoint doesn't work. telneting to it indicates a refused connection:

$ telnet localhost 9876
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

Nimamoh avatar Oct 07 '23 09:10 Nimamoh

Hello,

Does it mean it is waiting for a callback forever?

 ▀ Waiting for callback. Go to the browser to authenticate... (5s)

?

What system are you using? Could a firewall block this port?

mbilski avatar Oct 08 '23 19:10 mbilski

I have the same issue. Reloading the page in the browser helps. Seems like the webserver for receiving the callback isn't up yet?

felixscheinost avatar Nov 09 '23 10:11 felixscheinost