Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[error] Failed to authenticate on Console Websocket #125

Open
Dian8 opened this issue Jun 19, 2018 · 5 comments
Open

[error] Failed to authenticate on Console Websocket #125

Dian8 opened this issue Jun 19, 2018 · 5 comments

Comments

@Dian8
Copy link

Dian8 commented Jun 19, 2018

Sometimes auth to built-in console works fine, But sometimes there is a following unspecified error :
[error] Failed to authenticate on Console Websocket
Why does it happen? How to log in?

@edgurgel
Copy link
Owner

🤔 I will double check but it should be very similar to Pusher's auth etc.

@Dian8
Copy link
Author

Dian8 commented Jun 25, 2018

I've found it happens only when authentication from remote host. From localhost auth works fine

@Dian8
Copy link
Author

Dian8 commented Jun 27, 2018

This issue seems to be back (

I have virtual machine with docker.
Docker is runned as follows:
docker run --rm -p 192.168.1.150:8080:8080 -v $PWD/mypoxa.conf:/app/poxa/running-config/poxa.conf edgurgel/poxa-automated

Config is default.

When I pulled new docker image (latest) everything worked fine.
After reboot authentication works only from this vm. Auth from any other machine results "Authentication error" (for correct app_key and secret)

@edgurgel
Copy link
Owner

yeah I'm wondering if this is a websocket issue. Websocket is really annoying with hostnames. I will investigate more 👍

@Dian8
Copy link
Author

Dian8 commented Jun 28, 2018

I've found a following may help sometimes (~50%) for some time:

docker kill <poxa_container>
docker system prune -a
reboot
start poxa container

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants