mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #435] authentication failed: peer attempted PSK authentication but we want rsasig #406
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThirtySix361 on GitHub (Jun 20, 2024).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/435
i am trying to troubleshoot my error since 2 hours now.
i found the way to enable libreswan logging and then was able to find out why the authentication fails:
authentication failed: peer attempted PSK authentication but we want rsasigi just want to connect with my native android client from S24 which uses: "IKEv2/IPSEC PSK"
but i cannot get it to work.
is this even possible with this container?
//edit:
i also tryed this:
but it was not successful :(
additional logs:
@hwdsl2 commented on GitHub (Jun 20, 2024):
@ThirtySix361 Hello! Your use case, which is connecting using IKEv2/IPsec PSK mode, is not currently supported in this project. This project only supports IKEv2 with certificate-based authentication, not IKEv2 with PSK.
Please see Configure IKEv2 VPN clients for more details on how to configure your Android device(s) to connect to the VPN.
For IPsec/L2TP mode, add
VPN_ENABLE_MODP1024=yesto your env file, then re-create the Docker container (reference). This is less secure and therefore not recommended.