OpenVPNAdapter icon indicating copy to clipboard operation
OpenVPNAdapter copied to clipboard

Run OpenVPNAdapterTests failed

Open nghiaiosdev opened this issue 5 years ago • 2 comments


After run test, i get error below with log

Error Domain=me.ss-abramchuk.openvpn-adapter.error-domain Code=70 "Failed to establish connection with OpenVPN server" UserInfo={NSLocalizedDescription=Failed to establish connection with OpenVPN server, me.ss-abramchuk.openvpn-adapter.error-key.message=option_error: sorry, 'fragment' directive is not supported, nor is connecting to a server that uses 'fragment' directive, me.ss-abramchuk.openvpn-adapter.error-key.fatal=true, NSLocalizedFailureReason=Unknown error.} #0

Screen Shot 2019-12-21 at 10 24 46 PM

nghiaiosdev avatar Dec 21 '19 15:12 nghiaiosdev

Hi @eitguide,

Looks like the error already contains the answer: option_error: sorry, 'fragment' directive is not supported, nor is connecting to a server that uses 'fragment' directive

ss-abramchuk avatar Dec 22 '19 08:12 ss-abramchuk

Thanks, I just have removed fragment line in ovpn file and it work like a charm. Thanks

nghiaiosdev avatar Dec 23 '19 05:12 nghiaiosdev