Page 1 of 1

APP VERIFY

Posted: Thu Apr 14, 2022 6:48 am
by EugeneTM
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

Re: APP VERIFY

Posted: Thu Apr 14, 2022 9:40 am
by openvpn_inc
Hi EugenTM,

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

Kind regards,
Johan

Re: APP VERIFY

Posted: Thu Apr 14, 2022 10:08 am
by EugeneTM
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.

Re: APP VERIFY

Posted: Fri Apr 15, 2022 1:36 pm
by EugeneTM
just checked on win 3.3.6 ver - behavior the same