Actions
Bug #8608
closedopenVPN export package doesn't export compression settings
Status:
Not a Bug
Priority:
Very Low
Assignee:
-
Category:
OpenVPN Client Export
Target version:
-
Start date:
06/28/2018
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.4.3_1
Affected Plus Version:
Affected Architecture:
All
Description
I did the test with openVPN server configured with those options activated
--> compression : lz4-v2
--> Push Compression : Push the selected Compression setting to connecting clients.
in the server configuration file it's
--> compress lz4-v2
--> push "compress lz4-v2"
The configuration exported is missing compression settings and and the client give alerts (in red) but the tunnel still goes up.
The workaround I found is to just add "compress" in the the custom options in the openvpn client exporter. According to my understanding of the man page and my test, the client will accept the compression settings from the server.
Actions