Hi Tobias,
I compiled and installed strongswan with error-notify support . I included
the error-notify section to strongswan config file and i used the ipsec
utility, the utility was idle and did not show any error notification.
ipsec error-notify
plugins {
include strongswan.d/charon/*.conf
vici {
socket = unix:///var/run/charon.vici
}
error-notify {
socket = unix:///var/run/charon.enfy
}
}
I this the right was to do it.
Thanks,
Naveen
On Thu, May 3, 2018 at 4:02 PM, Naveen Neelakanta <
[email protected]> wrote:
> Thank you Tobias
>
> On Thu, May 3, 2018 at 2:05 AM, Tobias Brunner <[email protected]>
> wrote:
>
>> Hi Naveen,
>>
>> > I am using the vici plugin to handle the events and configure the
>> > tunnels, however in case of errors like the "no proposal " or auth
>> > failure, can this information be retrieved from vici messages .
>>
>> Maybe you could use the error-notify plugin [1].
>>
>> Regards,
>> Tobias
>>
>> [1] https://wiki.strongswan.org/projects/strongswan/wiki/ErrorNo
>> tifyPlugin
>>
>
>