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

AUTHENTICATION_FAILED #8

Open
Magudeshwaran opened this issue Feb 23, 2021 · 3 comments
Open

AUTHENTICATION_FAILED #8

Magudeshwaran opened this issue Feb 23, 2021 · 3 comments

Comments

@Magudeshwaran
Copy link

Magudeshwaran commented Feb 23, 2021

I setup server using the following
https://github.com/hwdsl2/setup-ipsec-vpn
But, When I try to connect to the server using this app, it says 'AUTHENTICATION_FAILED'.
Help me with this.

My code:
connect( credentials.address, credentials.username, credentials.password, ) .then(() => console.log('connected')) .catch(console.log)
Is this correct and is there anything to add ?

@alvarezallen99
Copy link

I get this issue to still not solve

@mayavolt
Copy link

A similar problem. Did you find a solution?

@hardikramoliya
Copy link

hardikramoliya commented Mar 10, 2022

Trying with

  connect(address, username, password)
  .then(() => console.log('connected'))
  .catch(console.log)

and getting the same issue.

Screenshot_1646911431

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

4 participants