Page 1 of 1

option_error sorry unsupported options present in configuration

Posted: Fri Jul 14, 2023 8:13 am
by bswgod
Hello, yesterday I downloaded a new version of openvpn connect, when adding udp surfshark, I get an error. "option_error sorry unsupported options present in configuration" Help me, LOG: ⏎[Jul 14, 2023, 11:09:25] OpenVPN core 3.8connect1 win x86_64 64-bit OVPN-DCO built on Jun 26 2023 16:08:41
⏎[Jul 14, 2023, 11:09:25] Frame=512/2112/512 mssfix-ctrl=1250
⏎[Jul 14, 2023, 11:09:25] NOTE: This configuration contains options that were not used:
⏎[Jul 14, 2023, 11:09:25] Unsupported option (ignored)
⏎[Jul 14, 2023, 11:09:25] 4 [resolv-retry] [infinite]
⏎[Jul 14, 2023, 11:09:25] 10 [persist-key]
⏎[Jul 14, 2023, 11:09:25] 11 [persist-tun]
⏎[Jul 14, 2023, 11:09:25] UNKNOWN/UNSUPPORTED OPTIONS
⏎[Jul 14, 2023, 11:09:25] 8 [tun-mtu-extra] [32]
⏎[Jul 14, 2023, 11:09:25] 14 [ping-timer-rem]
⏎[Jul 14, 2023, 11:09:25] 19 [pull]

Re: option_error sorry unsupported options present in configuration

Posted: Sun Jul 23, 2023 4:07 pm
by simba90t
I solved the problem for myself by commenting out the problematic lines.

Code: Select all

# OpenVPN for Surfshark

client
dev tun
proto udp
setenv FRIENDLY_NAME "Surfshark VPN: United Kingdom, London"
remote uk-lon.prod.surfshark.com 1194
#resolv-retry infinite
remote-random
nobind
tun-mtu 1500
#tun-mtu-extra 32
mssfix 1450
#persist-key
#persist-tun
ping 15
ping-restart 0
#ping-timer-rem
reneg-sec 0

remote-cert-tls server

<auth-user-pass>
login
password
</auth-user-pass>

#comp-lzo
verb 3
#pull
fast-io

cipher AES-256-CBC
#data-ciphers AES-256-GCM:AES-256-CBC
#data-ciphers-fallback AES-256-CBC

auth SHA512

<ca>
xxx
</ca>
key-direction 1
<tls-auth>
xxx
</tls-auth>

Re: option_error sorry unsupported options present in configuration

Posted: Fri Aug 04, 2023 12:00 pm
by Kuroi_Mato_O
Have the same problem. Is it really the best possible solution for this?...
I mean it worked just fine, but can someone tell if it's safe to use this method? Thanks anyway