Failed to parse profile: option_error: remote option not specified.

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
jedman
OpenVpn Newbie
Posts: 1
Joined: Thu Aug 01, 2019 9:18 am

Failed to parse profile: option_error: remote option not specified.

Post by jedman » Thu Aug 01, 2019 9:31 am

When I try to import my config file I get the error "Failed to parse profile: option_error: remote option not specified."

[oconf=]
client

dev tun

dev-node REMOVED

proto tcp

REMOVED

resolv-retry infinite

nobind

persist-key
persist-tun

mute-replay-warnings


<ca>

-----BEGIN CERTIFICATE-----

REMOVED
-----END CERTIFICATE-----
</ca>

<cert>

-----BEGIN CERTIFICATE-----
REMOVED
-----END CERTIFICATE-----
</cert>

<key>

-----BEGIN RSA PRIVATE KEY-----
REMOVED
-----END PRIVATE KEY-----
</key>

remote-cert-tls server

key-direction REMOVED
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
REMOVED
-----END OpenVPN Static key V1-----
</tls-auth>

cipher AES-128-CBC

comp-lzo


verb 3

mute 20
[/oconf]

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Failed to parse profile: option_error: remote option not specified.

Post by TinCanTech » Thu Aug 01, 2019 2:38 pm

See this bit:
jedman wrote:
Thu Aug 01, 2019 9:31 am
REMOVED

Post Reply