You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: