Re: [Openvpn-devel] Conditions under which a connection entry could be disabled

2023-01-10 Thread Selva Nair
On Tue, Jan 10, 2023 at 4:56 PM Gert Doering wrote: > Hi, > > On Tue, Jan 10, 2023 at 04:42:50PM -0500, Selva Nair wrote: > > I'm trying to get this info into the GUI for handling > > "--management-query-remote". Selecting a disabled entry from the UI > would > > lead to erratic behaviour.

Re: [Openvpn-devel] Conditions under which a connection entry could be disabled

2023-01-10 Thread Gert Doering
Hi, On Tue, Jan 10, 2023 at 04:42:50PM -0500, Selva Nair wrote: > I'm trying to get this info into the GUI for handling > "--management-query-remote". Selecting a disabled entry from the UI would > lead to erratic behaviour. Ideally this info (CE_DISABLED state) should be > included in the

Re: [Openvpn-devel] Conditions under which a connection entry could be disabled

2023-01-10 Thread Selva Nair
correction: > (i) --proto-force is in effect : configs not matching with the forced protocol are disabled configs --> connection entries > (ii) --http-proxy-override : UDP profiles get disabled. profiles --> connection entries On Tue, Jan 10, 2023 at 4:42 PM Selva Nair wrote: > Hi, > > I

[Openvpn-devel] Conditions under which a connection entry could be disabled

2023-01-10 Thread Selva Nair
Hi, I see two situations under which a connection-entry (remote) could be disabled while iterating through the list of remotes: (i) --proto-force is in effect : configs not matching with the forced protocol are disabled (ii) --http-proxy-override : UDP profiles get disabled. This looks like an