Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Dec 2023 15:09:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275980] security/strongswan  5.9.13 for FreeBSD 14.0 amd64 crashes at startup
Message-ID:  <bug-275980-7788-IKiGfkm4Yb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275980-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275980-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275980

--- Comment #4 from Andrey Kiryanov <dronmbi@gtn.ru> ---
Here's my configuration for the reference. It's super simple and there's
nothing in it that is related to eap-radius.

connections {
        ikev2 {
                version =3D 2
                encap =3D yes
                dpd_delay =3D 30s
                keyingtries =3D 0
                send_certreq =3D no
                send_cert =3D always
                pools =3D ipv4, ipv6
                proposals =3D aes256-sha256-ecp256,aes256-sha384-modp2048
                local {
                        auth =3D pubkey
                        certs =3D server.crt
                        id =3D <host fqdn here>
                }
                remote {
                        auth =3D eap-tls
                        cacerts =3D ca.crt
                        eap_id =3D %any
                }
                children {
                        default {
                                esp_proposals =3D aes256-sha256,aes256gcm16
                                local_ts =3D 0.0.0.0/0, ::/0
                                hw_offload =3D auto
                        }
                }
        }
}

I'll try to open the bug upstream per your suggestion.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275980-7788-IKiGfkm4Yb>