APP VERIFY

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
EugeneTM
OpenVpn Newbie
Posts: 3
Joined: Thu Apr 14, 2022 5:23 am

APP VERIFY

Post by EugeneTM » Thu Apr 14, 2022 6:48 am

Hi,

please help with post-auth.
i created file appver.txt with:
FIREFOX=^mozilla firefox

then
./sacli -k vpn.client.app_verify --value_file=appver.txt ConfigPut
./sacli start

Code: Select all

RunStart warm None
{
  "errors": {},
  "last_restarted": "Thu Apr 14 09:02:46 2022",
  "service_status": {
    "api": "on",
    "auth": "on",
    "bridge": "on",
    "client_query": "restarted",
    "crl": "on",
    "daemon_pre": "on",
    "db_push": "on",
    "ip6tables_live": "on",
    "ip6tables_openvpn": "on",
    "iptables_live": "on",
    "iptables_openvpn": "on",
    "iptables_web": "on",
    "log": "on",
    "openvpn_0": "on",
    "openvpn_1": "on",
    "openvpn_2": "on",
    "openvpn_3": "on",
    "subscription": "on",
    "user": "on",
    "web": "on"
  }
}
WILL_RESTART ['client'] 
from Openvpn AS donwload and install client config on Mac, after start connection i see the errors:
UNUSED OPTIONS
[nobind]
[verb][3]
[APP_VERIFY][RklSRUZPWD1ebW96aWxsYSBmaXJlZm94Cg==]

on server can't receive UV_APPVER_FIREFOX attribute

User avatar
openvpn_inc
OpenVPN Inc.
Posts: 1333
Joined: Tue Feb 16, 2021 10:41 am

Re: APP VERIFY

Post by openvpn_inc » Thu Apr 14, 2022 9:40 am

Hi EugenTM,

What client program are you using? It has to be OpenVPN Connect.

Kind regards,
Johan
Image OpenVPN Inc.
Answers provided by OpenVPN Inc. staff members here are provided on a voluntary best-effort basis, and no rights can be claimed on the basis of answers posted in this public forum. If you wish to get official support from OpenVPN Inc. please use the official support ticket system: https://openvpn.net/support

EugeneTM
OpenVpn Newbie
Posts: 3
Joined: Thu Apr 14, 2022 5:23 am

Re: APP VERIFY

Post by EugeneTM » Thu Apr 14, 2022 10:08 am

we are tested openvpn connect versions:
mac - 3.3.5 (4310)
win - 3.3.2 (2475)

result is the same, both clients write to log:
UNUSED OPTIONS
[APP_VERIFY]


but another meta variables:
# OVPN_ACCESS_SERVER_USERNAME=user1
# OVPN_ACCESS_SERVER_PROFILE=user1@192.168.88.229


works fine.

EugeneTM
OpenVpn Newbie
Posts: 3
Joined: Thu Apr 14, 2022 5:23 am

Re: APP VERIFY

Post by EugeneTM » Fri Apr 15, 2022 1:36 pm

just checked on win 3.3.6 ver - behavior the same

Post Reply