You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have changed the config file as below, but the log and client window URI still display http://localhost:9000.
CONFIG_HTTP_LISTEN=:443
CONFIG_HTTP_BASE_URL=https://xx.yyy.zz
CONFIG_HTTP_TLS=true
CONFIG_HTTP_KEY=/etc/openvpn-auth-oauth2/server.key
CONFIG_HTTP_CERT=/etc/openvpn-auth-oauth2/server.crt
openvpn-auth-oauth2 logs
Jan 6 09:12:27 wx-openvpn systemd[1]: Started OpenVPN authenticator.
Jan 6 09:12:27 wx-openvpn openvpn-auth-oauth2[2663]: time=2025-01-06T09:12:27.339Z level=INFO msg="discover oidc auto configuration with provider generic for issuer https://login.microsoftonline.com/9b415834-803a-4da0-afdc-fe6b1d52a965/v2.0"
Jan 6 09:12:27 wx-openvpn openvpn-auth-oauth2[2663]: time=2025-01-06T09:12:27.929Z level=INFO msg="connect to openvpn management interface unix:///run/openvpn/server.sock"
Jan 6 09:12:27 wx-openvpn openvpn-auth-oauth2[2663]: time=2025-01-06T09:12:27.930Z level=INFO msg="start HTTPS server listener on [::]:443"
Jan 6 09:12:27 wx-openvpn openvpn-auth-oauth2[2663]: time=2025-01-06T09:12:27.930Z level=INFO msg="openvpn-auth-oauth2 started with base url http://localhost:9000"
Jan 6 09:12:27 wx-openvpn openvpn[1411]: MANAGEMENT: Client connected from /run/openvpn/server.sock
Jan 6 09:12:27 wx-openvpn openvpn-auth-oauth2[2663]: time=2025-01-06T09:12:27.931Z level=INFO msg="connection to OpenVPN management interface established."
Jan 6 09:12:27 wx-openvpn openvpn[1411]: MANAGEMENT: CMD 'version'
Jan 6 09:12:27 wx-openvpn openvpn-auth-oauth2[2663]: time=2025-01-06T09:12:27.932Z level=INFO msg="OpenVPN Version: OpenVPN 2.6.12 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] - Management Version: 5"
Environment
openvpn-auth-oauth2 Version:1.22.5
OpenVPN Server Version:2.6.12
Server OS:Ubuntu 22.02
OpenVPN Client (flavor, OS): Windows OpenVPN Connect 3.4.4
Preflight Checklist
I could not find a solution in the documentation,
the FAQ, the existing issues or discussions.
The text was updated successfully, but these errors were encountered:
Problem Statement
I have changed the config file as below, but the log and client window URI still display http://localhost:9000.
CONFIG_HTTP_LISTEN=:443
CONFIG_HTTP_BASE_URL=https://xx.yyy.zz
CONFIG_HTTP_TLS=true
CONFIG_HTTP_KEY=/etc/openvpn-auth-oauth2/server.key
CONFIG_HTTP_CERT=/etc/openvpn-auth-oauth2/server.crt
openvpn-auth-oauth2 logs
Environment
Preflight Checklist
the FAQ, the existing issues or discussions.
The text was updated successfully, but these errors were encountered: