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

LegacyVpnRunner: Aborting java.lang.IllegalStateException: racoon is dead #1

Open
dydhub opened this issue Apr 9, 2019 · 2 comments

Comments

@dydhub
Copy link

dydhub commented Apr 9, 2019

When I tried to connect, I cannot connect,Log display:

  • 04-09 13:58:25.618 1812-10088/? D/Vpn: setting state=CONNECTING, reason=execute
  • 04-09 13:58:55.712 1812-10088/? I/LegacyVpnRunner: Aborting
  • java.lang.IllegalStateException: racoon is dead
    
  •     at com.android.server.connectivity.Vpn$LegacyVpnRunner.execute(Vpn.java:1683)
    
  •     at com.android.server.connectivity.Vpn$LegacyVpnRunner.run(Vpn.java:1562)
    
  • 04-09 13:58:55.712 1812-10088/? D/Vpn: setting state=FAILED, reason=racoon is dead

Can you help me?

@comword
Copy link
Owner

comword commented Apr 9, 2019

Sorry to inform you that this repository is not being maintained. This is only a wrapper of LegacyVpn in the system, please try to add your VPN profile in the Settings and test whether it works. Racoon is an IPSec key exchange utility, but in this mVpnService.java#L55, hard coded plain PPTP type.

@dydhub
Copy link
Author

dydhub commented Apr 10, 2019

Thank you very much for your reply. The previous question did not appear again, but it appeared:

java.lang.IllegalStateException: KeyStore isn't unlocked

I want to create a standalone VPN client to build a pptp/L2tp connection, but Android's VpnService doesn't seem to help me. Do you have any ideas?

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