Yes, I just did. I collected all the patches and merged all the package updates first and today I merged all other smaller changes. Best, -Michael On Mon, 2018-07-02 at 14:26 +0200, ummeegge wrote: > Hi, > just wanted to know if this fix will be applied ? > > Best, > > Erik > > > Am Donnerstag, den 21.06.2018, 11:12 +0200 schrieb Erik Kapfer: > > This fixes #11772 . > > > > If the X509 are deleted, the openvpnctrl output generates a bad > > header wrapper error from the CGI > > which causes an internal server error. The redirection of the > > openvpnctrl output fixes this. > > > > Signed-off-by: Erik Kapfer > > --- > > html/cgi-bin/ovpnmain.cgi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi > > index 4bc3473..5cd19a0 100644 > > --- a/html/cgi-bin/ovpnmain.cgi > > +++ b/html/cgi-bin/ovpnmain.cgi > > @@ -1181,7 +1181,7 @@ SETTINGS_ERROR: > > delete $confighash{$cgiparams{'$key'}}; > > } > > > > - system ("/usr/local/bin/openvpnctrl -drrd $name"); > > + system ("/usr/local/bin/openvpnctrl -drrd $name > > &>/dev/null"); > > } > > while ($file = glob("${General::swroot}/ovpn/ca/*")) { > > unlink $file;