how to import via url

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
charlessoft
OpenVpn Newbie
Posts: 2
Joined: Sun Sep 27, 2020 6:10 am

how to import via url

Post by charlessoft » Mon Oct 12, 2020 11:24 am

i have a tmp.ovpn

Code: Select all

client
dev tun
proto tcp
remote 47.99.133.176 1194
resolv-retry infinite
nobind
persist-key
persist-tun
#ca ca.crt
#cert tmp2.crt
#key tmp2.key
auth-user-pass    
#tls-auth ta.key 1
remote-cert-tls server
cipher AES-256-CBC
comp-lzo
verb 3

<key>
...
</key>
<ca>
...
</ca>

key-direction 1
<tls-auth>
...
</tls-auth>

<cert>
...
</cert>

when i import profile by FILE, it works success,

then I use the same tmp.ovpn file , upload to web server,
import profile via url, error info:
Image
Image

the web server use nginx provide static https server.

charlessoft
OpenVpn Newbie
Posts: 2
Joined: Sun Sep 27, 2020 6:10 am

Re: how to import via url

Post by charlessoft » Mon Oct 12, 2020 11:29 am

it cann't display err img

error info:
Filed to import profile
Selected file has incorrect profile configuration

the tmp2.ovpn is correct profile , It's not clear how to import the configuration through the http URL.

Post Reply