* Ralf Hildebrandt <ralf.hildebra...@charite.de>:

> In the end I resorted to this:
> 
> if ($version =~ "2\.3\.") {
>    push @outline, 'compress lzo';
>    push @outline, 'push "compress lzo"';
> }
> else {
>    push @outline, 'compress';
>    push @outline, 'push "compress"';
>    # compression considered insecure
> }

Additional twist: The openvpn.connect app on IOS won't accept no for
an answer :)

2018-10-09 15:09:17 Client exception in transport_recv: 
process_server_push_error: Problem accepting server-pushed
compressor '': option_error: option 'compress' must have at least 2 arguments

-- 
Ralf Hildebrandt                   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.de        Campus Benjamin Franklin
https://www.charite.de             Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155


_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to